summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
Commit message (Expand)AuthorAgeFilesLines
* drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleepLaurent Pinchart2024-03-181-3/+3
* drm/panel: ilitek-ili9881c: Add Startek KD050HDFIA020-C020A supportLaurent Pinchart2024-03-181-0/+222
* drm/panel: ilitek-ili9881c: Add Ampire AM8001280G LCD panelPhilipp Zabel2023-12-051-0/+223
* drm/panel: ilitek-ili9881c: make use of prepare_prev_firstMarco Felsch2023-12-051-0/+2
* drm/panel: ilitek-ili9881c: Add TDO TL050HDV35 LCD panelMatus Gajdos2023-07-311-0/+194
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* drm/panel: Do not include <linux/fb.h>Thomas Zimmermann2023-01-131-1/+0
* drm/mipi-dsi: Make remove callback return voidUwe Kleine-König2022-07-091-3/+1
* drm/panel: ili9881c: Implement .get_orientation callbackHsin-Yi Wang2022-06-211-0/+12
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-6/+6
|\
| * drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panelDan Johansen2021-10-211-6/+6
* | drm/panel: ilitek-ili9881c: Read panel orientationJohn Keeping2021-10-251-0/+11
* | drm/panel: ilitek-ili9881c: Make gpio-reset optionalMichael Trimarchi2021-10-161-1/+1
* | drm/panel: ilitek-ili9881d: add support for Wanchanglong W552946ABA panelMichael Trimarchi2021-10-161-1/+237
* | drm/panel: ili9881c: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-141-8/+6
|/
* drm/panel: ilitek-ili9881c: add support for Feixin K101-IM2BYL02 panelIcenowy Zheng2020-08-151-0/+217
* drm/panel: ilitek-ili9881c: prepare for adding support for extra panelsIcenowy Zheng2020-08-151-19/+37
* drm/panel: remove return value of function drm_panel_addBernard Zhao2020-08-021-3/+1
* drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-2/+1
* drm/panel: ilitek-ili9881c: use drm_panel backlight supportSam Ravnborg2019-12-091-16/+3
* drm/panel: drop drm_device from drm_panelSam Ravnborg2019-12-091-1/+1
* drm/panel: add drm_connector argument to get_modes()Sam Ravnborg2019-12-091-4/+4
* drm/panel: Add and fill drm_panel type fieldLaurent Pinchart2019-09-081-1/+2
* drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart2019-08-241-3/+1
* drm/panel: ili9881c: Fix missing assignment to error return retColin Ian King2018-07-101-1/+1
* drm/panel: Add Ilitek ILI9881c panel driverMaxime Ripard2018-06-251-0/+503