summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/panel-novatek-nt39016.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+0
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* drm/panel: nt39016: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-141-13/+7
* drm/panel: novatek,nt39016: Remove 'dev' field in priv structPaul Cercueil2020-08-201-6/+4
* drm/panel: novatek,nt39016: Reorder calls in probePaul Cercueil2020-08-201-3/+3
* drm/panel: novatek,nt39016: Add missing CR to error messagesPaul Cercueil2020-08-151-9/+9
* drm/panel: novatek,nt39016: Handle backlight the standard wayPaul Cercueil2020-08-151-12/+4
* drm/panel: remove return value of function drm_panel_addBernard Zhao2020-08-021-5/+1
* drm/panel: novatek-nt39016: drop use of legacy drm_bus_flagsSam Ravnborg2020-07-011-1/+1
* drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-2/+0
* drm/panel: nt39016: Add support for 50 Hz refresh ratePaul Cercueil2020-04-081-1/+14
* drm/panel: nt39016: Add support for multiple modesPaul Cercueil2020-04-081-10/+23
* 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-2/+2
* 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: Add Novatek NT39016 panel supportPaul Cercueil2019-06-261-0/+359