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

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 <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230706112203.GA30555@linux-uq9g

+3 -3
+3 -3
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
··· 2139 2139 static const struct drm_display_mode starry_ili9882t_default_mode = { 2140 2140 .clock = 165280, 2141 2141 .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, 2145 2145 .vdisplay = 1920, 2146 2146 .vsync_start = 1920 + 68, 2147 2147 .vsync_end = 1920 + 68 + 2,