Skip to content

Commit 37ce99b

Browse files
Liu Yingsuperna9999
authored andcommitted
drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
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]
1 parent d92a758 commit 37ce99b

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
@@ -2752,6 +2752,7 @@ static const struct display_timing koe_tx26d202vm0bwa_timing = {
27522752
.vfront_porch = { 3, 5, 10 },
27532753
.vback_porch = { 2, 5, 10 },
27542754
.vsync_len = { 5, 5, 5 },
2755+
.flags = DISPLAY_FLAGS_DE_HIGH,
27552756
};
27562757

27572758
static const struct panel_desc koe_tx26d202vm0bwa = {

0 commit comments

Comments
 (0)