summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2020-01-1513-344/+501
|\
| * drm/tegra: output: Implement system suspend/resumeThierry Reding2020-01-102-0/+33
| * drm/tegra: sor: Mark PM functions as __maybe_unusedArnd Bergmann2020-01-101-2/+2
| * drm/tegra: Do not implement runtime PMThierry Reding2020-01-108-331/+455
| * gpu: host1x: Rename "parent" to "host"Thierry Reding2020-01-109-18/+18
* | drm/tegra: Provide ddc symlink in output connector sysfs directoryAndrzej Pietrasiewicz2020-01-072-6/+8
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-173-42/+2
|\ \ | |/ |/|
| * drm/panel: decouple connector from drm_panelSam Ravnborg2019-12-091-1/+1
| * drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
| * drm/tegra: fix opencoded use of drm_panel_*Sam Ravnborg2019-12-011-1/+1
| * drm/tegra: Remove dma_buf->k(un)mapDaniel Vetter2019-11-251-12/+0
| * drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter2019-11-251-28/+0
* | drm/tegra: Run hub cleanup on ->remove()Thierry Reding2019-12-041-0/+3
* | drm/tegra: sor: Make the +5V HDMI supply optionalThierry Reding2019-12-041-2/+16
* | drm/tegra: Silence expected errors on IOMMU attachThierry Reding2019-12-043-5/+3
* | drm/tegra: vic: Export module device tableThierry Reding2019-12-041-2/+3
* | drm/tegra: sor: Implement system suspend/resumeThierry Reding2019-12-041-5/+19
* | drm/tegra: Use proper IOVA address for cursor imageThierry Reding2019-12-041-8/+8
* | drm/tegra: gem: Remove premature import restrictionsThierry Reding2019-12-042-7/+11
* | drm/tegra: gem: Properly pin imported buffersThierry Reding2019-12-041-0/+43
* | drm/tegra: hub: Remove bogus connection mutex checkThierry Reding2019-12-041-3/+0
* | drm/tegra: Unconditionally select IOMMU_IOVAThierry Reding2019-11-011-1/+1
* | drm/tegra: Optionally attach clients to the IOMMUThierry Reding2019-10-292-18/+49
* | drm/tegra: Support DMA API for display controllersThierry Reding2019-10-294-6/+120
* | drm/tegra: falcon: Clarify address usageThierry Reding2019-10-293-41/+34
* | drm/tegra: Remove memory allocation from Falcon libraryThierry Reding2019-10-293-84/+68
* | gpu: host1x: Support DMA mapping of buffersThierry Reding2019-10-291-3/+15
* | gpu: host1x: Add direction flags to relocationsThierry Reding2019-10-291-0/+2
* | gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding2019-10-291-4/+30
* | drm/tegra: Simplify IOMMU group selectionThierry Reding2019-10-296-20/+25
* | drm/tegra: Do not use ->load() and ->unload() callbacksThierry Reding2019-10-291-167/+154
* | drm/tegra: sor: Introduce audio enable/disable callbacksThierry Reding2019-10-281-2/+8
* | drm/tegra: sor: Extract common audio enabling codeThierry Reding2019-10-281-18/+25
* | drm/tegra: sor: Avoid timeouts on unplug eventsThierry Reding2019-10-281-3/+10
* | drm/tegra: sor: Unify eDP and DP supportThierry Reding2019-10-281-347/+74
* | drm/tegra: sor: Use correct I/O pad for DPThierry Reding2019-10-281-0/+1
* | drm/tegra: sor: Unify clock setup for eDP, HDMI and DPThierry Reding2019-10-281-11/+81
* | drm/tegra: sor: Support DisplayPort on Tegra194Thierry Reding2019-10-281-0/+5
* | drm/tegra: sor: Deduplicate connector type detection codeThierry Reding2019-10-281-109/+109
* | drm/tegra: sor: Implement pad clock for all SOR instancesThierry Reding2019-10-281-6/+14
* | drm/tegra: sor: Use correct SOR index on Tegra210Thierry Reding2019-10-281-0/+5
* | drm/tegra: sor: Remove tegra186-sor1 supportThierry Reding2019-10-281-18/+0
* | drm/tegra: sor: Add DisplayPort supportThierry Reding2019-10-283-6/+348
* | drm/tegra: sor: Filter eDP ratesThierry Reding2019-10-281-0/+26
* | drm/tegra: sor: Stabilize eDPThierry Reding2019-10-281-89/+49
* | drm/tegra: sor: Hook up I2C-over-AUX to outputThierry Reding2019-10-281-0/+2
* | drm/tegra: sor: Use DP link training helpersThierry Reding2019-10-284-290/+470
* | drm/tegra: dp: Add DisplayPort link training helperThierry Reding2019-10-282-0/+524
* | drm/tegra: dp: Add support for eDP link ratesThierry Reding2019-10-282-0/+136
* | drm/tegra: dp: Add drm_dp_link_choose() helperThierry Reding2019-10-282-0/+60