mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 21:46:47 +07:00
001485d525
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
7 lines
136 B
Makefile
7 lines
136 B
Makefile
pl111_drm-y += pl111_display.o \
|
|
pl111_drv.o
|
|
|
|
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
|
|
|
|
obj-$(CONFIG_DRM_PL111) += pl111_drm.o
|