Skip to content

Commit 9dfc46c

Browse files
Cong Yangdianders
authored andcommitted
drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP (again)
The current measured frame rate is 59.95Hz, which does not meet the requirements of touch-stylus and stylus cannot work normally. After adjustment, the actual measurement is 60.001Hz. Now this panel looks like it's only used by me on the MTK platform, so let's change this set of parameters. [ dianders: Added "(again") to subject and fixed the "Fixes" line ] Fixes: cea7008 ("drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP") Signed-off-by: Cong Yang <yangcong5@huaqin.corp-partner.google.com> Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240301061128.3145982-1-yangcong5@huaqin.corp-partner.google.com
1 parent 72e6d66 commit 9dfc46c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,11 +1768,11 @@ static const struct panel_desc starry_qfh032011_53g_desc = {
17681768
};
17691769

17701770
static const struct drm_display_mode starry_himax83102_j02_default_mode = {
1771-
.clock = 162850,
1771+
.clock = 162680,
17721772
.hdisplay = 1200,
1773-
.hsync_start = 1200 + 50,
1774-
.hsync_end = 1200 + 50 + 20,
1775-
.htotal = 1200 + 50 + 20 + 50,
1773+
.hsync_start = 1200 + 60,
1774+
.hsync_end = 1200 + 60 + 20,
1775+
.htotal = 1200 + 60 + 20 + 40,
17761776
.vdisplay = 1920,
17771777
.vsync_start = 1920 + 116,
17781778
.vsync_end = 1920 + 116 + 8,

0 commit comments

Comments
 (0)