summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/zx_vou.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-26drm: zte: remove obsolete DRM Support for ZTE SoCsLukas Bulwahn1-921/+0
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-5/+1
2019-07-17drm/zte: drop use of drmP.hSam Ravnborg1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-03-29drm/zte: Stop consulting plane->crtcVille Syrjälä1-2/+3
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-05-04drm: zte: add VGA driver supportShawn Guo1-2/+31
2017-05-04drm: zte: do not enable clock auto-gating by defaultShawn Guo1-3/+0
2017-02-09drm: zte: use vblank hooks in struct drm_crtc_funcsShawn Guo1-38/+23
2017-02-01Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Dave Airlie1-49/+307
2017-01-28drm: zte: add tvenc driver supportShawn Guo1-0/+5
2017-01-28drm: zte: add function to configure vou_ctrl dividersShawn Guo1-0/+79
2017-01-28drm: zte: move struct vou_inf into zx_vou driverShawn Guo1-7/+31
2017-01-28drm: zte: add interlace mode supportShawn Guo1-2/+50
2017-01-28drm: zte: add overlay plane supportShawn Guo1-8/+64
2017-01-28drm: zte: add .atomic_disable hook to disable graphic layerShawn Guo1-20/+50
2017-01-28drm: zte: make zx_plane accessible from zx_vou driverShawn Guo1-12/+19
2017-01-28drm: zte: support hdmi audio through spdifShawn Guo1-0/+9
2016-12-30drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo1-13/+2
2016-11-07drm: zte: add initial vou drm driverShawn Guo1-0/+661