Skip to content

Commit 6725f33

Browse files
committed
Merge tag 'drm-misc-next-fixes-2023-07-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Short summary of fixes pull: * panel: Fix mode on Starry-ili9882t Signed-off-by: Dave Airlie <[email protected]> From: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20230706112203.GA30555@linux-uq9g
2 parents bd10668 + 59bba51 commit 6725f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,9 +2139,9 @@ static const struct panel_desc starry_himax83102_j02_desc = {
21392139
static const struct drm_display_mode starry_ili9882t_default_mode = {
21402140
.clock = 165280,
21412141
.hdisplay = 1200,
2142-
.hsync_start = 1200 + 32,
2143-
.hsync_end = 1200 + 32 + 30,
2144-
.htotal = 1200 + 32 + 30 + 32,
2142+
.hsync_start = 1200 + 72,
2143+
.hsync_end = 1200 + 72 + 30,
2144+
.htotal = 1200 + 72 + 30 + 72,
21452145
.vdisplay = 1920,
21462146
.vsync_start = 1920 + 68,
21472147
.vsync_end = 1920 + 68 + 2,

0 commit comments

Comments
 (0)