/kernel/linux/linux-6.6/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() 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()
|
H 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,
|
H A D | core.c | 206 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs() 316 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe() 547 .hfi_version = HFI_VERSION_1XX, 580 .hfi_version = HFI_VERSION_3XX, 639 .hfi_version = HFI_VERSION_3XX, 687 .hfi_version = HFI_VERSION_4XX, 713 .hfi_version = HFI_VERSION_4XX, 761 .hfi_version = HFI_VERSION_4XX, 819 .hfi_version = HFI_VERSION_6XX, 877 .hfi_version [all...] |
H A D | core.h | 81 enum hfi_version hfi_version; member 514 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX) 515 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX) 516 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) 517 #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 | pm_helpers.h | 30 const struct venus_pm_ops *venus_pm_get(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() [all...] |
H A D | hfi_parser.c | 254 plat = hfi_platform_get(core->res->hfi_version); in hfi_platform_parser() 297 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
|
H A D | venc_ctrls.c | 354 enum hfi_version ver = inst->core->res->hfi_version; in venc_op_g_volatile_ctrl()
|
H A D | hfi.c | 356 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue() 579 pkt_set_version(core->res->hfi_version); in hfi_create()
|
H A D | vdec.c | 759 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf() 892 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers() 1010 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
|
H A D | venc.c | 880 if (inst->core->res->hfi_version == HFI_VERSION_4XX || in venc_set_properties() 881 inst->core->res->hfi_version == HFI_VERSION_6XX) { in venc_set_properties() 1198 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf() 1404 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
|
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()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | core.h | 75 enum hfi_version hfi_version; member 426 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX) 427 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX) 428 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX) 429 #define IS_V6(core) ((core)->res->hfi_version == HFI_VERSION_6XX)
|
H A D | core.c | 172 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs() 259 core->pm_ops = venus_pm_get(core->res->hfi_version); in venus_probe() 481 .hfi_version = HFI_VERSION_1XX, 514 .hfi_version = HFI_VERSION_3XX, 571 .hfi_version = HFI_VERSION_4XX, 598 .hfi_version = HFI_VERSION_4XX, 647 .hfi_version = HFI_VERSION_4XX,
|
H A D | vdec_ctrls.c | 45 enum hfi_version ver = inst->core->res->hfi_version; in vdec_op_g_volatile_ctrl()
|
H A D | pm_helpers.h | 30 const struct venus_pm_ops *venus_pm_get(enum hfi_version version);
|
H A D | hfi.c | 315 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue() 513 pkt_set_version(core->res->hfi_version); in hfi_create()
|
H A D | hfi_msgs.c | 20 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
|
H A D | vdec.c | 661 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf() 794 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers() 901 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_parser.c | 257 if (core->res->hfi_version > HFI_VERSION_1XX) { in hfi_parser()
|
H A D | venc.c | 845 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf() 1012 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
|