drm/pl111: Support handling bridge timings
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 12 Jan 2018 07:48:54 +0000 (08:48 +0100)
committerArchit Taneja <architt@codeaurora.org>
Fri, 12 Jan 2018 08:44:50 +0000 (14:14 +0530)
commit49f81d80ab8496c400dee63b31530723a390911f
tree74db4f0b09cd97506ba810c58c6833d8b62fa84a
parent88dda5b4789f26d773563005567c69f85e1f08f5
drm/pl111: Support handling bridge timings

If the bridge has a too strict setup time for the incoming
signals, we may not be fast enough and then we need to
compensate by outputting the signal on the inverse clock
edge so it is for sure stable when the bridge samples it.

Since bridges in difference to panels does not expose their
connectors, make the connector optional in the display
setup code.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180112074854.9560-4-linus.walleij@linaro.org
drivers/gpu/drm/pl111/Kconfig
drivers/gpu/drm/pl111/pl111_display.c
drivers/gpu/drm/pl111/pl111_drv.c