aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/hw
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 3-30/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 40-498/+40
2019-04-11gpu: host1x: Program stream ID to bypass without SMMUGravatar Arnd Bergmann 1-2/+6
2019-04-11gpu: host1x: Fix compile error when IOMMU API is not availableGravatar Stefan Agner 1-1/+1
2019-02-07gpu: host1x: Continue CDMA execution starting with a next jobGravatar Dmitry Osipenko 1-14/+0
2019-02-07gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAENDGravatar Thierry Reding 1-2/+2
2019-02-07gpu: host1x: Support 40-bit addressingGravatar Thierry Reding 4-10/+62
2019-02-07gpu: host1x: Program the channel stream IDGravatar Thierry Reding 5-0/+37
2018-11-29gpu: host1x: Add Tegra194 supportGravatar Thierry Reding 8-1/+481
2018-11-27gpu: host1x: Fix syncpoint ID field size on Tegra186Gravatar Thierry Reding 1-1/+1
2018-11-27gpu: host1x: Resize channel register region on Tegra186 and laterGravatar Thierry Reding 1-2/+5
2018-05-18gpu: host1x: Drop unnecessary host1x argumentGravatar Thierry Reding 1-1/+1
2018-05-18gpu: host1x: Remove wait check supportGravatar Thierry Reding 2-13/+1
2017-10-20gpu: host1x: Disassemble more instructionsGravatar Mikko Perttunen 3-6/+58
2017-10-20gpu: host1x: Improve debug disassembly formattingGravatar Mikko Perttunen 3-25/+38
2017-10-20gpu: host1x: Enable gather filterGravatar Mikko Perttunen 3-0/+46
2017-10-20gpu: host1x: Enable Tegra186 syncpoint protectionGravatar Mikko Perttunen 2-0/+48
2017-10-20gpu: host1x: Add Tegra186 supportGravatar Mikko Perttunen 15-162/+820
2017-08-17gpu: host1x: Fix bitshift/mask multipliersGravatar Mikko Perttunen 2-13/+13
2017-06-15gpu: host1x: Refactor channel allocation codeGravatar Mikko Perttunen 1-4/+0
2017-04-05gpu: host1x: Add IOMMU supportGravatar Mikko Perttunen 1-9/+7
2016-06-23gpu: host1x: Remove redundant parenthesesGravatar Thierry Reding 1-1/+1
2016-06-23gpu: host1x: Whitespace cleanup for readabilityGravatar Thierry Reding 5-17/+23
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsGravatar Thierry Reding 2-4/+5
2016-06-23gpu: host1x: Use unsigned int consistently for IDsGravatar Thierry Reding 4-9/+13
2016-06-23gpu: host1x: Consistently use unsigned int for countsGravatar Thierry Reding 4-11/+14
2016-06-23gpu: host1x: hw: intr_hw: Remove create_workqueueGravatar Bhaktipriya Shridhar 1-2/+6
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-1/+1
2015-12-14gpu: host1x: Add Tegra210 supportGravatar Thierry Reding 6-0/+755
2015-10-02gpu: host1x: Fix MLOCK's debug infoGravatar Dmitry Osipenko 4-13/+13
2014-11-13gpu: host1x: Print address/offset pairs consistentlyGravatar Thierry Reding 2-4/+4
2014-11-13gpu: host1x: Fix typo in commentGravatar Thierry Reding 1-1/+1
2014-11-13gpu: host1x: Make mapped field of push buffers void *Gravatar Thierry Reding 1-2/+2
2014-11-13gpu: host1x: Use struct host1x_bo pointers in tracesGravatar Thierry Reding 1-4/+8
2014-04-16gpu: host1x: handle the correct # of syncpt regsGravatar Stephen Warren 1-2/+2
2014-01-14gpu: host1x: Remove unnecessary includeGravatar Thierry Reding 1-1/+0
2013-12-19gpu: host1x: Add Tegra124 supportGravatar Thierry Reding 6-0/+755
2013-12-19gpu: host1x: Use the correct HW headers for host1x02Gravatar Thierry Reding 3-2/+150
2013-11-28gpu: host1x: Silence a few warnings with LPAE=yGravatar Olof Johansson 2-4/+4
2013-10-31gpu: host1x: Add syncpoint base supportGravatar Arto Merilainen 2-0/+26
2013-10-31gpu: host1x: Add support for Tegra114Gravatar Thierry Reding 5-0/+607
2013-10-31gpu: host1x: Use relative include pathsGravatar Thierry Reding 6-24/+24
2013-10-31gpu: host1x: Expose syncpt and channel functionalityGravatar Thierry Reding 2-2/+0
2013-10-31gpu: host1x: Make host1x header file publicGravatar Thierry Reding 1-1/+2
2013-10-31gpu: host1x: Cleanup includesGravatar Thierry Reding 1-7/+0
2013-10-31gpu: host1x: Remove unused MakefileGravatar Thierry Reding 1-6/+0
2013-06-22gpu: host1x: Rework CPU syncpoint incrementGravatar Arto Merilainen 2-8/+6
2013-04-22gpu: host1x: Add debug supportGravatar Terje Bergstrom 8-0/+491
2013-04-22gpu: host1x: Add channel supportGravatar Terje Bergstrom 8-0/+881
2013-04-22gpu: host1x: Add syncpoint wait and interruptsGravatar Terje Bergstrom 3-0/+187