Skip to content

Commit 287ea87

Browse files
Liu Yinggregkh
Liu Ying
authored andcommitted
drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
[ Upstream commit 37ce99b ] KOE TX26D202VM0BWA panel spec indicates the DE signal is active high in timing chart, so add DISPLAY_FLAGS_DE_HIGH flag in display timing flags. This aligns display_timing with panel_desc. Fixes: 8a07052 ("drm/panel: simple: Add support for KOE TX26D202VM0BWA panel") Signed-off-by: Liu Ying <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent 1c504ed commit 287ea87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/panel/panel-simple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2873,6 +2873,7 @@ static const struct display_timing koe_tx26d202vm0bwa_timing = {
28732873
.vfront_porch = { 3, 5, 10 },
28742874
.vback_porch = { 2, 5, 10 },
28752875
.vsync_len = { 5, 5, 5 },
2876+
.flags = DISPLAY_FLAGS_DE_HIGH,
28762877
};
28772878

28782879
static const struct panel_desc koe_tx26d202vm0bwa = {

0 commit comments

Comments
 (0)