Hi, On Wed, May 6, 2026 at 10:06 AM Terry Hsiao <[email protected]> wrote: > > @@ -2021,8 +2022,10 @@ static const struct edp_panel_entry edp_panels[] = { > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b43, &delay_200_500_e200, > "NV140FHM-T09"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b56, &delay_200_500_e80, > "NT140FHM-N47"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b66, &delay_200_500_e80, > "NE140WUM-N6G"), > + EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b85, &delay_200_500_e50, > "NT140WHM-T05"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0c20, &delay_200_500_e80, > "NT140FHM-N47"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0c26, &delay_200_500_p2e200, > "NV140WUM-T08"), > + EDP_PANEL_ENTRY('B', 'O', 'E', 0x0c6f, &delay_200_500_e50, > "NV140FHM-N40"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0c93, &delay_200_500_e200, > "Unknown"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0cb6, &delay_200_500_e200, > "NT116WHM-N44"), > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0cf2, &delay_200_500_e200, > "NV156FHM-N4S"),
I notice that the new panels you added all use "enable 50", but the panels with nearby IDs tend to have longer delays. Are you sure 50 is the correct value? In any case, I'll apply this and if you re-check and find you need a longer delay, please send a followup patch. Reviewed-by: Douglas Anderson <[email protected]> Pushed to drm-misc-next: [2/4] drm/panel-edp: Add BOE NT140WHM-N4T, BOE NT140WHM-T05, BOE NV140FHM-N40 commit: a58ff7da4835e76a5ffc078ecfd2773de90e5d8c
