summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/panel/panel-ilitek-ili9882t.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-08drm/panel: Use drm_of_get_panel_orientation()Thierry Reding1-1/+2
2026-03-10drm/panel: ilitek-ili9882t: use gpiod_set_value_cansleep()John Keeping1-7/+7
2026-02-03drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dscNathan Chancellor1-4/+0
2026-01-13drm/panel: ilitek-ili9882t: Switch Tianma TL121BVMS07 to DSC 120Hz modeLangyan Ye1-11/+136
2025-10-31drm/panel: ilitek-ili9882t: Add support for Ilitek IL79900A-based panelsLangyan Ye1-0/+69
2025-07-16drm/panel/ilitek-ili9882t: Use refcounted allocation in place of devm_kzalloc()Anusha Srivatsa1-5/+5
2025-02-20drm/panel: ilitek-ili9882t: fix GPIO name in error messageJohn Keeping1-1/+1
2024-05-21drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare()Douglas Anderson1-1/+5
2024-05-21drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO before regulatorsDouglas Anderson1-1/+1
2024-05-17drm/panel: ilitek-ili9882t: use wrapped MIPI DCS functionsDmitry Baryshkov1-37/+11
2024-05-15drm/panel: ili9882t: Don't use a table for initting panelsDouglas Anderson1-390/+332
2023-10-19drm/panel: ili9882t: Avoid blurred screen from fast sleepCong Yang1-1/+21
2023-10-19drm/panel: ili9882t: Break out as separate driverCong Yang1-0/+759