Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dcore.c203 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()
529 .hfi_version = HFI_VERSION_1XX,
Dcore.h457 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)
Dhfi_parser.c280 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
Dhfi.c334 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()
Dhelpers.c270 HFI_BUFFER_INTERNAL_SCRATCH(HFI_VERSION_1XX),
271 HFI_BUFFER_INTERNAL_SCRATCH_1(HFI_VERSION_1XX),
272 HFI_BUFFER_INTERNAL_SCRATCH_2(HFI_VERSION_1XX),
Dhfi_helper.h550 HFI_VERSION_1XX, enumerator
Dhfi_cmds.c1312 if (hfi_ver == HFI_VERSION_1XX) in pkt_session_get_property()
1321 if (hfi_ver == HFI_VERSION_1XX) in pkt_session_set_property()
Dpm_helpers.c1191 case HFI_VERSION_1XX: in venus_pm_get()
Dvenc.c1192 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
Dvdec.c674 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()