Commit 6725f332 authored by Dave Airlie's avatar Dave Airlie

Merge tag 'drm-misc-next-fixes-2023-07-06' of...

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: default avatarDave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230706112203.GA30555@linux-uq9g
parents bd10668c 59bba51e
...@@ -2139,9 +2139,9 @@ static const struct panel_desc starry_himax83102_j02_desc = { ...@@ -2139,9 +2139,9 @@ static const struct panel_desc starry_himax83102_j02_desc = {
static const struct drm_display_mode starry_ili9882t_default_mode = { static const struct drm_display_mode starry_ili9882t_default_mode = {
.clock = 165280, .clock = 165280,
.hdisplay = 1200, .hdisplay = 1200,
.hsync_start = 1200 + 32, .hsync_start = 1200 + 72,
.hsync_end = 1200 + 32 + 30, .hsync_end = 1200 + 72 + 30,
.htotal = 1200 + 32 + 30 + 32, .htotal = 1200 + 72 + 30 + 72,
.vdisplay = 1920, .vdisplay = 1920,
.vsync_start = 1920 + 68, .vsync_start = 1920 + 68,
.vsync_end = 1920 + 68 + 2, .vsync_end = 1920 + 68 + 2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment