Home
last modified time | relevance | path

Searched refs:max_core_mbpf (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_platform_sm8250.c139 .max_core_mbpf = (8192 * 4352) / 256,
H A Diris_platform_common.h171 u32 max_core_mbpf; member
H A Diris_platform_sm8550.c248 .max_core_mbpf = ((8192 * 4352) / 256) * 2,
H A Diris_vb2.c26 if (total_mbpf > core->iris_platform_data->max_core_mbpf) in iris_check_core_mbpf()