summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/channel_hw.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding2023-01-271-7/+5
* gpu: host1x: External timeout/cancellation for fencesMikko Perttunen2023-01-261-1/+1
* gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen2023-01-261-21/+27
* gpu: host1x: Initialize syncval in channel_submit()Mikko Perttunen2022-07-081-0/+1
* gpu: host1x: Rewrite job opcode sequenceMikko Perttunen2022-07-081-59/+85
* gpu: host1x: Program context stream ID on submissionMikko Perttunen2022-07-081-4/+48
* gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-161-22/+22
* gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen2021-08-101-20/+65
* gpu: host1x: Add no-recovery modeMikko Perttunen2021-08-101-1/+1
* gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-311-6/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* gpu: host1x: Program stream ID to bypass without SMMUArnd Bergmann2019-04-111-2/+6
* gpu: host1x: Fix compile error when IOMMU API is not availableStefan Agner2019-04-111-1/+1
* gpu: host1x: Support 40-bit addressingThierry Reding2019-02-071-4/+26
* gpu: host1x: Program the channel stream IDThierry Reding2019-02-071-0/+13
* gpu: host1x: Resize channel register region on Tegra186 and laterThierry Reding2018-11-271-2/+5
* gpu: host1x: Drop unnecessary host1x argumentThierry Reding2018-05-181-1/+1
* gpu: host1x: Remove wait check supportThierry Reding2018-05-181-2/+1
* gpu: host1x: Enable gather filterMikko Perttunen2017-10-201-0/+22
* gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen2017-10-201-0/+2
* gpu: host1x: Refactor channel allocation codeMikko Perttunen2017-06-151-4/+0
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-231-0/+2
* gpu: host1x: Use unsigned int consistently for IDsThierry Reding2016-06-231-1/+2
* gpu: host1x: Use struct host1x_bo pointers in tracesThierry Reding2014-11-131-4/+8
* gpu: host1x: Add syncpoint base supportArto Merilainen2013-10-311-0/+20
* gpu: host1x: Use relative include pathsThierry Reding2013-10-311-4/+4
* gpu: host1x: Expose syncpt and channel functionalityThierry Reding2013-10-311-1/+0
* gpu: host1x: Make host1x header file publicThierry Reding2013-10-311-1/+2
* gpu: host1x: Add debug supportTerje Bergstrom2013-04-221-0/+25
* gpu: host1x: Add channel supportTerje Bergstrom2013-04-221-0/+143