drm/pl111: Replace custom connector with panel bridge
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 8 Sep 2017 12:47:05 +0000 (14:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 10 Sep 2017 21:58:02 +0000 (23:58 +0200)
commit001485d5255cb17e99aa9e3712e43865b92d6adc
treee67a32160eff08c51704475087c928bb05c28e49
parentbcaf9ff425cc2dc9a16373f9d9e36354e2f09a52
drm/pl111: Replace custom connector with panel bridge

This replaces the custom connector in the PL111 with the
panel bridge helper.

This works nicely for all standard panels, but since there
are several PL11x-based systems that will need to use the dumb
VGA connector bridge we use drm_of_find_panel_or_bridge()
and make some headroom for dealing with bridges that are
not panels as well, and drop a TODO in the code.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170908124709.4758-3-linus.walleij@linaro.org
drivers/gpu/drm/pl111/Kconfig
drivers/gpu/drm/pl111/Makefile
drivers/gpu/drm/pl111/pl111_connector.c [deleted file]
drivers/gpu/drm/pl111/pl111_display.c
drivers/gpu/drm/pl111/pl111_drm.h
drivers/gpu/drm/pl111/pl111_drv.c