Home
last modified time | relevance | path

Searched refs:vsp_freq (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c934 unsigned long vpp_freq = 0, vsp_freq = 0; in calculate_inst_freq() local
943 vsp_freq = mbs_per_sec * inst->clk_data.codec_freq_data->vsp_freq; in calculate_inst_freq()
947 vsp_freq += (inst->controls.enc.bitrate * 10) / 7; in calculate_inst_freq()
949 vsp_freq += ((fps * filled_len * 8) * 10) / 7; in calculate_inst_freq()
951 return max(vpp_freq, vsp_freq); in calculate_inst_freq()
H A Dcore.h43 unsigned long vsp_freq; member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_platform.h45 unsigned long vsp_freq; member
H A Dpm_helpers.c1078 unsigned long vpp_freq_per_mb = 0, vpp_freq = 0, vsp_freq = 0; in calculate_inst_freq() local
1099 vsp_freq = mbs_per_sec * inst->clk_data.vsp_freq; in calculate_inst_freq()
1103 vsp_freq += (inst->controls.enc.bitrate * 10) / 7; in calculate_inst_freq()
1105 vsp_freq += ((fps * filled_len * 8) * 10) / 7; in calculate_inst_freq()
1107 return max(vpp_freq, vsp_freq); in calculate_inst_freq()
H A Dhfi_platform_v6.c309 return data->vsp_freq; in codec_vsp_freq()
H A Dhfi_platform_v4.c309 return data->vsp_freq; in codec_vsp_freq()
H A Dcore.h334 unsigned long vsp_freq; member
H A Dhelpers.c1720 inst->clk_data.vsp_freq = hfi_platform_get_codec_vsp_freq(version, codec, in venus_helper_session_init()

Completed in 9 milliseconds