summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-09drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai1-1/+1
2017-03-07drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai1-11/+7
2017-03-07drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai1-0/+9
2017-03-07drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai1-4/+21
2017-03-07drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai1-0/+8
2017-03-07drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai1-0/+5
2017-03-07drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai1-2/+2
2017-02-09drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo1-0/+24
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+8
2016-06-30drm/sun4i: Send vblank event when the CRTC is disabledMaxime Ripard1-0/+8
2016-06-10drm/sun4i: Implement some semblance of vblank event handlingDaniel Vetter1-0/+12
2016-04-28drm: Add Allwinner A10 Display Engine supportMaxime Ripard1-0/+120