Skip to content

Commit

Permalink
drm/panel: simple: add delays for Innolux AT043TN24
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171011125958.23064-3-p.zabel@pengutronix.de
  • Loading branch information
Philipp Zabel authored and Thierry Reding committed Oct 18, 2017
1 parent 6560279 commit 6c684e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/gpu/drm/panel/panel-simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,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 = {
Expand Down

0 comments on commit 6c684e3

Please sign in to comment.