]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA
authorLiu Ying <victor.liu@nxp.com>
Mon, 24 Jun 2024 01:56:12 +0000 (09:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jul 2024 07:33:53 +0000 (09:33 +0200)
commit0ca8656457becbb4fb17a6b8af91a36541c0d7fa
tree67b19e0b944f5128578f3081f852bc3e942c7861
parente834fecf66119761a81c1dec6a97b74e2b42b6fb
drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA

[ Upstream commit 37ce99b77762256ec9fda58d58fd613230151456 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/panel/panel-simple.c