Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/qcom/venus/
Dhfi_venus.c456 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_boot_core()
484 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_boot_core()
552 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) { in venus_halt_axi()
1113 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_isr()
1125 if (!(IS_IRIS2(core) || IS_IRIS2_1(core))) in venus_isr()
1520 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) in venus_cpu_and_video_core_idle()
1540 if (IS_IRIS2(hdev->core) || IS_IRIS2_1(hdev->core)) in venus_cpu_idle_and_pc_ready()
Dcore.h522 #define IS_IRIS2(core) ((core)->res->vpu_version == VPU_VERSION_IRIS2) macro
Dcore.c250 if (IS_IRIS2(core) || IS_IRIS2_1(core)) { in venus_assign_register_offsets()
Dvdec.c730 if (!(IS_IRIS2(inst->core) || IS_IRIS2_1(inst->core))) in vdec_set_work_route()