Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panel

This adjusts sync values according to the datasheet

Fixes: 1c243751c095 ("drm/panel: ilitek-ili9881c: add support for Feixin K101-IM2BYL02 panel")
Co-developed-by: Marius Gripsgard <marius@ubports.com>
Signed-off-by: Dan Johansen <strit@manjaro.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210818214818.298089-1-strit@manjaro.org
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

authored by

Dan Johansen and committed by
Maarten Lankhorst
77297062 3cfc1830

+6 -6
+6 -6
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
··· 590 590 .clock = 69700, 591 591 592 592 .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, 596 596 597 597 .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, 601 601 602 602 .width_mm = 135, 603 603 .height_mm = 217,