Merge "video: driver: Add support for AV1D IBC feature"

This commit is contained in:
qctecmdr
2022-03-18 15:47:43 -07:00
committed by Gerrit - the friendly Code Review server
12개의 변경된 파일78개의 추가작업 그리고 28개의 파일을 삭제

파일 보기

@@ -96,7 +96,8 @@ static inline is_internal_buffer(enum msm_vidc_buffer_type buffer_type)
buffer_type == MSM_VIDC_BUF_LINE ||
buffer_type == MSM_VIDC_BUF_DPB ||
buffer_type == MSM_VIDC_BUF_PERSIST ||
buffer_type == MSM_VIDC_BUF_VPSS;
buffer_type == MSM_VIDC_BUF_VPSS ||
buffer_type == MSM_VIDC_BUF_PARTIAL_DATA;
}
static inline bool is_input_meta_enabled(struct msm_vidc_inst *inst)