summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x
AgeCommit message (Expand)Author
2024-02-22gpu: host1x: Skip reset assert on Tegra186Mikko Perttunen
2023-10-11gpu: host1x: Correct allocated size for contextsJohnny Liu
2023-10-11gpu: host1x: Syncpoint interrupt shardingMikko Perttunen
2023-10-11gpu: host1x: Enable system suspend callbacksMikko Perttunen
2023-10-11gpu: host1x: Stop CDMA before suspendingMikko Perttunen
2023-10-11gpu: host1x: Add locking in channel allocationMikko Perttunen
2023-07-27gpu: host1x: Return error when context device not attached to IOMMUMikko Perttunen
2023-07-21gpu/host1x: Explicitly include correct DT includesRob Herring
2023-07-21gpu: host1x: Stop open-coding of_device_uevent()Miquel Raynal
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter
2023-04-04drm/tegra: Allow compile test on !ARM v2Christian König
2023-04-04gpu: host1x: Fix memory leak of device namesYang Yingliang
2023-04-04gpu: host1x: Fix potential double free if IOMMU is disabledYang Yingliang
2023-04-04gpu: host1x: mipi: Use devm_platform_get_and_ioremap_resource()Ye Xingchen
2023-04-04gpu: host1x: Don't rely on dma_fence_wait_timeout return valueMikko Perttunen
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König
2023-03-20gpu: host1x: fix uninitialized variable useArnd Bergmann
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen
2023-01-26gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen
2023-01-26gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen
2023-01-26gpu: host1x: Implement syncpoint wait using DMA fencesMikko Perttunen
2023-01-26gpu: host1x: Don't skip assigning syncpoints to channelsMikko Perttunen
2023-01-26gpu: host1x: Fix mask for syncpoint increment registerMikko Perttunen
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2022-11-25gpu: host1x: Staticize host1x_syncpt_fence_opsThierry Reding
2022-11-25gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs codeLiu Shixin
2022-11-25gpu: host1x: Add stream ID register data for NVDEC on Tegra234Mikko Perttunen
2022-11-25gpu: host1x: Select context device based on attached IOMMUMikko Perttunen
2022-11-18gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy
2022-07-08gpu: host1x: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-08gpu: host1x: Generalize host1x_cdma_push_wide()Mikko Perttunen
2022-07-08gpu: host1x: Initialize syncval in channel_submit()Mikko Perttunen
2022-07-08gpu: host1x: Register context bus unconditionallyRobin Murphy
2022-07-08gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+Mikko Perttunen
2022-07-08gpu: host1x: Add MLOCK release code on Tegra234Mikko Perttunen
2022-07-08gpu: host1x: Rewrite job opcode sequenceMikko Perttunen
2022-07-08gpu: host1x: Tegra234 device data and headersMikko Perttunen
2022-07-08gpu: host1x: Program interrupt destinations on Tegra234Mikko Perttunen
2022-07-08gpu: host1x: Allow reset to be missingMikko Perttunen
2022-07-08gpu: host1x: Program virtualization tablesMikko Perttunen
2022-07-08gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen
2022-07-08gpu: host1x: Deduplicate hardware headersMikko Perttunen
2022-07-08gpu: host1x: Program context stream ID on submissionMikko Perttunen
2022-07-08gpu: host1x: Add context device management codeMikko Perttunen
2022-06-01gpu: host1x: Add context busMikko Perttunen
2022-04-06gpu: host1x: Show all allocated syncpts via debugfsJon Hunter