Skip to content

Commit e49911b

Browse files
committed
Display: modify panel configuration
Modify panel configuration to fix broken display Change-Id: I1c35a79233b61a5911d5cfbec1b0ed4cf4946fc9
1 parent 3303f5c commit e49911b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/gpu/drm/panel/panel-toshiba-tc358762.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ struct bridge_desc {
488488
static const struct drm_display_mode tc358762_mode = {
489489
.clock = 27448,
490490
.hdisplay = 800,
491-
.hsync_start = 800 + 65,
492-
.hsync_end = 800 + 65 + 20,
493-
.htotal = 800 + 65 + 20 + 26,
491+
.hsync_start = 800 + 70,
492+
.hsync_end = 800 + 70 + 20,
493+
.htotal = 800 + 70 + 20 + 26,
494494
.vdisplay = 480,
495495
.vsync_start = 480 + 7,
496496
.vsync_end = 480 + 7 + 2,

0 commit comments

Comments
 (0)