Searched refs:hfi_version (Results 1 – 10 of 10) sorted by relevance
216 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs() 414 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe() 684 .hfi_version = HFI_VERSION_1XX,723 .hfi_version = HFI_VERSION_1XX,760 .hfi_version = HFI_VERSION_3XX,798 .hfi_version = HFI_VERSION_3XX,857 .hfi_version = HFI_VERSION_3XX,905 .hfi_version = HFI_VERSION_4XX,932 .hfi_version = HFI_VERSION_4XX,983 .hfi_version [all...]
20 enum hfi_version version;
166 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs() 379 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_intbufs_realloc() 622 enum hfi_version version = inst->core->res->hfi_version; in platform_get_bufreq() 671 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_get_bufreq() 1706 enum hfi_version version = inst->core->res->hfi_version; in venus_helper_session_init() [all...]
30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
905 if (inst->core->res->hfi_version == HFI_VERSION_4XX || in venc_set_properties()906 inst->core->res->hfi_version == HFI_VERSION_6XX) { in venc_set_properties()1223 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()1429 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
765 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()898 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()1016 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
253 void pkt_set_version(enum hfi_version version);
1185 enum hfi_version version = params->version; in bufreq_dec()1262 enum hfi_version version = params->version; in bufreq_enc()
12 static enum hfi_version hfi_ver;1375 void pkt_set_version(enum hfi_version version) in pkt_set_version()
559 enum hfi_version { enum