summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpu/host1x: fence: Make spinlock staticDmitry Osipenko2021-09-161-1/+1
* gpu: host1x: debug: Dump DMASTART and DMAEND registerThierry Reding2021-08-132-3/+21
* gpu: host1x: debug: Dump only relevant parts of CDMA push bufferThierry Reding2021-08-131-10/+7
* gpu: host1x: debug: Use dma_addr_t more consistentlyThierry Reding2021-08-131-4/+4
* gpu: host1x: Add option to skip firewall for a jobMikko Perttunen2021-08-101-8/+13
* gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen2021-08-109-41/+199
* gpu: host1x: Add job release callbackMikko Perttunen2021-08-101-0/+3
* gpu: host1x: Add no-recovery modeMikko Perttunen2021-08-105-7/+71
* gpu: host1x: Add DMA fence implementationMikko Perttunen2021-08-105-0/+193
* 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/+31
* gpu: host1x: Fix Tegra194 syncpt interrupt thresholdJon Hunter2021-03-311-1/+1
* gpu: host1x: Assign intr waiter inside lockMikko Perttunen2021-03-311-2/+3