summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6 days1-0/+24
|\
| * gpu: host1x: Add Tegra SE to SID tableAkhil R2024-04-121-0/+24
* | gpu: host1x: Do not setup DMA for virtual devicesThierry Reding2024-04-081-8/+0
|/
* Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-133-4/+3
|\
| * gpu: host1x: remove redundant assignment to variable spaceColin Ian King2024-02-161-2/+1
| * gpu: host1x: bus: make host1x_bus_type constRicardo B. Marliere2024-02-132-2/+2
* | gpu: host1x: Skip reset assert on Tegra186Mikko Perttunen2024-02-222-6/+15
|/
* gpu: host1x: Correct allocated size for contextsJohnny Liu2023-10-111-2/+2
* gpu: host1x: Syncpoint interrupt shardingMikko Perttunen2023-10-113-17/+61
* gpu: host1x: Enable system suspend callbacksMikko Perttunen2023-10-111-1/+1
* gpu: host1x: Stop CDMA before suspendingMikko Perttunen2023-10-113-0/+21
* gpu: host1x: Add locking in channel allocationMikko Perttunen2023-10-112-0/+10
* gpu: host1x: Return error when context device not attached to IOMMUMikko Perttunen2023-07-271-0/+8
* gpu/host1x: Explicitly include correct DT includesRob Herring2023-07-212-2/+3
* gpu: host1x: Stop open-coding of_device_uevent()Miquel Raynal2023-07-211-23/+6
* Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter2023-04-065-17/+27
|\
| * drm/tegra: Allow compile test on !ARM v2Christian König2023-04-041-1/+1
| * gpu: host1x: Fix memory leak of device namesYang Yingliang2023-04-041-8/+15
| * gpu: host1x: Fix potential double free if IOMMU is disabledYang Yingliang2023-04-041-0/+1
| * gpu: host1x: mipi: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-04-041-3/+1
| * 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
* | gpu: host1x: fix uninitialized variable useArnd Bergmann2023-03-201-3/+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