提交 6c684e3b 编写于 作者: P Philipp Zabel 提交者: Thierry Reding

drm/panel: simple: add delays for Innolux AT043TN24

The delays between video data and backlight enable and between backlight
disable and end of video data are given as >= 160 ms in the datasheet.
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
Tested-by: NMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171011125958.23064-3-p.zabel@pengutronix.de
上级 6560279c
...@@ -1008,6 +1008,10 @@ static const struct panel_desc hitachi_tx23d38vm0caa = { ...@@ -1008,6 +1008,10 @@ static const struct panel_desc hitachi_tx23d38vm0caa = {
.width = 195, .width = 195,
.height = 117, .height = 117,
}, },
.delay = {
.enable = 160,
.disable = 160,
},
}; };
static const struct drm_display_mode innolux_at043tn24_mode = { static const struct drm_display_mode innolux_at043tn24_mode = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册