| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr... | Dave Airlie | 2020-02-07 | 1 | -4/+30 |
|\ |
|
| * | gpu: host1x: Set DMA direction only for DMA-mapped buffer objects | Thierry Reding | 2020-02-06 | 1 | -1/+1 |
| * | drm/tegra: Reuse IOVA mapping where possible | Thierry Reding | 2020-02-06 | 1 | -3/+29 |
* | | Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 2020-01-15 | 3 | -6/+79 |
|\| |
|
| * | gpu: host1x: Remove dev_err() on platform_get_irq() failure | YueHaibing | 2020-01-10 | 1 | -3/+1 |
| * | drm/tegra: Do not implement runtime PM | Thierry Reding | 2020-01-10 | 1 | -0/+75 |
| * | gpu: host1x: Rename "parent" to "host" | Thierry Reding | 2020-01-10 | 2 | -3/+3 |
* | | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 2019-12-17 | 1 | -14/+7 |
|\ \
| |/
|/| |
|
| * | drm/tegra: Map cmdbuf once for reloc processing | Daniel Vetter | 2019-11-25 | 1 | -14/+7 |
* | | gpu: host1x: Unconditionally select IOMMU_IOVA | Thierry Reding | 2019-11-01 | 1 | -1/+1 |
* | | gpu: host1x: Set DMA mask based on IOMMU setup | Thierry Reding | 2019-10-29 | 2 | -79/+136 |
* | | gpu: host1x: Support DMA mapping of buffers | Thierry Reding | 2019-10-29 | 3 | -21/+72 |
* | | gpu: host1x: Allocate gather copy for host1x | Thierry Reding | 2019-10-29 | 1 | -5/+6 |
* | | gpu: host1x: Clean up debugfs on removal | Thierry Reding | 2019-10-29 | 1 | -0/+1 |
* | | gpu: host1x: Overhaul host1x_bo_{pin,unpin}() API | Thierry Reding | 2019-10-29 | 1 | -3/+12 |
* | | gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() static | Ben Dooks (Codethink) | 2019-10-28 | 1 | -3/+3 |
* | | gpu: host1x: Request channels for clients, not devices | Thierry Reding | 2019-10-28 | 2 | -6/+8 |
* | | gpu: host1x: Explicitly initialize host1x_info structures | Thierry Reding | 2019-10-28 | 1 | -0/+12 |
* | | gpu: host1x: Remove gratuitous blank line | Thierry Reding | 2019-10-28 | 1 | -1/+0 |
* | | gpu: host1x: Do not limit DMA segment size | Thierry Reding | 2019-10-28 | 3 | -1/+6 |
|/ |
|
* | Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 2019-06-25 | 3 | -5/+38 |
|\ |
|
| * | host1x: debugfs_create_dir() can never return NULL | Greg Kroah-Hartman | 2019-06-13 | 1 | -3/+0 |
| * | gpu: host1x: Do not link logical devices to DT nodes | Thierry Reding | 2019-06-05 | 1 | -1/+31 |
| * | gpu: host1x: Increase maximum DMA segment size | Thierry Reding | 2019-06-05 | 1 | -0/+3 |
| * | gpu: host1x: Do not output error message for deferred probe | Thierry Reding | 2019-06-05 | 1 | -1/+4 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 4 | -40/+4 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2019-05-30 | 55 | -678/+55 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | 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 | 2 | -26/+11 |
* | gpu: host1x: Don't complete a completed job | Dmitry Osipenko | 2019-02-07 | 1 | -8/+14 |
* | gpu: host1x: Cancel only job that actually got stuck | Dmitry Osipenko | 2019-02-07 | 1 | -26/+7 |
* | gpu: host1x: Optimize CDMA push buffer memory usage | Thierry Reding | 2019-02-07 | 1 | -4/+25 |
* | gpu: host1x: Use correct semantics for HOST1X_CHANNEL_DMAEND | Thierry Reding | 2019-02-07 | 1 | -2/+2 |
* | gpu: host1x: Support 40-bit addressing on Tegra186 | Thierry Reding | 2019-02-07 | 1 | -1/+1 |
* | gpu: host1x: Restrict IOVA space to DMA mask | Thierry Reding | 2019-02-07 | 1 | -3/+6 |
* | gpu: host1x: Support 40-bit addressing | Thierry Reding | 2019-02-07 | 4 | -10/+62 |
* | gpu: host1x: Introduce support for wide opcodes | Thierry Reding | 2019-02-07 | 2 | -0/+94 |
* | gpu: host1x: Program the channel stream ID | Thierry Reding | 2019-02-07 | 5 | -0/+37 |
* | gpu: host1x: Set up stream ID table | Thierry Reding | 2019-02-04 | 2 | -0/+46 |
* | gpu: host1x: Represent host1x bus devices in debugfs | Thierry Reding | 2019-02-04 | 1 | -0/+35 |
* | gpu: host1x: Use completion instead of semaphore | Arnd Bergmann | 2019-02-04 | 2 | -6/+6 |
* | gpu: host1x: Add Tegra194 support | Thierry Reding | 2018-11-29 | 10 | -2/+496 |
* | 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: Detach Host1x from IOMMU DMA domain on arm32 | Dmitry Osipenko | 2018-09-26 | 1 | -1/+12 |
* | gpu: host1x: Remove spurious tab | Thierry Reding | 2018-09-26 | 1 | -1/+1 |
* | gpu: host1x: Check whether size of unpin isn't 0 | Dmitry Osipenko | 2018-07-09 | 1 | -1/+2 |
* | gpu: host1x: Skip IOMMU initialization if firewall is enabled | Dmitry Osipenko | 2018-07-09 | 1 | -0/+3 |