Home
last modified time | relevance | path

Searched defs:hfi_buffer_requirements (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_defines.h356 struct hfi_buffer_requirements { struct
357 u32 type;
358 u32 size;
359 u32 region_size;
360 u32 hold_count;
361 u32 count_min;
362 u32 count_actual;
363 u32 contiguous;
364 u32 alignment;
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h1173 struct hfi_buffer_requirements { struct
1185 static inline u32 hfi_bufreq_get_hold_count(struct hfi_buffer_requirements *req, in hfi_bufreq_get_hold_count() argument