aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21drm/panel: ili9881c: Implement .get_orientation callbackHsin-Yi Wang1-0/+12
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-6/+6
2021-10-25drm/panel: ilitek-ili9881c: Read panel orientationJohn Keeping1-0/+11
2021-10-21drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panelDan Johansen1-6/+6
2021-10-16drm/panel: ilitek-ili9881c: Make gpio-reset optionalMichael Trimarchi1-1/+1
2021-10-16drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA panelMichael Trimarchi1-1/+237
2021-10-14drm/panel: ili9881c: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+6
2020-08-15drm/panel: ilitek-ili9881c: add support for Feixin K101-IM2BYL02 panelIcenowy Zheng1-0/+217
2020-08-15drm/panel: ilitek-ili9881c: prepare for adding support for extra panelsIcenowy Zheng1-19/+37
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao1-3/+1
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-2/+1
2019-12-09drm/panel: ilitek-ili9881c: use drm_panel backlight supportSam Ravnborg1-16/+3
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-4/+4
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
2018-07-10drm/panel: ili9881c: Fix missing assignment to error return retColin Ian King1-1/+1
2018-06-25drm/panel: Add Ilitek ILI9881c panel driverMaxime Ripard1-0/+503