Skip to content

Commit 1fd3418

Browse files
committed
drm/meson: dw-hdmi: stop enforcing input_bus_format
To allow using formats from negotiation, stop enforcing input_bus_format in the private dw-plat-data struct. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Jernej Škrabec <jernej.skrabec@siol.net> Link: https://patchwork.freedesktop.org/patch/msgid/20200304104052.17196-9-narmstrong@baylibre.com
1 parent f43aa58 commit 1fd3418

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/meson/meson_dw_hdmi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,6 @@ static int meson_dw_hdmi_bind(struct device *dev, struct device *master,
10141014
dw_plat_data->phy_ops = &meson_dw_hdmi_phy_ops;
10151015
dw_plat_data->phy_name = "meson_dw_hdmi_phy";
10161016
dw_plat_data->phy_data = meson_dw_hdmi;
1017-
dw_plat_data->input_bus_format = MEDIA_BUS_FMT_YUV8_1X24;
10181017
dw_plat_data->input_bus_encoding = V4L2_YCBCR_ENC_709;
10191018

10201019
if (dw_hdmi_is_compatible(meson_dw_hdmi, "amlogic,meson-gxl-dw-hdmi") ||

0 commit comments

Comments
 (0)