Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dcore.h46 enum hfi_version hfi_version; member
322 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)
323 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX)
324 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX)
Dcore.c190 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()
416 .hfi_version = HFI_VERSION_1XX,
445 .hfi_version = HFI_VERSION_3XX,
466 .hfi_version = HFI_VERSION_4XX,
Dhfi.c316 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()
510 pkt_set_version(core->res->hfi_version); in hfi_create()
Dvdec.c558 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()
672 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()
764 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
Dhfi_cmds.h262 void pkt_set_version(enum hfi_version version);
Dhfi_msgs.c29 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
Dvenc.c923 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()
1086 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
Dhelpers.c134 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs()
Dhfi_helper.h529 enum hfi_version { enum
Dhfi_cmds.c20 static enum hfi_version hfi_ver;
1247 void pkt_set_version(enum hfi_version version) in pkt_set_version()