summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte/zx_vou.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/zte: Stop consulting plane->crtcVille Syrjälä2018-03-291-2/+3
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: zte: add VGA driver supportShawn Guo2017-05-041-2/+31
* drm: zte: do not enable clock auto-gating by defaultShawn Guo2017-05-041-3/+0Star
* drm: zte: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-091-38/+23Star
* Merge tag 'zxdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawn...Dave Airlie2017-01-311-49/+307
|\
| * drm: zte: add tvenc driver supportShawn Guo2017-01-281-0/+5
| * drm: zte: add function to configure vou_ctrl dividersShawn Guo2017-01-281-0/+79
| * drm: zte: move struct vou_inf into zx_vou driverShawn Guo2017-01-281-7/+31
| * drm: zte: add interlace mode supportShawn Guo2017-01-281-2/+50
| * drm: zte: add overlay plane supportShawn Guo2017-01-281-8/+64
| * drm: zte: add .atomic_disable hook to disable graphic layerShawn Guo2017-01-281-20/+50
| * drm: zte: make zx_plane accessible from zx_vou driverShawn Guo2017-01-281-12/+19
| * drm: zte: support hdmi audio through spdifShawn Guo2017-01-281-0/+9
* | drm: zte: use crtc helper drm_crtc_from_index()Shawn Guo2016-12-301-13/+2Star
|/
* drm: zte: add initial vou drm driverShawn Guo2016-11-071-0/+661