Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/venus/
H A Dfirmware.c32 if (IS_IRIS2(core) || IS_IRIS2_1(core)) in venus_reset_cpu()
44 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_reset_cpu()
70 if (IS_IRIS2(core) || IS_IRIS2_1(core)) in venus_set_hw_state()
175 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_shutdown_no_tz()
H A Dhfi_venus.c476 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_boot_core()
504 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core) || IS_AR50_LITE(hdev->core)) { in venus_boot_core()
577 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_halt_axi()
1152 } else if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_isr()
1164 if (!(IS_IRIS2(core) || IS_IRIS2_1(core) || IS_AR50_LITE(core))) in venus_isr()
1549 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core) || IS_AR50_LITE(hdev->core)) in venus_cpu_and_video_core_idle()
1569 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core) || IS_AR50_LITE(hdev->core)) in venus_cpu_idle_and_pc_ready()
H A Dcore.h533 #define IS_IRIS2(core) ((core)->res->vpu_version == VPU_VERSION_IRIS2) macro
H A Dvdec.c578 if (IS_IRIS2(inst->core) && is_fw_rev_or_older(inst->core, 1, 0, 87)) in vdec_decoder_cmd()
736 if (!(IS_IRIS2(inst->core) || IS_IRIS2_1(inst->core))) in vdec_set_work_route()
H A Dcore.c257 if (IS_IRIS2(core) || IS_IRIS2_1(core) || IS_AR50_LITE(core)) { in venus_assign_register_offsets()