]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
drm/panel: Add and fill drm_panel type field
[linux.git] / drivers / gpu / drm / panel / panel-samsung-s6d16d0.c
index 4d25c96e842cf09e96a5674951514f1bdb89927b..e3a0397e953ee6715c972fec61404c17e9f9e07c 100644 (file)
@@ -215,7 +215,8 @@ static int s6d16d0_probe(struct mipi_dsi_device *dsi)
                return ret;
        }
 
-       drm_panel_init(&s6->panel, dev, &s6d16d0_drm_funcs);
+       drm_panel_init(&s6->panel, dev, &s6d16d0_drm_funcs,
+                      DRM_MODE_CONNECTOR_DSI);
 
        ret = drm_panel_add(&s6->panel);
        if (ret < 0)