summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)AuthorLines
2017-06-15drm/tegra: dc: Disable plane if it is invisibleDmitry Osipenko-12/+21
2017-06-15drm/tegra: dc: Apply clipping to the planeDmitry Osipenko-8/+21
2017-06-15drm/tegra: dc: Avoid reset asserts on Tegra20Dmitry Osipenko-9/+21
2017-03-27drm/tegra: Don't use modeset_lock_crtcDaniel Vetter-4/+4
2017-02-09drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo-3/+12
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä-2/+2
2016-09-30Merge tag 'drm/tegra/for-4.9-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-1/+8
2016-08-24drm/tegra: Fix window[0] base address corruptionDmitry Osipenko-1/+8
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart-17/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson-2/+2
2016-07-04drm/tegra: dc: Implement runtime PMThierry Reding-70/+106
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter-2/+2
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter-2/+2
2016-03-31drm/tegra: Don't set a gamma table sizeDaniel Vetter-1/+0
2016-02-08drm/tegra: Stop cancelling page flip eventsDaniel Vetter-17/+0
2015-12-17Merge tag 'drm/tegra/for-4.5-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-1/+3
2015-12-14drm/tegra: dc: Add missing of_node_put()Julia Lawall-1/+3
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä-3/+6
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä-1/+1
2015-11-05Merge tag 'drm/tegra/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-7/+7
2015-10-30drm/tegra: dc: Request/free syncpoint at init/exitThierry Reding-7/+7
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst-2/+0
2015-08-17Merge tag 'drm/tegra/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-109/+185
2015-08-13drm/tegra: dc: Implement atomic DPMSThierry Reding-100/+102
2015-08-13drm/tegra: dc: Don't explicitly set owner moduleThierry Reding-1/+0
2015-08-13drm/tegra: dc: Record statisticsThierry Reding-3/+41
2015-08-13drm/tegra: dc: Request syncpoint earlierThierry Reding-4/+4
2015-08-13drm/tegra: dc: Remove gratuituous blank lineThierry Reding-1/+0
2015-08-13drm/tegra: dc: Clarify comment about cursor treatmentThierry Reding-3/+5
2015-08-13drm/tegra: dc: Implement CRC debugfs interfaceThierry Reding-0/+22
2015-08-13drm/tegra: dc: Add Tegra210 supportThierry Reding-0/+12
2015-08-13drm/tegra: dc: Reset VBLANK to offThierry Reding-0/+2
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst-2/+4
2015-04-08Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie-42/+57
2015-04-02drm/tegra: dc: Document tegra_dc_state_setup_clock()Thierry Reding-0/+12
2015-04-02drm/tegra: dc: Remove unused callbacksThierry Reding-2/+0
2015-04-02drm/tegra: dc: Remove unused functionThierry Reding-20/+0
2015-04-02drm/tegra: dc: Use base atomic state helpersThierry Reding-13/+18
2015-04-02drm/tegra: dc: Implement hardware VBLANK counterThierry Reding-7/+24
2015-04-02drm/tegra: dc: Check for valid parent clockThierry Reding-0/+3
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie-39/+40
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin-2/+4
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