Skip to content

Commit d76acc9

Browse files
mediatek-jitaosravnborg
authored andcommitted
drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panel
Fine tune the HBP and HFP to avoid the dot noise on the left and right edges. Signed-off-by: Jitao Shi <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 667d73d commit d76acc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@ static const struct panel_desc boe_tv101wum_nl6_desc = {
615615
static const struct drm_display_mode auo_kd101n80_45na_default_mode = {
616616
.clock = 157000,
617617
.hdisplay = 1200,
618-
.hsync_start = 1200 + 80,
619-
.hsync_end = 1200 + 80 + 24,
620-
.htotal = 1200 + 80 + 24 + 36,
618+
.hsync_start = 1200 + 60,
619+
.hsync_end = 1200 + 60 + 24,
620+
.htotal = 1200 + 60 + 24 + 56,
621621
.vdisplay = 1920,
622622
.vsync_start = 1920 + 16,
623623
.vsync_end = 1920 + 16 + 4,

0 commit comments

Comments
 (0)