aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-17drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard1-0/+10
2017-10-17drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard1-2/+20
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-01drm/sun4i: abstract a engine typeIcenowy Zheng1-6/+5
2017-05-15drm/sun4i: return only planes for layers createdIcenowy Zheng1-11/+12
2017-03-09drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai1-1/+1
2017-03-09drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai1-4/+5
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