Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dcore.h37 enum hfi_version hfi_version; member
345 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)
346 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX)
347 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX)
Dvdec_ctrls.c44 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
Dcore.c181 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()
421 .hfi_version = HFI_VERSION_1XX,
450 .hfi_version = HFI_VERSION_3XX,
473 .hfi_version = HFI_VERSION_4XX,
Dhfi.c312 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()
508 pkt_set_version(core->res->hfi_version); in hfi_create()
Dvdec.c585 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()
697 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()
792 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
Dhelpers.c126 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs()
318 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_intbufs_realloc()
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()
Dvenc.c938 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()
1101 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
Dhfi_helper.h520 enum hfi_version { enum
Dhfi_cmds.c11 static enum hfi_version hfi_ver;
1240 void pkt_set_version(enum hfi_version version) in pkt_set_version()