aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14drm/panel: s6e63m0: Switch to DBI abstraction for SPILinus Walleij1-32/+9
2020-12-30drm/panel: s6e63m0: Support max-brightnessLinus Walleij1-4/+13
2020-12-06drm/panel: s6e63m0: Fix init sequence againLinus Walleij1-10/+32
2020-11-20drm/panel: s6e63m0: Fix init sequenceLinus Walleij1-8/+10
2020-11-20drm/panel: s6e63m0: Implement 28 backlight levelsLinus Walleij1-53/+257
2020-11-20drm/panel: s6e63m0: Fix and extend MCS tableLinus Walleij1-8/+9
2020-11-16drm/panel: s6e63m0: Set up some display infoLinus Walleij1-0/+9
2020-09-10drm/panel: s6e63m0: Add missing MODULE_LICENSEYueHaibing1-0/+4
2020-09-06drm/panel: s6e63m0: Fix up DRM_DEV* regressionLinus Walleij1-9/+5
2020-09-05drm/panel: s6e63m0: Order enable/disable sequenceLinus Walleij1-3/+15
2020-09-05drm/panel: s6e63m0: Add code to identify panelLinus Walleij1-0/+60
2020-09-05drm/panel: s6e63m0: Add reading functionalityLinus Walleij1-0/+11
2020-09-05drm/panel: s6e63m0: Add DSI transportLinus Walleij1-1/+3
2020-09-05drm/panel: s6e63m0: Break out SPI transportLinus Walleij1-67/+12
2020-08-18drm/panel: samsung: Use dev_ based loggingSam Ravnborg1-13/+9
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao1-1/+3
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+1
2019-12-09drm/panel: drop drm_device from drm_panelSam Ravnborg1-1/+1
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg1-2/+2
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart1-1/+2
2019-08-24drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart1-3/+1
2019-04-23drm/panel: Add driver for Samsung S6E63M0 panelPaweł Chmiel1-0/+514