Home
last modified time | relevance | path

Searched refs:IS_V4 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dcore.h527 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) macro
H A Dhfi_venus.c383 if (IS_V6(hdev->core) || (IS_V4(hdev->core) && is_lite(hdev->core))) in venus_soft_int()
610 if (IS_V4(hdev->core)) { in venus_halt_axi()
1652 if (IS_V3(core) || IS_V4(core) || IS_V6(core)) in venus_suspend()
H A Dhelpers.c349 } else if (IS_V4(inst->core)) { in venus_helper_intbufs_alloc()
547 if (IS_V4(core) || IS_V6(core)) in is_dynamic_bufmode()
1180 if (!IS_V4(inst->core) && !IS_V6(inst->core)) in venus_helper_set_work_mode()
H A Dvenc_ctrls.c685 if (IS_V4(inst->core) || IS_V6(inst->core)) { in venc_ctrl_init()
H A Dvdec.c777 if (IS_V4(core) || IS_V6(core)) in vdec_output_conf()
832 if (IS_V3(core) || IS_V4(core) || IS_V6(core)) { in vdec_output_conf()
H A Dpm_helpers.c62 if (IS_V6(core) || (IS_V4(core) && is_lite(core))) { in core_clks_enable()