Add support for the Tianma TL160ADMP17 panel (EDID manufacturer ID 'TMA', product ID 0x2033). This is a 16" 2560x1600 panel with 60Hz/120Hz refresh rates found in the Lenovo ThinkBook 16 Gen 7 (21NH).
Without this entry, the panel-edp driver prints: "Unknown panel TMA 0x2033, using conservative timings" Signed-off-by: Alejandro Quintanar <[email protected]> --- drivers/gpu/drm/panel/panel-edp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c index 415b89489..d3dffbfee 100644 --- a/drivers/gpu/drm/panel/panel-edp.c +++ b/drivers/gpu/drm/panel/panel-edp.c @@ -2084,6 +2084,7 @@ static const struct edp_panel_entry edp_panels[] = { EDP_PANEL_ENTRY('S', 'T', 'A', 0x0100, &delay_100_500_e200, "2081116HHD028001-51D"), EDP_PANEL_ENTRY('T', 'M', 'A', 0x0811, &delay_200_500_e80_d50, "TM140VDXP01-04"), + EDP_PANEL_ENTRY('T', 'M', 'A', 0x2033, &delay_200_500_e50, "TL160ADMP17"), EDP_PANEL_ENTRY('T', 'M', 'A', 0x2094, &delay_200_500_e50_d100, "TL140VDMS03-01"), { /* sentinal */ } -- 2.51.0
