Skip to content

Commit 7729706

Browse files
Stritmlankhorst
authored andcommitted
drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panel
This adjusts sync values according to the datasheet Fixes: 1c24375 ("drm/panel: ilitek-ili9881c: add support for Feixin K101-IM2BYL02 panel") Co-developed-by: Marius Gripsgard <[email protected]> Signed-off-by: Dan Johansen <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Maarten Lankhorst <[email protected]>
1 parent 3cfc183 commit 7729706

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/gpu/drm/panel/panel-ilitek-ili9881c.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -590,14 +590,14 @@ static const struct drm_display_mode k101_im2byl02_default_mode = {
590590
.clock = 69700,
591591

592592
.hdisplay = 800,
593-
.hsync_start = 800 + 6,
594-
.hsync_end = 800 + 6 + 15,
595-
.htotal = 800 + 6 + 15 + 16,
593+
.hsync_start = 800 + 52,
594+
.hsync_end = 800 + 52 + 8,
595+
.htotal = 800 + 52 + 8 + 48,
596596

597597
.vdisplay = 1280,
598-
.vsync_start = 1280 + 8,
599-
.vsync_end = 1280 + 8 + 48,
600-
.vtotal = 1280 + 8 + 48 + 52,
598+
.vsync_start = 1280 + 16,
599+
.vsync_end = 1280 + 16 + 6,
600+
.vtotal = 1280 + 16 + 6 + 15,
601601

602602
.width_mm = 135,
603603
.height_mm = 217,

0 commit comments

Comments
 (0)