Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvdec.c570 if (IS_V4(core)) in vdec_output_conf()
621 if (IS_V3(core) || IS_V4(core)) { in vdec_output_conf()
1138 if (IS_V3(core) || IS_V4(core)) { in vdec_probe()
1144 if (IS_V4(core)) { in vdec_probe()
1203 if (IS_V4(core)) in vdec_runtime_suspend()
1227 if (IS_V4(core)) in vdec_runtime_resume()
Dhelpers.c296 if (IS_V4(inst->core)) { in intbufs_alloc()
698 if (!IS_V4(inst->core)) in venus_helper_set_work_mode()
712 if (!IS_V4(inst->core)) in venus_helper_set_core_usage()
1196 if (!IS_V3(core) && !IS_V4(core)) in venus_helper_power_enable()
Dcore.h324 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) macro
Dvenc.c1242 if (IS_V3(core) || IS_V4(core)) { in venc_probe()
1248 if (IS_V4(core)) { in venc_probe()
1307 if (IS_V4(core)) in venc_runtime_suspend()
1331 if (IS_V4(core)) in venc_runtime_resume()
Dhfi_venus.c535 if (IS_V4(hdev->core)) { in venus_halt_axi()
887 if (IS_V4(hdev->core)) in venus_sys_set_default_properties()
1544 if (IS_V3(core) || IS_V4(core)) in venus_suspend()