summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie4-59/+93
2020-02-06drm/tegra: Reuse IOVA mapping where possibleThierry Reding2-20/+34
2020-02-06drm/tegra: Relax IOMMU usage criteria on old TegraThierry Reding1-17/+32
2020-01-31drm/tegra: sor: Initialize runtime PM before useThierry Reding1-15/+17
2020-01-31drm/tegra: sor: Disable runtime PM on probe failureThierry Reding1-6/+8
2020-01-31drm/tegra: sor: Suspend on clock registration failureThierry Reding1-6/+7
2020-01-15Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie13-344/+501
2020-01-10drm/tegra: output: Implement system suspend/resumeThierry Reding2-0/+33
2020-01-10drm/tegra: sor: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding8-331/+455
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding9-18/+18
2020-01-07drm/tegra: Provide ddc symlink in output connector sysfs directoryAndrzej Pietrasiewicz2-6/+8
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter3-42/+2
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
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-12-01drm/tegra: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-11-25drm/tegra: Remove dma_buf->k(un)mapDaniel Vetter1-12/+0
2019-11-25drm/tegra: Delete host1x_bo_ops->k(un)mapDaniel Vetter1-28/+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