summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/rgb.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2016-06-10drm: tegra: Rely on the default ->best_encoder() behaviorBoris Brezillon1-1/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-08-13drm/tegra: rgb: Restore DPMSThierry Reding1-36/+13
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding1-10/+1
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding1-38/+0
2015-01-27drm/tegra: rgb: Implement ->atomic_check()Thierry Reding1-0/+42
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding1-0/+2
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding1-0/+2
2015-01-27drm/tegra: Output cleanup functions cannot failThierry Reding1-9/+4
2015-01-27drm/tegra: Remove remnants of the output midlayerThierry Reding1-7/+6
2015-01-27drm/tegra: rgb: DemidlayerThierry Reding1-106/+137
2015-01-27drm/tegra: Stop CRTC at CRTC disable timeThierry Reding1-4/+0
2015-01-27drm/tegra: Use tegra_commit_dc() in output driversThierry Reding1-5/+3
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding1-2/+29
2014-02-12drm/tegra: Add guard to avoid double disable/enable of RGB outputsDmitry Osipenko1-0/+11
2014-01-14drm/tegra: Fix possible CRTC mask for RGB outputsThierry Reding1-1/+1
2013-12-20drm/tegra: Relocate some output-specific codeThierry Reding1-0/+45
2013-12-03drm/tegra: Tightly bind RGB output to DCThierry Reding1-4/+7
2013-10-31drm/tegra: Allocate resources at probe timeThierry Reding1-1/+15
2013-10-31drm/tegra: Move driver to DRM treeThierry Reding1-0/+225
2013-04-22drm/tegra: Move drm to live under host1xTerje Bergstrom1-228/+0
2012-11-20drm: Add NVIDIA Tegra20 supportThierry Reding1-0/+228