drm/pl111: Support multiple endpoints on the CLCD
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 6 Feb 2018 09:35:40 +0000 (10:35 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Feb 2018 08:08:51 +0000 (09:08 +0100)
commit3b6ec458578bf065e102e8bb4b9e61dbc0caf5a4
tree8079f4eb6b63de890c60e1ccc000264d9a55e4dc
parent08e3211251e36a506ff6b0c31620e362b5800f47
drm/pl111: Support multiple endpoints on the CLCD

The Versatile PL110 implementations use multiple endpoints:
from the PL111 port, the lines are routed through a PLD,
and from there forked so the same lines go to a VGA DAC and
an external TFT panel connector. This is discrete wireing
so there is no way to turn of one output, i.e. this is
really two endpoints, not two ports.

We model this with multiple endpoints, so we need to loop
over the available endpoints, check for panel or bridge on
each and accumulate the result before continuing.

The code already will give the panel preference over the
bridge, if present, so the output will be sent to the panel
if both a panel and a bridge is present on two endpoints
of the same port.

If they all return -EPROBE_DEFER we return -EPROBE_DEFER
as well.

If just one endpoint is present on the port, the behaviour
is the same as before.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180206093540.8147-5-linus.walleij@linaro.org
drivers/gpu/drm/pl111/pl111_drv.c