Message ID | 20240823-drm-panel-edp-add-boe-ne140wum-n6g-v1-1-7bdd3c003514@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/panel-edp: add BOE NE140WUM-N6G panel entry | expand |
Hi Abel, On Fri, Aug 23, 2024 at 5:16 AM Abel Vesa <abel.vesa@linaro.org> wrote: > > Add an eDP panel entry for BOE NE140WUM-N6G. > > Due to lack of documentation, use the delay_200_500_e80 timings like > some other BOE entries for now. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > drivers/gpu/drm/panel/panel-edp.c | 1 + > 1 file changed, 1 insertion(+) This looks fine to me: Reviewed-by: Douglas Anderson <dianders@chromium.org> I started getting in the habit of requesting that people include the raw EDID of panels in the commit message when adding them. Any way you could post a v2 with that info? I just imagine this might be useful someday if we ever have another instance of the type of issue Hsin-Yi had to fix in commit ca3c7819499e ("drm/panel-edp: Fix AUO 0x405c panel naming and add a variant"). -Doug
diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c index 7183df267777..f6102ceaf0a7 100644 --- a/drivers/gpu/drm/panel/panel-edp.c +++ b/drivers/gpu/drm/panel/panel-edp.c @@ -1911,6 +1911,7 @@ static const struct edp_panel_entry edp_panels[] = { EDP_PANEL_ENTRY('B', 'O', 'E', 0x0b34, &delay_200_500_e80, "NV122WUM-N41"), 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', 0x0c20, &delay_200_500_e80, "NT140FHM-N47"), EDP_PANEL_ENTRY('B', 'O', 'E', 0x0cb6, &delay_200_500_e200, "NT116WHM-N44"), EDP_PANEL_ENTRY('B', 'O', 'E', 0x0cfa, &delay_200_500_e50, "NV116WHM-A4D"),
Add an eDP panel entry for BOE NE140WUM-N6G. Due to lack of documentation, use the delay_200_500_e80 timings like some other BOE entries for now. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- drivers/gpu/drm/panel/panel-edp.c | 1 + 1 file changed, 1 insertion(+) --- base-commit: 6a7917c89f219f09b1d88d09f376000914a52763 change-id: 20240823-drm-panel-edp-add-boe-ne140wum-n6g-e5ff6458a9da Best regards,