Home
last modified time | relevance | path

Searched refs:hfi_version (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dcore.h75 enum hfi_version hfi_version; member
416 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)
417 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX)
418 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX)
Dcore.c171 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()
249 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe()
469 .hfi_version = HFI_VERSION_1XX,
502 .hfi_version = HFI_VERSION_3XX,
559 .hfi_version = HFI_VERSION_4XX,
586 .hfi_version = HFI_VERSION_4XX,
635 .hfi_version = HFI_VERSION_4XX,
Dvdec_ctrls.c45 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
Dpm_helpers.h30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
Dhfi.c312 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()
510 pkt_set_version(core->res->hfi_version); in hfi_create()
Dvdec.c648 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()
764 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()
871 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
Dhfi_cmds.h253 void pkt_set_version(enum hfi_version version);
Dhfi_msgs.c20 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
Dhfi_parser.c242 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
Dvenc.c845 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()
1012 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
Dhelpers.c124 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs()
316 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_intbufs_realloc()
Dhfi_helper.h540 enum hfi_version { enum
Dhfi_cmds.c11 static enum hfi_version hfi_ver;
1277 void pkt_set_version(enum hfi_version version) in pkt_set_version()
Dpm_helpers.c1036 const struct venus_pm_ops *venus_pm_get(enum hfi_version version) in venus_pm_get()