summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm/tegra/for-5.7-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2020-03-192-14/+40
|\
| * drm/tegra: hdmi: Silence deferred-probe errorDmitry Osipenko2020-03-131-9/+25
| * drm/tegra: dc: Silence RGB output deferred-probe errorDmitry Osipenko2020-03-131-1/+7
| * drm/tegra: dc: Release PM and RGB output when client's registration failsDmitry Osipenko2020-03-121-1/+7
| * drm/tegra: dc: Use devm_platform_ioremap_resourceDmitry Osipenko2020-03-121-3/+1
* | drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-6/+0
* | drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
|/
* Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie2020-02-074-59/+93
|\
| * drm/tegra: Reuse IOVA mapping where possibleThierry Reding2020-02-062-20/+34
| * drm/tegra: Relax IOMMU usage criteria on old TegraThierry Reding2020-02-061-17/+32
| * drm/tegra: sor: Initialize runtime PM before useThierry Reding2020-01-311-15/+17
| * drm/tegra: sor: Disable runtime PM on probe failureThierry Reding2020-01-311-6/+8
| * drm/tegra: sor: Suspend on clock registration failureThierry Reding2020-01-311-6/+7
* | 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