Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/venus/
A Dhfi_platform.c9 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get()
24 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq()
40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq()
56 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq()
76 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_get_codecs()
A Dhfi_platform.h62 const struct hfi_platform *hfi_platform_get(enum hfi_version version);
63 unsigned long hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec,
65 unsigned long hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec,
67 unsigned long hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec,
A Dcore.c213 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()
406 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe()
668 .hfi_version = HFI_VERSION_1XX,
703 .hfi_version = HFI_VERSION_3XX,
741 .hfi_version = HFI_VERSION_3XX,
800 .hfi_version = HFI_VERSION_3XX,
848 .hfi_version = HFI_VERSION_4XX,
874 .hfi_version = HFI_VERSION_4XX,
924 .hfi_version = HFI_VERSION_4XX,
984 .hfi_version = HFI_VERSION_6XX,
[all …]
A Dcore.h83 enum hfi_version hfi_version; member
522 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)
523 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX)
524 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX)
525 #define IS_V6(core) ((core)->res->hfi_version == HFI_VERSION_6XX)
A Dvdec_ctrls.c54 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
A Dhfi_plat_bufs.h20 enum hfi_version version;
A Dhelpers.c166 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()
A Dpm_helpers.h30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
A Dhfi_parser.c273 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_parser()
317 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
A Dhfi.c333 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()
556 pkt_set_version(core->res->hfi_version); in hfi_create()
A Dvenc.c903 if (inst->core->res->hfi_version == HFI_VERSION_4XX || in venc_set_properties()
904 inst->core->res->hfi_version == HFI_VERSION_6XX) { in venc_set_properties()
1221 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()
1427 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
A Dvenc_ctrls.c409 enum hfi_version ver = inst->core->res->hfi_version; in venc_op_g_volatile_ctrl()
A Dvdec.c757 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()
890 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()
1008 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
A Dhfi_cmds.h253 void pkt_set_version(enum hfi_version version);
A Dhfi_msgs.c25 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
A Dhfi_plat_bufs_v6.c1185 enum hfi_version version = params->version; in bufreq_dec()
1262 enum hfi_version version = params->version; in bufreq_enc()
A Dhfi_cmds.c12 static enum hfi_version hfi_ver;
1375 void pkt_set_version(enum hfi_version version) in pkt_set_version()
A Dhfi_helper.h559 enum hfi_version { enum
A Dpm_helpers.c1175 const struct venus_pm_ops *venus_pm_get(enum hfi_version version) in venus_pm_get()

Completed in 55 milliseconds