summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-25gpu: host1x: Fix boot regression for TegraJon Hunter-10/+8
2024-09-25gpu: host1x: Set up device DMA parametersThierry Reding-0/+1
2024-08-29gpu: host1x: Make host1x_context_device_bus_type constantKunwu Chan-1/+1
2024-08-29gpu: host1x: Add MLOCK recovery for rest of enginesMikko Perttunen-0/+12
2024-08-29gpu: host1x: Complete stream ID entry tablesMikko Perttunen-78/+72
2024-08-29gpu: host1x: Handle CDMA wraparound when debug printingMikko Perttunen-3/+12
2024-08-29gpu: host1x: Fix _writel function declarationsMikko Perttunen-3/+3
2024-08-28gpu: host1x: Use iommu_paging_domain_alloc()Lu Baolu-3/+4
2024-08-28gpu: host1x: Request syncpoint IRQs only during probeMikko Perttunen-35/+30
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-05-27gpu: host1x: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-05-27gpu: host1x: mipi: Benefit from devm_clk_get_prepared()Uwe Kleine-König-16/+1
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+24
2024-04-12gpu: host1x: Add Tegra SE to SID tableAkhil R-0/+24
2024-04-08gpu: host1x: Do not setup DMA for virtual devicesThierry Reding-8/+0
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-4/+3
2024-02-22gpu: host1x: Skip reset assert on Tegra186Mikko Perttunen-6/+15
2024-02-16gpu: host1x: remove redundant assignment to variable spaceColin Ian King-2/+1
2024-02-13gpu: host1x: bus: make host1x_bus_type constRicardo B. Marliere-2/+2
2023-10-11gpu: host1x: Correct allocated size for contextsJohnny Liu-2/+2
2023-10-11gpu: host1x: Syncpoint interrupt shardingMikko Perttunen-17/+61
2023-10-11gpu: host1x: Enable system suspend callbacksMikko Perttunen-1/+1
2023-10-11gpu: host1x: Stop CDMA before suspendingMikko Perttunen-0/+21
2023-10-11gpu: host1x: Add locking in channel allocationMikko Perttunen-0/+10
2023-07-27gpu: host1x: Return error when context device not attached to IOMMUMikko Perttunen-0/+8
2023-07-21gpu/host1x: Explicitly include correct DT includesRob Herring-2/+3
2023-07-21gpu: host1x: Stop open-coding of_device_uevent()Miquel Raynal-23/+6
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter-17/+27
2023-04-04drm/tegra: Allow compile test on !ARM v2Christian König-1/+1
2023-04-04gpu: host1x: Fix memory leak of device namesYang Yingliang-8/+15
2023-04-04gpu: host1x: Fix potential double free if IOMMU is disabledYang Yingliang-0/+1
2023-04-04gpu: host1x: mipi: Use devm_platform_get_and_ioremap_resource()Ye Xingchen-3/+1
2023-04-04gpu: host1x: Don't rely on dma_fence_wait_timeout return valueMikko Perttunen-1/+7
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König-4/+2
2023-03-20gpu: host1x: fix uninitialized variable useArnd Bergmann-3/+2
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-01-27gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding-13/+7
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen-15/+32
2023-01-26gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen-480/+149
2023-01-26gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen-27/+49
2023-01-26gpu: host1x: Implement syncpoint wait using DMA fencesMikko Perttunen-76/+20
2023-01-26gpu: host1x: Don't skip assigning syncpoints to channelsMikko Perttunen-3/+0
2023-01-26gpu: host1x: Fix mask for syncpoint increment registerMikko Perttunen-3/+3
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe-1/+1
2022-11-25gpu: host1x: Staticize host1x_syncpt_fence_opsThierry Reding-1/+1
2022-11-25gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs codeLiu Shixin-25/+3
2022-11-25gpu: host1x: Add stream ID register data for NVDEC on Tegra234Mikko Perttunen-0/+12