summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan1-1/+1
2018-01-08drm/tegra: dc: Properly cleanup overlay planesThierry Reding1-7/+11
2018-01-08drm/tegra: dc: Fix possible_crtcs mask for planesThierry Reding1-5/+12
2017-12-21drm/tegra: dc: Implement legacy blendingThierry Reding1-13/+68
2017-12-21drm/tegra: dc: Link DC1 to DC0 on Tegra20Dmitry Osipenko1-30/+64
2017-12-21drm/tegra: Fix non-debugfs buildsArnd Bergmann1-1/+7
2017-12-21drm/tegra: Use IOMMU groupsThierry Reding1-10/+17
2017-12-21drm/tegra: Implement zpos propertyThierry Reding1-28/+66
2017-12-21drm/tegra: dc: Remove redundant spinlockThierry Reding1-11/+2
2017-12-21drm/tegra: dc: Use direct offset to plane registersThierry Reding1-82/+91
2017-12-21drm/tegra: dc: Support more formatsThierry Reding1-10/+137
2017-12-13drm/tegra: sor: Add Tegra186 supportThierry Reding1-0/+13
2017-12-13drm/tegra: Support ARGB and ABGR formatsThierry Reding1-0/+4
2017-12-13drm/tegra: dc: Add Tegra186 supportThierry Reding1-50/+200
2017-12-13drm/tegra: Add Tegra186 display hub supportThierry Reding1-0/+31
2017-12-13drm/tegra: Move common plane code to separate fileThierry Reding1-194/+5
2017-12-13drm/tegra: dc: Move state definition to headerThierry Reding1-18/+0
2017-12-13drm/tegra: dc: Remove duplicate plane funcsThierry Reding1-10/+1
2017-12-13drm/tegra: dc: Remove tegra_overlay_plane_destroy()Thierry Reding1-6/+1
2017-12-13drm/tegra: dc: Remove duplicate plane funcsThierry Reding1-12/+3
2017-12-13drm/tegra: dc: Remove tegra_primary_plane_destroy()Thierry Reding1-6/+1
2017-12-13drm/tegra: Remove custom page-flip handlerThierry Reding1-45/+17
2017-12-13drm/tegra: Use atomic commit helpersThierry Reding1-11/+16
2017-12-13drm/tegra: dc: Support background colorThierry Reding1-6/+8
2017-12-13drm/tegra: dc: Register debugfs in ->late_register()Thierry Reding1-363/+335
2017-12-13drm/tegra: dc: Reshuffle some codeThierry Reding1-76/+76
2017-12-13drm/tegra: dc: Move register definitions into a tableThierry Reding1-218/+224
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-46/+38
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-2/+2
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-2/+2
2017-10-20drm/tegra: dc: Perform a complete reset sequenceThierry Reding1-2/+16
2017-10-20drm/tegra: dc: Make sure to set the module clock rateThierry Reding1-0/+5
2017-10-20drm/tegra: dc: Simplify atomic plane helper functionsThierry Reding1-28/+14
2017-10-20drm/tegra: dc: Move some declarations to dc.hThierry Reding1-10/+0
2017-10-20drm/tegra: dc: Use of_device_get_match_data()Thierry Reding1-5/+2
2017-10-20gpu: host1x: syncpt: Request syncpoints per clientThierry Reding1-1/+1
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/linu...Dave 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