Re: [PATCH] drm/panel-edp: Fix delays for INX N116BCN-EA1 (HW: C4)

2022-09-27 Thread Doug Anderson
Hi, On Mon, Sep 26, 2022 at 7:10 PM Sean Hong wrote: > > This panel has the same delay timing as N116BCA-EA1. So, fix the > delay timing from delay_200_500_p2e80 to delay_200_500_e80_d50. > > Signed-off-by: Sean Hong > --- > drivers/gpu/drm/panel/panel-edp.c | 2 +- > 1 file changed, 1

[PATCH] drm/panel-edp: Fix delays for INX N116BCN-EA1 (HW: C4)

2022-09-26 Thread Sean Hong
This panel has the same delay timing as N116BCA-EA1. So, fix the delay timing from delay_200_500_p2e80 to delay_200_500_e80_d50. Signed-off-by: Sean Hong --- drivers/gpu/drm/panel/panel-edp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-edp.c