aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04drm/tegra: Run hub cleanup on ->remove()Thierry Reding1-0/+3
2019-12-04drm/tegra: sor: Make the +5V HDMI supply optionalThierry Reding1-2/+16
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding3-5/+3
2019-12-04drm/tegra: vic: Export module device tableThierry Reding1-2/+3
2019-12-04drm/tegra: sor: Implement system suspend/resumeThierry Reding1-5/+19
2019-12-04drm/tegra: Use proper IOVA address for cursor imageThierry Reding1-8/+8
2019-12-04drm/tegra: gem: Remove premature import restrictionsThierry Reding2-7/+11
2019-12-04drm/tegra: gem: Properly pin imported buffersThierry Reding1-0/+43
2019-12-04drm/tegra: hub: Remove bogus connection mutex checkThierry Reding1-3/+0
2019-11-01drm/tegra: Unconditionally select IOMMU_IOVAThierry Reding1-1/+1
2019-10-29drm/tegra: Optionally attach clients to the IOMMUThierry Reding2-18/+49
2019-10-29drm/tegra: Support DMA API for display controllersThierry Reding4-6/+120
2019-10-29drm/tegra: falcon: Clarify address usageThierry Reding3-41/+34
2019-10-29drm/tegra: Remove memory allocation from Falcon libraryThierry Reding3-84/+68
2019-10-29gpu: host1x: Support DMA mapping of buffersThierry Reding1-3/+15
2019-10-29gpu: host1x: Add direction flags to relocationsThierry Reding1-0/+2
2019-10-29gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding1-4/+30
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding6-20/+25
2019-10-29drm/tegra: Do not use ->load() and ->unload() callbacksThierry Reding1-167/+154
2019-10-28drm/tegra: sor: Introduce audio enable/disable callbacksThierry Reding1-2/+8
2019-10-28drm/tegra: sor: Extract common audio enabling codeThierry Reding1-18/+25
2019-10-28drm/tegra: sor: Avoid timeouts on unplug eventsThierry Reding1-3/+10
2019-10-28drm/tegra: sor: Unify eDP and DP supportThierry Reding1-347/+74
2019-10-28drm/tegra: sor: Use correct I/O pad for DPThierry Reding1-0/+1
2019-10-28drm/tegra: sor: Unify clock setup for eDP, HDMI and DPThierry Reding1-11/+81
2019-10-28drm/tegra: sor: Support DisplayPort on Tegra194Thierry Reding1-0/+5
2019-10-28drm/tegra: sor: Deduplicate connector type detection codeThierry Reding1-109/+109
2019-10-28drm/tegra: sor: Implement pad clock for all SOR instancesThierry Reding1-6/+14
2019-10-28drm/tegra: sor: Use correct SOR index on Tegra210Thierry Reding1-0/+5
2019-10-28drm/tegra: sor: Remove tegra186-sor1 supportThierry Reding1-18/+0
2019-10-28drm/tegra: sor: Add DisplayPort supportThierry Reding3-6/+348
2019-10-28drm/tegra: sor: Filter eDP ratesThierry Reding1-0/+26
2019-10-28drm/tegra: sor: Stabilize eDPThierry Reding1-89/+49
2019-10-28drm/tegra: sor: Hook up I2C-over-AUX to outputThierry Reding1-0/+2
2019-10-28drm/tegra: sor: Use DP link training helpersThierry Reding4-290/+470
2019-10-28drm/tegra: dp: Add DisplayPort link training helperThierry Reding2-0/+524
2019-10-28drm/tegra: dp: Add support for eDP link ratesThierry Reding2-0/+136
2019-10-28drm/tegra: dp: Add drm_dp_link_choose() helperThierry Reding2-0/+60
2019-10-28drm/tegra: dp: Enable alternate scrambler reset when supportedThierry Reding1-0/+7
2019-10-28drm/tegra: dp: Set channel coding on link configurationThierry Reding1-1/+10
2019-10-28drm/tegra: dp: Read AUX read interval from DPCDThierry Reding2-0/+42
2019-10-28drm/tegra: dp: Read eDP version from DPCDThierry Reding2-2/+18
2019-10-28drm/tegra: dp: Read alternate scrambler reset capability from sinkThierry Reding2-0/+12
2019-10-28drm/tegra: dp: Read channel coding capability from sinkThierry Reding2-0/+10
2019-10-28drm/tegra: dp: Read TPS3 capability from sinkThierry Reding2-0/+10
2019-10-28drm/tegra: dp: Read fast training capability from linkThierry Reding2-0/+10
2019-10-28drm/tegra: dp: Probe link using existing parsing helpersThierry Reding1-7/+6
2019-10-28drm/tegra: dp: Turn link capabilities into booleansThierry Reding3-8/+36
2019-10-28drm/tegra: dp: Track link capabilities alongside settingsThierry Reding4-28/+39
2019-10-28drm/tegra: dp: Add drm_dp_link_reset() implementationThierry Reding1-1/+12