On Fri, 2017-08-18 at 18:34 +0200, Lucas Stach wrote: > The imx parrallel display exposes a, well, display parallel interface. > Use the correct enum, instead of disguising the thing as a VGA connector. > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > --- > drivers/gpu/drm/imx/parallel-display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/imx/parallel-display.c b/drivers/gpu/drm/imx/parallel-display.c > index 8aca20209cb8..aa79ed936416 100644 > --- a/drivers/gpu/drm/imx/parallel-display.c > +++ b/drivers/gpu/drm/imx/parallel-display.c > @@ -184,7 +184,7 @@ static int imx_pd_register(struct drm_device *drm, > > &imx_pd_connector_helper_funcs); > > drm_connector_init(drm, &imxpd->connector, > > &imx_pd_connector_funcs, > > - DRM_MODE_CONNECTOR_VGA); > > + DRM_MODE_CONNECTOR_DPI); > > } > > if (imxpd->panel) Applied, thank you. regards Philipp _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel