Searched refs:hfi_version (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_platform.c | 9 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get() 25 enum hfi_version version, u32 codec, in hfi_platform_get_codec_vpp_freq() 43 enum hfi_version version, u32 codec, in hfi_platform_get_codec_vsp_freq() 61 enum hfi_version version, u32 codec, in hfi_platform_get_codec_lp_freq() 83 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_get_codecs()
|
| H A D | hfi_platform.h | 67 const struct hfi_platform *hfi_platform_get(enum hfi_version version); 69 enum hfi_version version, 72 enum hfi_version version, 75 enum hfi_version version,
|
| H A D | core.c | 213 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs() 411 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe() 681 .hfi_version = HFI_VERSION_1XX, 716 .hfi_version = HFI_VERSION_3XX, 754 .hfi_version = HFI_VERSION_3XX, 813 .hfi_version = HFI_VERSION_3XX, 861 .hfi_version = HFI_VERSION_4XX, 887 .hfi_version = HFI_VERSION_4XX, 937 .hfi_version = HFI_VERSION_4XX, 997 .hfi_version = HFI_VERSION_6XX, [all …]
|
| H A D | core.h | 89 enum hfi_version hfi_version; member 525 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX) 526 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX) 527 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) 528 #define IS_V6(core) ((core)->res->hfi_version == HFI_VERSION_6XX)
|
| H A D | vdec_ctrls.c | 54 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
|
| H A D | hfi_plat_bufs.h | 20 enum hfi_version version;
|
| H A D | helpers.c | 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()
|
| H A D | pm_helpers.h | 30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
|
| H A D | hfi_parser.c | 273 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_parser() 317 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
|
| H A D | hfi.c | 333 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue() 556 pkt_set_version(core->res->hfi_version); in hfi_create()
|
| H A D | venc.c | 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()
|
| H A D | venc_ctrls.c | 409 enum hfi_version ver = inst->core->res->hfi_version; in venc_op_g_volatile_ctrl()
|
| H A D | vdec.c | 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()
|
| H A D | hfi_cmds.h | 253 void pkt_set_version(enum hfi_version version);
|
| H A D | hfi_msgs.c | 25 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
|
| H A D | hfi_plat_bufs_v6.c | 1185 enum hfi_version version = params->version; in bufreq_dec() 1262 enum hfi_version version = params->version; in bufreq_enc()
|
| H A D | hfi_cmds.c | 12 static enum hfi_version hfi_ver; 1375 void pkt_set_version(enum hfi_version version) in pkt_set_version()
|
| H A D | hfi_helper.h | 559 enum hfi_version { enum
|
| H A D | pm_helpers.c | 1182 const struct venus_pm_ops *venus_pm_get(enum hfi_version version) in venus_pm_get()
|