Searched refs:hfi_version (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| A D | hfi_platform.c | 7 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get() 22 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq() 38 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq() 54 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq()
|
| A D | hfi_platform.h | 62 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 D | core.c | 205 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs() 302 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe() 530 .hfi_version = HFI_VERSION_1XX, 563 .hfi_version = HFI_VERSION_3XX, 622 .hfi_version = HFI_VERSION_3XX, 670 .hfi_version = HFI_VERSION_4XX, 695 .hfi_version = HFI_VERSION_4XX, 742 .hfi_version = HFI_VERSION_4XX, 795 .hfi_version = HFI_VERSION_6XX, 847 .hfi_version = HFI_VERSION_6XX,
|
| A D | core.h | 71 enum hfi_version hfi_version; member 464 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX) 465 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX) 466 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) 467 #define IS_V6(core) ((core)->res->hfi_version == HFI_VERSION_6XX)
|
| A D | vdec_ctrls.c | 54 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
|
| A D | hfi_plat_bufs.h | 17 enum hfi_version version;
|
| A D | pm_helpers.h | 30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
|
| A D | helpers.c | 150 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs() 363 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_intbufs_realloc() 605 enum hfi_version version = inst->core->res->hfi_version; in platform_get_bufreq() 1685 enum hfi_version version = inst->core->res->hfi_version; in venus_helper_session_init()
|
| A D | hfi_parser.c | 238 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_parser() 280 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
|
| A D | hfi.c | 353 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue() 578 pkt_set_version(core->res->hfi_version); in hfi_create()
|
| A D | vdec.c | 690 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf() 823 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers() 941 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
|
| A D | hfi_cmds.h | 253 void pkt_set_version(enum hfi_version version);
|
| A D | hfi_msgs.c | 25 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
|
| A D | venc.c | 1105 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf() 1293 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
|
| A D | hfi_plat_bufs_v6.c | 1185 enum hfi_version version = params->version; in bufreq_dec() 1257 enum hfi_version version = params->version; in bufreq_enc()
|
| A D | hfi_helper.h | 551 enum hfi_version { enum
|
| A D | hfi_cmds.c | 12 static enum hfi_version hfi_ver; 1340 void pkt_set_version(enum hfi_version version) in pkt_set_version()
|
| A D | pm_helpers.c | 1193 const struct venus_pm_ops *venus_pm_get(enum hfi_version version) in venus_pm_get()
|
Completed in 42 milliseconds