drm/bridge: lt9611: stop filtering modes via the table
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 18 Jan 2023 08:16:57 +0000 (10:16 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Wed, 18 Jan 2023 14:27:09 +0000 (15:27 +0100)
commit4914cbc4fbadf0a3bcad9b0b09b3d8005a3dcd9e
treef506093b27cd91722be4e3e96b0f48bdeb30b279
parent84cf74d99f88bc476678254310baffddfba68bb6
drm/bridge: lt9611: stop filtering modes via the table

The lt9611 bridge can support different modes, it makes no sense to list
them in the table. Drop the table and check the number of interfaces
using the fixed value.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230118081658.2198520-13-dmitry.baryshkov@linaro.org
drivers/gpu/drm/bridge/lontium-lt9611.c