bcm27xx: update 6.1 patches to latest version
[openwrt/staging/dangole.git] / target / linux / bcm27xx / patches-6.1 / 950-1240-drivers-gpu-drm-panel-Modified-the-timing-of-11.9inc.patch
1 From aec3f9b6058448c54b74349f16b21185148a8c6e Mon Sep 17 00:00:00 2001
2 From: eng33 <eng33@waveshare.com>
3 Date: Wed, 3 Jan 2024 11:46:50 +0800
4 Subject: [PATCH] drivers/gpu/drm/panel:Modified the timing of 11.9inch to fix
5 the issue that 11.9inch was displayed abnormally
6
7 Signed-off-by: eng33 <eng33@waveshare.com>
8 ---
9 drivers/gpu/drm/panel/panel-waveshare-dsi.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/drivers/gpu/drm/panel/panel-waveshare-dsi.c
13 +++ b/drivers/gpu/drm/panel/panel-waveshare-dsi.c
14 @@ -131,7 +131,7 @@ static const struct drm_display_mode ws_
15 .hdisplay = 320,
16 .hsync_start = 320 + 60,
17 .hsync_end = 320 + 60 + 60,
18 - .htotal = 320 + 60 + 60 + 120,
19 + .htotal = 320 + 60 + 60 + 60,
20 .vdisplay = 1480,
21 .vsync_start = 1480 + 60,
22 .vsync_end = 1480 + 60 + 60,