Merge "video: driver: add video vsp subcache id support"

This commit is contained in:
qctecmdr
2022-08-23 11:17:23 -07:00
committed by Gerrit - the friendly Code Review server

Fájl megtekintése

@@ -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);