summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x
AgeCommit message (Expand)Author
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
2022-04-06gpu: host1x: Do not use mapping cache for job submissionsThierry Reding
2022-03-01gpu: host1x: Fix a memory leak in 'host1x_remove()'Christophe JAILLET
2022-03-01gpu: host1x: Fix an error handling path in 'host1x_probe()'Christophe JAILLET
2022-02-16gpu: host1x: Always return syncpoint value when waitingMikko Perttunen
2022-01-27gpu: host1x: Fix hang on Tegra186+Dmitry Osipenko
2021-12-16gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko
2021-12-16gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko
2021-12-16gpu: host1x: Add missing DMA API includeRobin Murphy
2021-12-16gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann
2021-12-16gpu: host1x: Drop excess kernel-doc entry @keyRandy Dunlap
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding
2021-09-16gpu: host1x: Plug potential memory leakThierry Reding
2021-09-16gpu/host1x: fence: Make spinlock staticDmitry Osipenko
2021-08-13gpu: host1x: debug: Dump DMASTART and DMAEND registerThierry Reding
2021-08-13gpu: host1x: debug: Dump only relevant parts of CDMA push bufferThierry Reding
2021-08-13gpu: host1x: debug: Use dma_addr_t more consistentlyThierry Reding
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen
2021-08-10gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen
2021-08-10gpu: host1x: Add job release callbackMikko Perttunen
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen
2021-08-10gpu: host1x: Add DMA fence implementationMikko Perttunen
2021-05-17gpu: host1x: Split up client initalization and registrationThierry Reding
2021-03-31gpu: host1x: Add early init and late exit callbacksThierry Reding
2021-03-31gpu: host1x: Fix Tegra194 syncpt interrupt thresholdJon Hunter
2021-03-31gpu: host1x: Assign intr waiter inside lockMikko Perttunen
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen
2021-03-31gpu: host1x: Reset max value when freeing a syncpointMikko Perttunen
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen
2021-03-30gpu: host1x: Use HW-equivalent syncpoint expiration checkMikko Perttunen
2021-03-30gpu: host1x: Remove cancelled waiters immediatelyMikko Perttunen