Merge "video: driver: Add support for AV1D IBC feature"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

커밋
b5824aaaa4
@@ -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)
|
||||
|
Reference in New Issue
Block a user