summaryrefslogtreecommitdiffstats
path: root/include/linux/host1x.h
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König2023-04-041-1/+1
* gpu: host1x: External timeout/cancellation for fencesMikko Perttunen2023-01-261-1/+3
* gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen2023-01-261-2/+4
* gpu: host1x: Select context device based on attached IOMMUMikko Perttunen2022-11-251-0/+2
* gpu: host1x: Program context stream ID on submissionMikko Perttunen2022-07-081-0/+8
* gpu: host1x: Add context device management codeMikko Perttunen2022-07-081-0/+34
* gpu: host1x: Do not use mapping cache for job submissionsThierry Reding2022-04-061-0/+5
* gpu: host1x: Fix a kernel-doc warningRandy Dunlap2022-04-061-0/+1
* gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko2021-12-161-0/+1
* drm/tegra: Add NVDEC driverMikko Perttunen2021-12-161-0/+2
* drm/tegra: Implement buffer object cacheThierry Reding2021-12-161-10/+43
* drm/tegra: Implement correct DMA-BUF semanticsThierry Reding2021-12-161-10/+20
* gpu: host1x: Add option to skip firewall for a jobMikko Perttunen2021-08-101-1/+5
* gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen2021-08-101-2/+4
* gpu: host1x: Add job release callbackMikko Perttunen2021-08-101-0/+4
* gpu: host1x: Add no-recovery modeMikko Perttunen2021-08-101-0/+9
* gpu: host1x: Add DMA fence implementationMikko Perttunen2021-08-101-0/+2
* gpu: host1x: Split up client initalization and registrationThierry Reding2021-05-171-6/+24
* gpu: host1x: Add early init and late exit callbacksThierry Reding2021-03-311-0/+4
* gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen2021-03-311-0/+3
* gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-311-3/+5
* gpu: host1x: Allow syncpoints without associated clientMikko Perttunen2021-03-301-0/+3
* gpu: host1x: Use different lock classes for each clientMikko Perttunen2021-03-301-1/+8
* media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...Sowjanya Komatineni2020-08-281-2/+2
* gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()Sowjanya Komatineni2020-07-171-0/+1
* gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni2020-07-171-1/+2
* gpu: host1x: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-161-0/+3
* drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding2020-04-281-0/+3
* Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2020-01-151-2/+13
|\
| * drm/tegra: Do not implement runtime PMThierry Reding2020-01-101-0/+11
| * gpu: host1x: Rename "parent" to "host"Thierry Reding2020-01-101-2/+2
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-13/+0
|\ \ | |/ |/|
| * drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter2019-11-251-13/+0
* | gpu: host1x: Add direction flags to relocationsThierry Reding2019-10-291-0/+4
* | gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding2019-10-291-7/+10
* | drm/tegra: Move IOMMU group into host1x clientThierry Reding2019-10-281-0/+3
* | gpu: host1x: Request channels for clients, not devicesThierry Reding2019-10-281-1/+1
|/
* Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-251-0/+2
|\
| * gpu: host1x: Increase maximum DMA segment sizeThierry Reding2019-06-051-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
|/
* gpu: host1x: Use not explicitly sized typesThierry Reding2018-05-181-2/+2
* gpu: host1x: Rename relocarray -> relocs for consistencyThierry Reding2018-05-181-1/+1
* gpu: host1x: Store pointer to client in jobsThierry Reding2018-05-181-1/+2
* gpu: host1x: Remove wait check supportThierry Reding2018-05-181-14/+1
* gpu: host1x: syncpt: Request syncpoints per clientThierry Reding2017-10-201-1/+1
* gpu: host1x: Refactor channel allocation codeMikko Perttunen2017-06-151-1/+0
* gpu: host1x: Correct swapped arguments in the is_addr_reg() definitionDmitry Osipenko2017-06-151-1/+1
* gpu: host1x: Forbid unrelated SETCLASS opcode in the firewallDmitry Osipenko2017-06-151-0/+3
* drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTLDmitry Osipenko2017-06-151-0/+7
* gpu: host1x: Flesh out kerneldocThierry Reding2017-06-151-0/+25