[3/3] drm/panel: simple: add delays for Innolux AT043TN24

Submitted by Philipp Zabel on Oct. 11, 2017, 12:59 p.m.

Details

Message ID 20171011125958.23064-3-p.zabel@pengutronix.de
State Accepted
Commit 6c684e3b677eee1272f7952a16ffb9aac2c228f9
Headers show
Series "Series without cover letter" ( rev: 1 ) in DRI devel

Not browsing as part of any series.

Commit Message

Philipp Zabel Oct. 11, 2017, 12:59 p.m.
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: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/gpu/drm/panel/panel-simple.c | 4 ++++
 1 file changed, 4 insertions(+)

Patch hide | download patch | download mbox

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 30944d006bf1c..0d0769874e382 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1007,6 +1007,10 @@  static const struct panel_desc hitachi_tx23d38vm0caa = {
 		.width = 195,
 		.height = 117,
 	},
+	.delay = {
+		.enable = 160,
+		.disable = 160,
+	},
 };
 
 static const struct drm_display_mode innolux_at043tn24_mode = {

Comments

On Qua, 2017-10-11 at 14:59 +0200, Philipp Zabel wrote:
> 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: Philipp Zabel <p.zabel@pengutronix.de>


Tested-by: Marco Franchi <marco.franchi@nxp.com>