Home
last modified time | relevance | path

Searched refs:vsp_freq (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/platform/qcom/venus/
Dhfi_platform.h45 unsigned long vsp_freq; member
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()
Dcore.h301 unsigned long vsp_freq; member
Dhfi_platform_v4.c309 return data->vsp_freq; in codec_vsp_freq()
Dhfi_platform_v6.c309 return data->vsp_freq; in codec_vsp_freq()
Dhelpers.c1720 inst->clk_data.vsp_freq = hfi_platform_get_codec_vsp_freq(version, codec, in venus_helper_session_init()