summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-053-30/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3040-498/+40Star
* 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: Continue CDMA execution starting with a next jobDmitry Osipenko2019-02-071-14/+0Star
* gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAENDThierry Reding2019-02-071-2/+2
* gpu: host1x: Support 40-bit addressingThierry Reding2019-02-074-10/+62
* gpu: host1x: Program the channel stream IDThierry Reding2019-02-075-0/+37
* gpu: host1x: Add Tegra194 supportThierry Reding2018-11-298-1/+481
* gpu: host1x: Fix syncpoint ID field size on Tegra186Thierry Reding2018-11-271-1/+1
* 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-182-13/+1Star
* gpu: host1x: Disassemble more instructionsMikko Perttunen2017-10-203-6/+58
* gpu: host1x: Improve debug disassembly formattingMikko Perttunen2017-10-203-25/+38
* gpu: host1x: Enable gather filterMikko Perttunen2017-10-203-0/+46
* gpu: host1x: Enable Tegra186 syncpoint protectionMikko Perttunen2017-10-202-0/+48
* gpu: host1x: Add Tegra186 supportMikko Perttunen2017-10-2015-162/+820
* gpu: host1x: Fix bitshift/mask multipliersMikko Perttunen2017-08-172-13/+13
* gpu: host1x: Refactor channel allocation codeMikko Perttunen2017-06-151-4/+0Star
* gpu: host1x: Add IOMMU supportMikko Perttunen2017-04-051-9/+7Star
* gpu: host1x: Remove redundant parenthesesThierry Reding2016-06-231-1/+1
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-235-17/+23
* gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-232-4/+5
* gpu: host1x: Use unsigned int consistently for IDsThierry Reding2016-06-234-9/+13
* gpu: host1x: Consistently use unsigned int for countsThierry Reding2016-06-234-11/+14
* gpu: host1x: hw: intr_hw: Remove create_workqueueBhaktipriya Shridhar2016-06-231-2/+6
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-1/+1
* gpu: host1x: Add Tegra210 supportThierry Reding2015-12-146-0/+755
* gpu: host1x: Fix MLOCK's debug infoDmitry Osipenko2015-10-024-13/+13
* gpu: host1x: Print address/offset pairs consistentlyThierry Reding2014-11-132-4/+4
* gpu: host1x: Fix typo in commentThierry Reding2014-11-131-1/+1
* gpu: host1x: Make mapped field of push buffers void *Thierry Reding2014-11-131-2/+2
* gpu: host1x: Use struct host1x_bo pointers in tracesThierry Reding2014-11-131-4/+8
* gpu: host1x: handle the correct # of syncpt regsStephen Warren2014-04-161-2/+2
* gpu: host1x: Remove unnecessary includeThierry Reding2014-01-141-1/+0Star
* gpu: host1x: Add Tegra124 supportThierry Reding2013-12-196-0/+755
* gpu: host1x: Use the correct HW headers for host1x02Thierry Reding2013-12-193-2/+150
* gpu: host1x: Silence a few warnings with LPAE=yOlof Johansson2013-11-282-4/+4
* gpu: host1x: Add syncpoint base supportArto Merilainen2013-10-312-0/+26
* gpu: host1x: Add support for Tegra114Thierry Reding2013-10-315-0/+607
* gpu: host1x: Use relative include pathsThierry Reding2013-10-316-24/+24
* gpu: host1x: Expose syncpt and channel functionalityThierry Reding2013-10-312-2/+0Star
* gpu: host1x: Make host1x header file publicThierry Reding2013-10-311-1/+2
* gpu: host1x: Cleanup includesThierry Reding2013-10-311-7/+0Star
* gpu: host1x: Remove unused MakefileThierry Reding2013-10-311-6/+0Star
* gpu: host1x: Rework CPU syncpoint incrementArto Merilainen2013-06-222-8/+6Star
* gpu: host1x: Add debug supportTerje Bergstrom2013-04-228-0/+491
* gpu: host1x: Add channel supportTerje Bergstrom2013-04-228-0/+881
* gpu: host1x: Add syncpoint wait and interruptsTerje Bergstrom2013-04-223-0/+187