drm: panel: simple: Add BOE NV110WTM-N61
authorDouglas Anderson <dianders@chromium.org>
Tue, 10 Nov 2020 01:00:58 +0000 (17:00 -0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 29 Nov 2020 22:06:54 +0000 (23:06 +0100)
commita96ee0f6b58de5c4f627489b2d31a5099a779cb9
tree10e0952851e9e25720c4119acb0e708d63d48bbe
parent981963a2118bc74c3ed9e4499048d2fe3353fbaf
drm: panel: simple: Add BOE NV110WTM-N61

Add support for the BOE NV110WTM-N61 panel.  The EDID lists two modes
(one for 60 Hz refresh rate and one for 40 Hz), so we'll list both of
them here.

Note that the panel datasheet requires 80 ms between HPD asserting and
the backlight power being turned on.  We'll use the new timing
constraints structure to do this cleanly.  This assumes that the
backlight will be enabled _after_ the panel enable finishes.  This is
how it works today and seems a sane assumption.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201109170018.v4.4.I71b2118dfc00fd7b43b02d28e7b890081c2acfa2@changeid
drivers/gpu/drm/panel/panel-simple.c