aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-6/+6
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-15drm/tegra: dc: Disable plane if it is invisibleDmitry Osipenko1-12/+21
2017-06-15drm/tegra: dc: Apply clipping to the planeDmitry Osipenko1-8/+21
2017-06-15drm/tegra: dc: Avoid reset asserts on Tegra20Dmitry Osipenko1-9/+21
2017-03-27drm/tegra: Don't use modeset_lock_crtcDaniel Vetter1-4/+4
2017-02-09drm: tegra: use vblank hooks in struct drm_crtc_funcsShawn Guo1-3/+12
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-2/+2
2016-09-30Merge tag 'drm/tegra/for-4.9-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+8
2016-08-24drm/tegra: Fix window[0] base address corruptionDmitry Osipenko1-1/+8
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-17/+0
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson1-2/+2
2016-07-04drm/tegra: dc: Implement runtime PMThierry Reding1-70/+106
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter1-2/+2
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter1-2/+2
2016-03-31drm/tegra: Don't set a gamma table sizeDaniel Vetter1-1/+0
2016-02-08drm/tegra: Stop cancelling page flip eventsDaniel Vetter1-17/+0
2015-12-17Merge tag 'drm/tegra/for-4.5-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-1/+3
2015-12-14drm/tegra: dc: Add missing of_node_put()Julia Lawall1-1/+3
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-3/+6
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-11-05Merge tag 'drm/tegra/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-7/+7
2015-10-30drm/tegra: dc: Request/free syncpoint at init/exitThierry Reding1-7/+7
2015-09-08drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst1-2/+0
2015-08-17Merge tag 'drm/tegra/for-4.3-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-109/+185
2015-08-13drm/tegra: dc: Implement atomic DPMSThierry Reding1-100/+102
2015-08-13drm/tegra: dc: Don't explicitly set owner moduleThierry Reding1-1/+0
2015-08-13drm/tegra: dc: Record statisticsThierry Reding1-3/+41
2015-08-13drm/tegra: dc: Request syncpoint earlierThierry Reding1-4/+4
2015-08-13drm/tegra: dc: Remove gratuituous blank lineThierry Reding1-1/+0
2015-08-13drm/tegra: dc: Clarify comment about cursor treatmentThierry Reding1-3/+5
2015-08-13drm/tegra: dc: Implement CRC debugfs interfaceThierry Reding1-0/+22
2015-08-13drm/tegra: dc: Add Tegra210 supportThierry Reding1-0/+12
2015-08-13drm/tegra: dc: Reset VBLANK to offThierry Reding1-0/+2
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-2/+4
2015-04-08Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-42/+57
2015-04-02drm/tegra: dc: Document tegra_dc_state_setup_clock()Thierry Reding1-0/+12
2015-04-02drm/tegra: dc: Remove unused callbacksThierry Reding1-2/+0
2015-04-02drm/tegra: dc: Remove unused functionThierry Reding1-20/+0
2015-04-02drm/tegra: dc: Use base atomic state helpersThierry Reding1-13/+18
2015-04-02drm/tegra: dc: Implement hardware VBLANK counterThierry Reding1-7/+24
2015-04-02drm/tegra: dc: Check for valid parent clockThierry Reding1-0/+3
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie1-39/+40
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin1-2/+4
2015-02-19drm/tegra: dc: Move more code into ->init()Thierry Reding1-38/+36
2015-02-19drm/tegra: dc: Wire up CRTC parent of atomic stateThierry Reding1-1/+3
2015-02-19drm/tegra: dc: Reset state's active_changed fieldThierry Reding1-0/+1