|
@@ -232,6 +232,11 @@ static int mtk_drm_kms_init(struct drm_device *drm)
|
|
|
if (ret < 0)
|
|
|
goto err_component_unbind;
|
|
|
|
|
|
+ ret = mtk_drm_crtc_create(drm, private->data->third_path,
|
|
|
+ private->data->third_len);
|
|
|
+ if (ret < 0)
|
|
|
+ goto err_component_unbind;
|
|
|
+
|
|
|
/* Use OVL device for all DMA memory allocations */
|
|
|
np = private->comp_node[private->data->main_path[0]] ?:
|
|
|
private->comp_node[private->data->ext_path[0]];
|