Merge "video: driver: Change ARP buffer context bank"

此提交包含在:
qctecmdr
2023-03-13 10:42:24 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 5abbd7a8b2

查看文件

@@ -340,7 +340,7 @@ static u32 msm_vidc_buffer_region_ext(struct msm_vidc_inst *inst,
if (!is_secure_session(inst)) {
switch (buffer_type) {
case MSM_VIDC_BUF_ARP:
region = MSM_VIDC_SECURE_NONPIXEL;
region = MSM_VIDC_NON_SECURE;
break;
case MSM_VIDC_BUF_INPUT:
if (is_encode_session(inst))