aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/sun4i_crtc.c
AgeCommit message (Expand)Author
2022-04-26sun4i/drm: engine: Add mode_set callbackJernej Skrabec
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-02drm/sun4i: Use drm_crtc_mask()Ville Syrjälä
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-06drm/sun4i: crtc: Call drm_crtc_vblank_on / drm_crtc_vblank_offMaxime Ripard
2018-01-22drm/sun4i: backend: Wire in the frontendMaxime Ripard
2018-01-22drm/sun4i: engine: Create an atomic_begin callbackMaxime Ripard
2018-01-22drm/sun4i: engine: Add a custom crtc atomic_checkMaxime Ripard
2017-10-17drm/sun4i: tcon: Don't rely on encoders to set the TCON modeMaxime Ripard
2017-10-17drm/sun4i: tcon: Don't rely on encoders to enable the TCONMaxime Ripard
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-01drm/sun4i: abstract a engine typeIcenowy Zheng
2017-05-15drm/sun4i: return only planes for layers createdIcenowy Zheng
2017-03-09drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai
2017-03-09drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai
2017-03-09drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai
2017-03-07drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai
2017-03-07drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai
2017-03-07drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai
2017-03-07drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai
2017-03-07drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai
2017-03-07drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai
2017-02-09drm: sun4i: use vblank hooks in struct drm_crtc_funcsShawn Guo
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-06-30drm/sun4i: Send vblank event when the CRTC is disabledMaxime Ripard
2016-06-10drm/sun4i: Implement some semblance of vblank event handlingDaniel Vetter
2016-04-28drm: Add Allwinner A10 Display Engine supportMaxime Ripard