| Commit message (Expand) | Author | Age | Files | Lines |
* | gpu: host1x: Request syncpoint IRQs only during probe | Mikko Perttunen | 2024-08-28 | 1 | -34/+3 |
* | gpu: host1x: Syncpoint interrupt sharding | Mikko Perttunen | 2023-10-11 | 1 | -12/+34 |
* | gpu: host1x: Use tegra_dev_iommu_get_stream_id() | Thierry Reding | 2023-01-27 | 1 | -7/+5 |
* | gpu: host1x: External timeout/cancellation for fences | Mikko Perttunen | 2023-01-26 | 1 | -1/+1 |
* | gpu: host1x: Rewrite syncpoint interrupt handling | Mikko Perttunen | 2023-01-26 | 1 | -54/+20 |
* | gpu: host1x: Implement job tracking using DMA fences | Mikko Perttunen | 2023-01-26 | 1 | -21/+27 |
* | gpu: host1x: Don't skip assigning syncpoints to channels | Mikko Perttunen | 2023-01-26 | 1 | -3/+0 |
* | gpu: host1x: Fix mask for syncpoint increment register | Mikko Perttunen | 2023-01-26 | 3 | -3/+3 |
* | gpu: host1x: Initialize syncval in channel_submit() | Mikko Perttunen | 2022-07-08 | 1 | -0/+1 |
* | gpu: host1x: Add MLOCK release code on Tegra234 | Mikko Perttunen | 2022-07-08 | 2 | -0/+41 |
* | gpu: host1x: Rewrite job opcode sequence | Mikko Perttunen | 2022-07-08 | 1 | -59/+85 |
* | gpu: host1x: Tegra234 device data and headers | Mikko Perttunen | 2022-07-08 | 8 | -0/+310 |
* | gpu: host1x: Program interrupt destinations on Tegra234 | Mikko Perttunen | 2022-07-08 | 1 | -0/+11 |
* | gpu: host1x: Deduplicate hardware headers | Mikko Perttunen | 2022-07-08 | 7 | -703/+156 |
* | gpu: host1x: Program context stream ID on submission | Mikko Perttunen | 2022-07-08 | 3 | -4/+68 |
* | gpu: host1x: Add initial runtime PM and OPP support | Dmitry Osipenko | 2021-12-16 | 1 | -22/+22 |
* | gpu: host1x: debug: Dump DMASTART and DMAEND register | Thierry Reding | 2021-08-13 | 2 | -3/+21 |
* | gpu: host1x: debug: Dump only relevant parts of CDMA push buffer | Thierry Reding | 2021-08-13 | 1 | -10/+7 |
* | gpu: host1x: debug: Use dma_addr_t more consistently | Thierry Reding | 2021-08-13 | 1 | -4/+4 |
* | gpu: host1x: Add support for syncpoint waits in CDMA pushbuffer | Mikko Perttunen | 2021-08-10 | 7 | -22/+132 |
* | gpu: host1x: Add no-recovery mode | Mikko Perttunen | 2021-08-10 | 1 | -1/+1 |
* | gpu: host1x: Fix Tegra194 syncpt interrupt threshold | Jon Hunter | 2021-03-31 | 1 | -1/+1 |
* | gpu: host1x: Cleanup and refcounting for syncpoints | Mikko Perttunen | 2021-03-31 | 3 | -8/+6 |
* | gpu: host1x: debug: Dump push buffer state | Dmitry Osipenko | 2020-07-17 | 1 | -0/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 3 | -30/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2019-05-30 | 40 | -498/+40 |
* | gpu: host1x: Program stream ID to bypass without SMMU | Arnd Bergmann | 2019-04-11 | 1 | -2/+6 |
* | gpu: host1x: Fix compile error when IOMMU API is not available | Stefan Agner | 2019-04-11 | 1 | -1/+1 |
* | gpu: host1x: Continue CDMA execution starting with a next job | Dmitry Osipenko | 2019-02-07 | 1 | -14/+0 |
* | gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAEND | Thierry Reding | 2019-02-07 | 1 | -2/+2 |
* | gpu: host1x: Support 40-bit addressing | Thierry Reding | 2019-02-07 | 4 | -10/+62 |
* | gpu: host1x: Program the channel stream ID | Thierry Reding | 2019-02-07 | 5 | -0/+37 |
* | gpu: host1x: Add Tegra194 support | Thierry Reding | 2018-11-29 | 8 | -1/+481 |
* | gpu: host1x: Fix syncpoint ID field size on Tegra186 | Thierry Reding | 2018-11-27 | 1 | -1/+1 |
* | gpu: host1x: Resize channel register region on Tegra186 and later | Thierry Reding | 2018-11-27 | 1 | -2/+5 |
* | gpu: host1x: Drop unnecessary host1x argument | Thierry Reding | 2018-05-18 | 1 | -1/+1 |
* | gpu: host1x: Remove wait check support | Thierry Reding | 2018-05-18 | 2 | -13/+1 |
* | gpu: host1x: Disassemble more instructions | Mikko Perttunen | 2017-10-20 | 3 | -6/+58 |
* | gpu: host1x: Improve debug disassembly formatting | Mikko Perttunen | 2017-10-20 | 3 | -25/+38 |
* | gpu: host1x: Enable gather filter | Mikko Perttunen | 2017-10-20 | 3 | -0/+46 |
* | gpu: host1x: Enable Tegra186 syncpoint protection | Mikko Perttunen | 2017-10-20 | 2 | -0/+48 |
* | gpu: host1x: Add Tegra186 support | Mikko Perttunen | 2017-10-20 | 15 | -162/+820 |
* | gpu: host1x: Fix bitshift/mask multipliers | Mikko Perttunen | 2017-08-17 | 2 | -13/+13 |
* | gpu: host1x: Refactor channel allocation code | Mikko Perttunen | 2017-06-15 | 1 | -4/+0 |
* | gpu: host1x: Add IOMMU support | Mikko Perttunen | 2017-04-05 | 1 | -9/+7 |
* | gpu: host1x: Remove redundant parentheses | Thierry Reding | 2016-06-23 | 1 | -1/+1 |
* | gpu: host1x: Whitespace cleanup for readability | Thierry Reding | 2016-06-23 | 5 | -17/+23 |
* | gpu: host1x: Fix a couple of checkpatch warnings | Thierry Reding | 2016-06-23 | 2 | -4/+5 |
* | gpu: host1x: Use unsigned int consistently for IDs | Thierry Reding | 2016-06-23 | 4 | -9/+13 |
* | gpu: host1x: Consistently use unsigned int for counts | Thierry Reding | 2016-06-23 | 4 | -11/+14 |