Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 8a07052440c2 ("drm/panel: simple: Add support for KOE TX26D202VM0BWA panel")
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240624015612.341983-1-victor.liu@nxp.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240624015612.341983-1-victor.liu@nxp.com

authored by

Liu Ying and committed by
Neil Armstrong
37ce99b7 d92a7580

+1
+1
drivers/gpu/drm/panel/panel-simple.c
··· 2752 2752 .vfront_porch = { 3, 5, 10 }, 2753 2753 .vback_porch = { 2, 5, 10 }, 2754 2754 .vsync_len = { 5, 5, 5 }, 2755 + .flags = DISPLAY_FLAGS_DE_HIGH, 2755 2756 }; 2756 2757 2757 2758 static const struct panel_desc koe_tx26d202vm0bwa = {