Merge "video: driver: add power domain and opp table support for video"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

melakukan
54c8d7570d
@@ -1038,7 +1038,6 @@ int msm_vidc_init_iris2(struct msm_vidc_core *core)
|
||||
d_vpr_h("%s()\n", __func__);
|
||||
core->venus_ops = &iris2_ops;
|
||||
core->session_ops = &msm_session_ops;
|
||||
core->res_ops = get_resources_ops();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@@ -1119,7 +1119,6 @@ int msm_vidc_init_iris3(struct msm_vidc_core *core)
|
||||
d_vpr_h("%s()\n", __func__);
|
||||
core->venus_ops = &iris3_ops;
|
||||
core->session_ops = &msm_session_ops;
|
||||
core->res_ops = get_resources_ops();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@@ -1245,7 +1245,6 @@ int msm_vidc_init_iris33(struct msm_vidc_core *core)
|
||||
d_vpr_h("%s()\n", __func__);
|
||||
core->venus_ops = &iris33_ops;
|
||||
core->session_ops = &msm_session_ops;
|
||||
core->res_ops = get_resources_ops();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user