]> Git Repo - linux.git/commitdiff
drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing
authorHsin-Yi Wang <[email protected]>
Tue, 7 Nov 2023 20:41:51 +0000 (12:41 -0800)
committerDouglas Anderson <[email protected]>
Fri, 10 Nov 2023 00:16:52 +0000 (16:16 -0800)
Rename AUO 0x405c B116XAK01 to B116XAK01.0 and adjust the timing of
auo_b116xak01: T3=200, T12=500, T7_max = 50 according to decoding edid
and datasheet.

Fixes: da458286a5e2 ("drm/panel: Add support for AUO B116XAK01 panel")
Cc: [email protected]
Signed-off-by: Hsin-Yi Wang <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Douglas Anderson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/panel/panel-edp.c

index 9dce4c7024142c7230fc3600aa73bdb7eb8176b5..2fba7c1f49ce0a14ceadc6cbfbb7256be62cee42 100644 (file)
@@ -973,6 +973,8 @@ static const struct panel_desc auo_b116xak01 = {
        },
        .delay = {
                .hpd_absent = 200,
+               .unprepare = 500,
+               .enable = 50,
        },
 };
 
@@ -1870,7 +1872,7 @@ static const struct edp_panel_entry edp_panels[] = {
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x1e9b, &delay_200_500_e50, "B133UAN02.1"),
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x1ea5, &delay_200_500_e50, "B116XAK01.6"),
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x235c, &delay_200_500_e50, "B116XTN02"),
-       EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01"),
+       EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01.0"),
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x582d, &delay_200_500_e50, "B133UAN01.0"),
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"),
        EDP_PANEL_ENTRY('A', 'U', 'O', 0x8594, &delay_200_500_e50, "B133UAN01.0"),
This page took 0.060341 seconds and 4 git commands to generate.