projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667d73d
)
drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panel
author
Jitao Shi
<jitao.shi@mediatek.com>
Tue, 14 Jul 2020 12:33:32 +0000
(20:33 +0800)
committer
Sam Ravnborg
<sam@ravnborg.org>
Sun, 26 Jul 2020 16:53:56 +0000
(18:53 +0200)
Fine tune the HBP and HFP to avoid the dot noise on the left and right edges.
Signed-off-by: Jitao Shi <jitao.shi@mediatek.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200714123332.37609-1-jitao.shi@mediatek.com
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
index 46fe1805c588080130baf4ac187342ce0e7351fc..2649469070aa59fcb2a8f9be598dcbcff0dd40f9 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
+++ b/
drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
@@
-615,9
+615,9
@@
static const struct panel_desc boe_tv101wum_nl6_desc = {
static const struct drm_display_mode auo_kd101n80_45na_default_mode = {
.clock = 157000,
.hdisplay = 1200,
- .hsync_start = 1200 +
8
0,
- .hsync_end = 1200 +
8
0 + 24,
- .htotal = 1200 +
80 + 24 + 3
6,
+ .hsync_start = 1200 +
6
0,
+ .hsync_end = 1200 +
6
0 + 24,
+ .htotal = 1200 +
60 + 24 + 5
6,
.vdisplay = 1920,
.vsync_start = 1920 + 16,
.vsync_end = 1920 + 16 + 4,