aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_lvds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2020-08-18drm/sun4i: Constify static structsRikard Falkeborn1-1/+1
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-9/+0
2020-04-02drm/sun4i: Use simple encoderThomas Zimmermann1-9/+3
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg1-1/+1
2019-03-07drm/sun4i: Move the panel pointer from the TCON to the encodersMaxime Ripard1-17/+12
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-10-08drm/sun4i: tcon: fix check of tcon->panel null pointerGiulio Benetti1-2/+2
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-02drm/sun4i: Use drm_crtc_mask()Ville Syrjälä1-1/+1
2018-04-25Revert "drm/sun4i: add lvds mode_valid function"Ondrej Jirman1-55/+0
2018-03-14drm/sun4i: add lvds mode_valid functionGiulio Benetti1-0/+55
2018-01-04drm/sun4i: Add LVDS supportMaxime Ripard1-0/+177