Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dpm_helpers.c575 unsigned long vpp_freq; in min_loaded_core() local
588 vpp_freq = inst_pos->clk_data.vpp_freq; in min_loaded_core()
590 vpp_freq = low_power ? inst_pos->clk_data.vpp_freq : in min_loaded_core()
598 load = mbs_per_sec * vpp_freq; in min_loaded_core()
645 cur_inst_load *= inst->clk_data.vpp_freq; in decide_core()
1079 unsigned long vpp_freq_per_mb = 0, vpp_freq = 0, vsp_freq = 0; in calculate_inst_freq() local
1091 inst->clk_data.vpp_freq; in calculate_inst_freq()
1093 vpp_freq = mbs_per_sec * vpp_freq_per_mb; in calculate_inst_freq()
1095 vpp_freq += vpp_freq / 20; in calculate_inst_freq()
1104 return max(vpp_freq, vsp_freq); in calculate_inst_freq()
Dhfi_platform.h44 unsigned long vpp_freq; member
Dcore.h295 unsigned long vpp_freq; member
Dhfi_platform_v4.c298 return data->vpp_freq; in codec_vpp_freq()
Dhfi_platform_v6.c298 return data->vpp_freq; in codec_vpp_freq()
Dhelpers.c1628 inst->clk_data.vpp_freq = hfi_platform_get_codec_vpp_freq(version, codec, in venus_helper_session_init()