Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c466 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_boot_core()
494 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_boot_core()
562 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_halt_axi()
1123 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_isr()
1135 if (!(IS_IRIS2(core) || IS_IRIS2_1(core))) in venus_isr()
1530 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) in venus_cpu_and_video_core_idle()
1550 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) in venus_cpu_idle_and_pc_ready()
H A Dcore.h522 #define IS_IRIS2(core) ((core)->res->vpu_version == VPU_VERSION_IRIS2) macro
H A Dcore.c250 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_assign_register_offsets()
H A Dvdec.c730 if (!(IS_IRIS2(inst->core) || IS_IRIS2_1(inst->core))) in vdec_set_work_route()