Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "drm/panel-edp: Add auo_b116xa3_mode"

This reverts commit 70e0d5550f5cec301ad116703b840a539fe985dc.

The overridden mode fixes the panel glitching issue on mt8186 chromebook.
However, it causes the internal display not working on mt8173 chromebook.
Revert the overridden mode for now to let mt8173 have a functional display.

Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240214072435.1496536-2-hsinyi@chromium.org

authored by

Hsin-Yi Wang and committed by
Douglas Anderson
1a5e81de c4c96d14

+2 -17
+2 -17
drivers/gpu/drm/panel/panel-edp.c
··· 1002 1002 }, 1003 1003 }; 1004 1004 1005 - static const struct drm_display_mode auo_b116xa3_mode = { 1006 - .clock = 70589, 1007 - .hdisplay = 1366, 1008 - .hsync_start = 1366 + 40, 1009 - .hsync_end = 1366 + 40 + 40, 1010 - .htotal = 1366 + 40 + 40 + 32, 1011 - .vdisplay = 768, 1012 - .vsync_start = 768 + 10, 1013 - .vsync_end = 768 + 10 + 12, 1014 - .vtotal = 768 + 10 + 12 + 6, 1015 - .flags = DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_NHSYNC, 1016 - }; 1017 - 1018 1005 static const struct drm_display_mode auo_b116xak01_mode = { 1019 1006 .clock = 69300, 1020 1007 .hdisplay = 1366, ··· 1950 1963 EDP_PANEL_ENTRY('A', 'U', 'O', 0x239b, &delay_200_500_e50, "B116XAN06.1"), 1951 1964 EDP_PANEL_ENTRY('A', 'U', 'O', 0x255c, &delay_200_500_e50, "B116XTN02.5"), 1952 1965 EDP_PANEL_ENTRY('A', 'U', 'O', 0x403d, &delay_200_500_e50, "B140HAN04.0"), 1953 - EDP_PANEL_ENTRY2('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01.0", 1954 - &auo_b116xa3_mode), 1966 + EDP_PANEL_ENTRY('A', 'U', 'O', 0x405c, &auo_b116xak01.delay, "B116XAK01.0"), 1955 1967 EDP_PANEL_ENTRY('A', 'U', 'O', 0x435c, &delay_200_500_e50, "Unknown"), 1956 1968 EDP_PANEL_ENTRY('A', 'U', 'O', 0x582d, &delay_200_500_e50, "B133UAN01.0"), 1957 - EDP_PANEL_ENTRY2('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1", 1958 - &auo_b116xa3_mode), 1969 + EDP_PANEL_ENTRY('A', 'U', 'O', 0x615c, &delay_200_500_e50, "B116XAN06.1"), 1959 1970 EDP_PANEL_ENTRY('A', 'U', 'O', 0x635c, &delay_200_500_e50, "B116XAN06.3"), 1960 1971 EDP_PANEL_ENTRY('A', 'U', 'O', 0x639c, &delay_200_500_e50, "B140HAK02.7"), 1961 1972 EDP_PANEL_ENTRY('A', 'U', 'O', 0x723c, &delay_200_500_e50, "B140XTN07.2"),