]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
drm/sun4i: Ignore the generic connectors for components
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 27 May 2017 16:09:32 +0000 (18:09 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 1 Jun 2017 07:49:59 +0000 (09:49 +0200)
commit49baeb074783f5bdf770dc9fac5fbb2837190583
tree5c9790f26802b0aa7a4a7f214a73effe4253b480
parentb8317a3d50ceb3eae3a280c50c0de61ec302b806
drm/sun4i: Ignore the generic connectors for components

The generic connectors such as hdmi-connector doesn't have any driver in,
so if they are added to the component list, we will be waiting forever for
a non-existing driver to probe.

Add a list of the connectors we want to ignore when building our component
list.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_drv.c