aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_panel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-16drm/panel: Add helper for reading DT rotationDerek Basehore1-0/+43
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-36/+0
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao1-5/+1
2019-12-17drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko1-1/+1
2019-12-11drm/drm_panel: fix EXPORT of drm_panel_of_backlightSam Ravnborg1-1/+1
2019-12-09drm/panel: drop drm_device from drm_panelSam Ravnborg1-6/+0
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-5/+5
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg1-1/+1
2019-12-09drm/panel: add backlight supportSam Ravnborg1-2/+60
2019-12-09drm/drm_panel: no error when no callbackSam Ravnborg1-10/+25
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart1-1/+4
2019-08-24drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart1-3/+8
2019-08-10drm/panel: drop return code from drm_panel_detach()Sam Ravnborg1-5/+1
2019-08-10drm/panel: move drm_panel functions to .c fileSam Ravnborg1-0/+96
2019-01-12drm/panel: Small documentation polishDaniel Vetter1-0/+3
2018-10-04BackMerge v4.19-rc6 into drm-nextDave Airlie1-10/+0
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij1-10/+0
2018-08-16drm/panel: Fix sphinx warningSean Paul1-0/+2
2018-07-10drm/panel: Let of_drm_find_panel() return -ENODEV when the panel is disabledBoris Brezillon1-2/+7
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon1-2/+4
2018-05-18drm/panel: Add device_link from panel device to DRM deviceJyri Sarha1-0/+10
2018-05-18drm/panel: Remove drm_panel_detach() calls from all panel driversJyri Sarha1-0/+6
2017-01-04drm/panel: Constify device node argument to of_drm_find_panel()Laurent Pinchart1-1/+1
2016-05-06drm/panel: Flesh out kerneldocThierry Reding1-0/+61
2013-12-17drm: Add panel supportThierry Reding1-0/+100