Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9dd05da

Browse files
Cong Yanggregkh
authored andcommitted
drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP (again)
[ Upstream commit 9dfc46c ] 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 <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20240301061128.3145982-1-yangcong5@huaqin.corp-partner.google.com Signed-off-by: Sasha Levin <[email protected]>
1 parent 452c074 commit 9dd05da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

21142114
static const struct drm_display_mode starry_himax83102_j02_default_mode = {
2115-
.clock = 162850,
2115+
.clock = 162680,
21162116
.hdisplay = 1200,
2117-
.hsync_start = 1200 + 50,
2118-
.hsync_end = 1200 + 50 + 20,
2119-
.htotal = 1200 + 50 + 20 + 50,
2117+
.hsync_start = 1200 + 60,
2118+
.hsync_end = 1200 + 60 + 20,
2119+
.htotal = 1200 + 60 + 20 + 40,
21202120
.vdisplay = 1920,
21212121
.vsync_start = 1920 + 116,
21222122
.vsync_end = 1920 + 116 + 8,

0 commit comments

Comments
 (0)