aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/dw_hdmi-imx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/dw_hdmi-imx.c')
-rw-r--r--drivers/gpu/drm/imx/dw_hdmi-imx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/dw_hdmi-imx.c b/drivers/gpu/drm/imx/dw_hdmi-imx.c
index 87fe8ed92ebe..1834ac8998cc 100644
--- a/drivers/gpu/drm/imx/dw_hdmi-imx.c
+++ b/drivers/gpu/drm/imx/dw_hdmi-imx.c
@@ -123,7 +123,7 @@ static void dw_hdmi_imx_encoder_commit(struct drm_encoder *encoder)
123 123
124static void dw_hdmi_imx_encoder_prepare(struct drm_encoder *encoder) 124static void dw_hdmi_imx_encoder_prepare(struct drm_encoder *encoder)
125{ 125{
126 imx_drm_panel_format(encoder, V4L2_PIX_FMT_RGB24); 126 imx_drm_set_bus_format(encoder, MEDIA_BUS_FMT_RGB888_1X24);
127} 127}
128 128
129static struct drm_encoder_helper_funcs dw_hdmi_imx_encoder_helper_funcs = { 129static struct drm_encoder_helper_funcs dw_hdmi_imx_encoder_helper_funcs = {