Merge "video: driver: add video vsp subcache id support"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
7fda1ff3b8
@@ -1741,6 +1741,8 @@ static int __init_subcaches(struct msm_vidc_core *core)
|
||||
sinfo->subcache = llcc_slice_getd(LLCC_VIDSC1);
|
||||
} else if (!strcmp("vidscfw", sinfo->name)) {
|
||||
sinfo->subcache = llcc_slice_getd(LLCC_VIDFW);
|
||||
} else if (!strcmp("vidvsp", sinfo->name)) {
|
||||
sinfo->subcache = llcc_slice_getd(LLCC_VIDVSP);
|
||||
} else {
|
||||
d_vpr_e("Invalid subcache name %s\n",
|
||||
sinfo->name);
|
||||
|
Reference in New Issue
Block a user