Skip to content

Commit 9e6e917

Browse files
singhomeleeasus-leslieyu
authored andcommitted
mipi-dsi: Let RPI 7inch panel normal on debian10.
Change-Id: Iff1c24c1fa1fd424076e4981cd13d4562f41aee0
1 parent 8e33e34 commit 9e6e917

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,15 +517,15 @@ struct bridge_desc {
517517
};
518518

519519
static const struct drm_display_mode tc358762_mode = {
520-
.clock = 27000000 / 1000,
520+
.clock = 27200000 / 1000,
521521
.hdisplay = 800,
522522
.hsync_start = 800 + 1,
523523
.hsync_end = 800 + 1 + 2,
524524
.htotal = 800 + 1 + 2 + 52,
525525
.vdisplay = 480,
526-
.vsync_start = 480 + 7,
527-
.vsync_end = 480 + 7 + 2,
528-
.vtotal = 480 + 7 + 2 + 21,
526+
.vsync_start = 480 + 26,
527+
.vsync_end = 480 + 26 + 2,
528+
.vtotal = 480 + 26 + 2 + 21,
529529
.vrefresh = 60,
530530
.flags = DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_NHSYNC,
531531
};

0 commit comments

Comments
 (0)