summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorLines
2015-02-19drm/tegra: dc: Move more code into ->init()Thierry Reding-38/+36
2015-02-19drm/tegra: dc: Wire up CRTC parent of atomic stateThierry Reding-1/+3
2015-02-19drm/tegra: dc: Reset state's active_changed fieldThierry Reding-0/+1
2015-02-19drm/tegra: hdmi: Explicitly set clock rateThierry Reding-0/+8
2015-01-27drm/tegra: Use correct relocation target offsetsDavid Ung-1/+1
2015-01-27drm/tegra: Add minimal power managementThierry Reding-0/+25
2015-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding-52/+16
2015-01-27drm/tegra: Track tiling and format in plane stateThierry Reding-30/+101
2015-01-27drm/tegra: Track active planes in CRTC stateThierry Reding-28/+44
2015-01-27drm/tegra: Remove unused ->mode_fixup() callbacksThierry Reding-179/+0
2015-01-27drm/tegra: Atomic conversion, phase 3, step 3Thierry Reding-119/+100
2015-01-27drm/tegra: Atomic conversion, phase 3, step 2Thierry Reding-1/+1
2015-01-27drm/tegra: dc: Use atomic clock state in modesetThierry Reding-0/+37
2015-01-27drm/tegra: sor: Implement ->atomic_check()Thierry Reding-0/+22
2015-01-27drm/tegra: hdmi: Implement ->atomic_check()Thierry Reding-0/+22
2015-01-27drm/tegra: dsi: Implement ->atomic_check()Thierry Reding-73/+196
2015-01-27drm/tegra: rgb: Implement ->atomic_check()Thierry Reding-0/+42
2015-01-27drm/tegra: dc: Store clock setup in atomic stateThierry Reding-3/+72
2015-01-27drm/tegra: Atomic conversion, phase 3, step 1Thierry Reding-6/+10
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding-0/+22
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding-185/+223
2015-01-27drm/tegra: dc: Do not needlessly deassert resetThierry Reding-4/+0
2015-01-27drm/tegra: Output cleanup functions cannot failThierry Reding-32/+13
2015-01-27drm/tegra: Remove remnants of the output midlayerThierry Reding-212/+32
2015-01-27drm/tegra: debugfs cleanup cannot failThierry Reding-27/+9
2015-01-27drm/tegra: sor: DemidlayerThierry Reding-368/+410
2015-01-27drm/tegra: dsi: DemidlayerThierry Reding-169/+195
2015-01-27drm/tegra: hdmi: DemidlayerThierry Reding-139/+147
2015-01-27drm/tegra: rgb: DemidlayerThierry Reding-112/+161
2015-01-27drm/tegra: Add tegra_dc_setup_clock() helperThierry Reding-0/+22
2015-01-27drm/tegra: output: Make ->setup_clock() optionalThierry Reding-11/+9
2015-01-27drm/tegra: Convert output midlayer to helpersThierry Reding-12/+21
2015-01-27drm/tegra: dc: No longer disable planes at CRTC disableThierry Reding-14/+0
2015-01-27drm/tegra: Move tegra_drm_mode_funcs to the coreThierry Reding-21/+23
2015-01-27drm/tegra: dc: Wait for idle when disabledThierry Reding-5/+65
2015-01-27drm/tegra: Stop CRTC at CRTC disable timeThierry Reding-16/+6
2015-01-27drm/tegra: Use tegra_commit_dc() in output driversThierry Reding-18/+11
2015-01-27drm/tegra: gem: oops in error handlingDan Carpenter-3/+2
2015-01-27drm/tegra: dc: Fix bad irqsave/restore in tegra_dc_finish_page_flip()Dan Carpenter-2/+2
2015-01-27drm/tegra: dsi: Adjust D-PHY timingDavid Ung-6/+19
2015-01-27drm/tegra: dsi: Reset across ->exit()/->init()Thierry Reding-13/+14
2015-01-27drm/tegra: dsi: Soft-reset controller on ->disableThierry Reding-0/+25
2015-01-27drm/tegra: dsi: Registers are 32-bitThierry Reding-7/+7
2015-01-27drm/tegra: hdmi: Registers are 32-bitThierry Reding-18/+18
2015-01-27drm/tegra: dc: Return planar flag for non-YUV modesThierry Reding-0/+3
2015-01-27drm/tegra: dc: Describe register copiesThierry Reding-0/+12
2015-01-27drm/tegra: dc: Initialize border colorThierry Reding-0/+8
2015-01-27drm/tegra: Check for NULL pointer instead of IS_ERR()Dan Carpenter-2/+2
2015-01-27drm/tegra: plane: Use proper possible_crtcs maskThierry Reding-1/+14
2015-01-27drm/tegra: Remove redundant zeroing out of memoryThierry Reding-18/+0