summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
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-01-27drm/tegra: dc: Unify enabling the display controllerThierry Reding-0/+12
2015-01-27drm/tegra: Track tiling and format in plane stateThierry Reding-28/+99
2015-01-27drm/tegra: Track active planes in CRTC stateThierry Reding-28/+44
2015-01-27drm/tegra: Atomic conversion, phase 3, step 3Thierry Reding-118/+11
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: dc: Store clock setup in atomic stateThierry Reding-3/+68
2015-01-27drm/tegra: Atomic conversion, phase 3, step 1Thierry Reding-6/+6
2015-01-27drm/tegra: Atomic conversion, phase 2Thierry Reding-0/+12
2015-01-27drm/tegra: Atomic conversion, phase 1Thierry Reding-184/+213
2015-01-27drm/tegra: dc: Do not needlessly deassert resetThierry Reding-4/+0
2015-01-27drm/tegra: Remove remnants of the output midlayerThierry Reding-52/+0
2015-01-27drm/tegra: rgb: DemidlayerThierry Reding-0/+24
2015-01-27drm/tegra: Add tegra_dc_setup_clock() helperThierry Reding-0/+20
2015-01-27drm/tegra: output: Make ->setup_clock() optionalThierry Reding-1/+9
2015-01-27drm/tegra: dc: No longer disable planes at CRTC disableThierry Reding-14/+0
2015-01-27drm/tegra: dc: Wait for idle when disabledThierry Reding-5/+65
2015-01-27drm/tegra: Stop CRTC at CRTC disable timeThierry Reding-0/+6
2015-01-27drm/tegra: Use tegra_commit_dc() in output driversThierry Reding-1/+1
2015-01-27drm/tegra: dc: Fix bad irqsave/restore in tegra_dc_finish_page_flip()Dan Carpenter-2/+2
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: plane: Use proper possible_crtcs maskThierry Reding-1/+14
2015-01-27drm/tegra: Remove redundant zeroing out of memoryThierry Reding-6/+0
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie-5/+0
2014-12-17drm/tegra: dc: Select root window for event dispatchSean Paul-2/+22
2014-12-17drm/tegra: dc: Fix a potential race on page-flip completionThierry Reding-3/+7
2014-12-17drm/tegra: dc: Consistently use the same pipeThierry Reding-7/+7
2014-12-10drm/tegra: Remove dummy ->load_lut() implementationThierry Reding-5/+0
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie-4/+4
2014-11-15Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie-180/+413
2014-11-13drm/tegra: dc: Universal plane supportThierry Reding-157/+330
2014-11-13drm/tegra: dc: Registers are 32 bits wideThierry Reding-1/+1
2014-11-13drm/tegra: dc: Factor out DC, window and cursor commitThierry Reding-24/+28
2014-11-13drm/tegra: Add IOMMU supportThierry Reding-0/+17
2014-11-13drm/tegra: dc: Add powergate supportThierry Reding-3/+42
2014-11-13drm/tegra: dc: Add missing call to drm_vblank_on()Thierry Reding-5/+4
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter-0/+2
2014-08-04drm/tegra: add MODULE_DEVICE_TABLEsStephen Warren-0/+1
2014-08-04drm/tegra: dc - Reset controller on driver removeThierry Reding-0/+1
2014-08-04drm/tegra: Properly align stride for framebuffersThierry Reding-0/+19
2014-08-04drm/tegra: Implement more tiling modesThierry Reding-15/+87
2014-06-05drm/tegra: Add hardware cursor supportThierry Reding-0/+111
2014-06-05drm/tegra: Remove host1x drm_bus implementationThierry Reding-5/+5
2014-06-05drm/tegra: dc - Compute shift clock divider in output driversThierry Reding-8/+5
2014-06-05drm/tegra: dc - Move around shift clock programmingThierry Reding-9/+10