aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter3-3/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-29drm/zte: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-07-18drm/zte: Use gem_free_object_unlockedDaniel Vetter1-1/+1
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
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-22drm/zte: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-05drm: zte: use devm_of_platform_populate()Benjamin Gaignard1-1/+1
2017-05-04drm: zte: add VGA driver supportShawn Guo7-4/+611
2017-05-04drm: zte: move CSC register definitions into a common headerShawn Guo3-18/+32
2017-05-04drm: zte: do not enable clock auto-gating by defaultShawn Guo1-3/+0
2017-03-22drm: zte: remove leftover 'inf' from struct zx_hdmiShawn Guo1-1/+0
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-2/+2
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-13/+1
2017-02-23drm: zte: fix static checker warning on variable 'fmt'Shawn Guo1-2/+2
2017-02-09drm: zte: use vblank hooks in struct drm_crtc_funcsShawn Guo3-43/+23
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-02-01Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-nextDave Airlie14-113/+1350
2017-01-28drm: zte: add tvenc driver supportShawn Guo6-0/+446
2017-01-28drm: zte: add function to configure vou_ctrl dividersShawn Guo3-0/+120
2017-01-28drm: zte: move struct vou_inf into zx_vou driverShawn Guo3-33/+35
2017-01-28drm: zte: add interlace mode supportShawn Guo2-2/+65
2017-01-28drm: zte: add overlay plane supportShawn Guo4-29/+413
2017-01-28drm: zte: add .atomic_disable hook to disable graphic layerShawn Guo4-20/+69
2017-01-28drm: zte: make zx_plane accessible from zx_vou driverShawn Guo3-45/+33
2017-01-28drm: zte: support hdmi audio through spdifShawn Guo6-0/+184
2017-01-28drm: zte: select VIDEOMODE_HELPERS in KconfigShawn Guo1-0/+1
2016-12-30drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo1-13/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_plane_cpp() with fb->format->cpp[]Ville Syrjälä1-1/+1
2016-11-15drm: zte: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2016-11-11Merge tag 'zxdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into drm-nextDave Airlie12-0/+2278
2016-11-07drm: zte: add initial vou drm driverShawn Guo12-0/+2278