aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/host1x/hw/channel_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-27gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding1-7/+5
2023-01-26gpu: host1x: External timeout/cancellation for fencesMikko Perttunen1-1/+1
2023-01-26gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen1-21/+27
2022-07-08gpu: host1x: Initialize syncval in channel_submit()Mikko Perttunen1-0/+1
2022-07-08gpu: host1x: Rewrite job opcode sequenceMikko Perttunen1-59/+85
2022-07-08gpu: host1x: Program context stream ID on submissionMikko Perttunen1-4/+48
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko1-22/+22
2021-08-10gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen1-20/+65
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-1/+1
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-6/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-04-11gpu: host1x: Program stream ID to bypass without SMMUArnd Bergmann1-2/+6
2019-04-11gpu: host1x: Fix compile error when IOMMU API is not availableStefan Agner1-1/+1
2019-02-07gpu: host1x: Support 40-bit addressingThierry Reding1-4/+26
2019-02-07gpu: host1x: Program the channel stream IDThierry Reding1-0/+13
2018-11-27gpu: host1x: Resize channel register region on Tegra186 and laterThierry Reding1-2/+5
2018-05-18gpu: host1x: Drop unnecessary host1x argumentThierry Reding1-1/+1
2018-05-18gpu: host1x: Remove wait check supportThierry Reding1-2/+1
2017-10-20gpu: host1x: Enable gather filterMikko Perttunen1-0/+22
2017-10-20gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen1-0/+2
2017-06-15gpu: host1x: Refactor channel allocation codeMikko Perttunen1-4/+0
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding1-0/+2
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding1-1/+2
2014-11-13gpu: host1x: Use struct host1x_bo pointers in tracesThierry Reding1-4/+8
2013-10-31gpu: host1x: Add syncpoint base supportArto Merilainen1-0/+20
2013-10-31gpu: host1x: Use relative include pathsThierry Reding1-4/+4
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding1-1/+0
2013-10-31gpu: host1x: Make host1x header file publicThierry Reding1-1/+2
2013-04-22gpu: host1x: Add debug supportTerje Bergstrom1-0/+25
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom1-0/+143