summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Don't rely on dma_fence_wait_timeout return valueMikko Perttunen2023-04-041-1/+7
* gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König2023-04-041-4/+2
* Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-241-1/+1
|\
| * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+1
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
| |/
* | gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding2023-01-272-13/+7
* | gpu: host1x: External timeout/cancellation for fencesMikko Perttunen2023-01-264-15/+32
* | gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen2023-01-269-480/+149
* | gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen2023-01-264-27/+49
* | gpu: host1x: Implement syncpoint wait using DMA fencesMikko Perttunen2023-01-261-76/+20
* | gpu: host1x: Don't skip assigning syncpoints to channelsMikko Perttunen2023-01-261-3/+0
* | gpu: host1x: Fix mask for syncpoint increment registerMikko Perttunen2023-01-263-3/+3
|/
* gpu: host1x: Staticize host1x_syncpt_fence_opsThierry Reding2022-11-251-1/+1
* gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs codeLiu Shixin2022-11-251-25/+3
* gpu: host1x: Add stream ID register data for NVDEC on Tegra234Mikko Perttunen2022-11-251-0/+12
* gpu: host1x: Select context device based on attached IOMMUMikko Perttunen2022-11-251-0/+4
* gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy2022-11-181-0/+4
* gpu: host1x: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-081-6/+2
* gpu: host1x: Generalize host1x_cdma_push_wide()Mikko Perttunen2022-07-081-15/+9
* gpu: host1x: Initialize syncval in channel_submit()Mikko Perttunen2022-07-081-0/+1
* gpu: host1x: Register context bus unconditionallyRobin Murphy2022-07-081-5/+0
* gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+Mikko Perttunen2022-07-081-2/+17
* gpu: host1x: Add MLOCK release code on Tegra234Mikko Perttunen2022-07-082-0/+41
* gpu: host1x: Rewrite job opcode sequenceMikko Perttunen2022-07-081-59/+85
* gpu: host1x: Tegra234 device data and headersMikko Perttunen2022-07-0810-1/+354
* gpu: host1x: Program interrupt destinations on Tegra234Mikko Perttunen2022-07-081-0/+11
* gpu: host1x: Allow reset to be missingMikko Perttunen2022-07-081-3/+0
* gpu: host1x: Program virtualization tablesMikko Perttunen2022-07-082-3/+26
* gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen2022-07-082-27/+22
* gpu: host1x: Deduplicate hardware headersMikko Perttunen2022-07-087-703/+156
* gpu: host1x: Program context stream ID on submissionMikko Perttunen2022-07-083-4/+68
* gpu: host1x: Add context device management codeMikko Perttunen2022-07-085-1/+214
* gpu: host1x: Add context busMikko Perttunen2022-06-013-0/+37
* gpu: host1x: Show all allocated syncpts via debugfsJon Hunter2022-04-061-4/+7
* gpu: host1x: Do not use mapping cache for job submissionsThierry Reding2022-04-061-2/+2
* gpu: host1x: Fix a memory leak in 'host1x_remove()'Christophe JAILLET2022-03-011-0/+1
* gpu: host1x: Fix an error handling path in 'host1x_probe()'Christophe JAILLET2022-03-011-2/+5
* gpu: host1x: Always return syncpoint value when waitingMikko Perttunen2022-02-161-17/+2
* gpu: host1x: Fix hang on Tegra186+Dmitry Osipenko2022-01-271-8/+8
* gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko2021-12-161-0/+15
* gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko2021-12-161-0/+8
* gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-166-56/+164
* gpu: host1x: Add missing DMA API includeRobin Murphy2021-12-161-0/+1
* gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann2021-12-161-0/+1
* gpu: host1x: Drop excess kernel-doc entry @keyRandy Dunlap2021-12-161-1/+0
* drm/tegra: Add NVDEC driverMikko Perttunen2021-12-161-0/+18
* drm/tegra: Implement buffer object cacheThierry Reding2021-12-164-2/+84
* drm/tegra: Implement correct DMA-BUF semanticsThierry Reding2021-12-162-108/+58
* gpu: host1x: Plug potential memory leakThierry Reding2021-09-161-1/+3