summaryrefslogtreecommitdiff
path: root/include/drm/drm_panel.h
AgeCommit message (Expand)Author
2021-07-13drm/dp: Move panel DP AUX backlight support to drm_dp_helperDouglas Anderson
2021-07-09drm/panel: add basic DP AUX backlight supportRajeev Nandan
2020-08-16drm/panel: Add helper for reading DT rotationDerek Basehore
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao
2020-01-12drm/drm_panel: fix export of drm_panel_of_backlight, try #3Arnd Bergmann
2019-12-17drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko
2019-12-09drm/panel: drop drm_device from drm_panelSam Ravnborg
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg
2019-12-09drm/panel: add backlight supportSam Ravnborg
2019-12-09drm/drm_panel: no error when no callbackSam Ravnborg
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart
2019-08-24drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart
2019-08-10drm/panel: drop return code from drm_panel_detach()Sam Ravnborg
2019-08-10drm/panel: use inline comments in drm_panel.hSam Ravnborg
2019-08-10drm/panel: move drm_panel functions to .c fileSam Ravnborg
2019-07-19drm/panel: make drm_panel.h self-containedJani Nikula
2018-10-04BackMerge v4.19-rc6 into drm-nextDave Airlie
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij
2018-08-16drm: Add kerneldoc description for "link"-member in struct drm_panelJyri Sarha
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon
2018-05-18drm/panel: Add device_link from panel device to DRM deviceJyri Sarha
2017-05-16drm: make drm_panel.h self-containedMasahiro Yamada
2017-04-06drm: make of_drm_find_panel also depend on CONFIG_DRM_PANELRob Herring
2017-01-04drm/panel: Constify device node argument to of_drm_find_panel()Laurent Pinchart
2016-05-06drm/panel: Flesh out kerneldocThierry Reding
2015-04-02drm/panel: Add display timing supportPhilipp Zabel
2014-08-06drm/panel: Provide convenience wrapper for .get_modes()Ajay Kumar
2014-08-06drm/panel: add .prepare() and .unprepare() functionsAjay Kumar
2013-12-17drm: Add panel supportThierry Reding