Merge "video: driver: Fix bin buffer allocation in secure usecase"

This commit is contained in:
qctecmdr
2021-04-19 15:52:57 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 25 additions and 2 deletions

View File

@@ -881,6 +881,8 @@ u32 msm_vidc_get_buffer_region(struct msm_vidc_inst *inst,
region = MSM_VIDC_SECURE_PIXEL;
break;
case MSM_VIDC_BUF_BIN:
region = MSM_VIDC_SECURE_BITSTREAM;
break;
case MSM_VIDC_BUF_ARP:
case MSM_VIDC_BUF_COMV:
case MSM_VIDC_BUF_NON_COMV: