Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/iris/
A Diris_vpu2.c14 unsigned long vpp_freq, vsp_freq; in iris_vpu2_calc_freq() local
23 vpp_freq = mbs_per_second * caps->mb_cycles_vpp; in iris_vpu2_calc_freq()
26 vpp_freq += vpp_freq / 20; in iris_vpu2_calc_freq()
32 return max(vpp_freq, vsp_freq); in iris_vpu2_calc_freq()
/drivers/media/platform/qcom/venus/
A Dpm_helpers.c584 unsigned long vpp_freq; in min_loaded_core() local
597 vpp_freq = inst_pos->clk_data.vpp_freq; in min_loaded_core()
599 vpp_freq = low_power ? inst_pos->clk_data.low_power_freq : in min_loaded_core()
600 inst_pos->clk_data.vpp_freq; in min_loaded_core()
607 load = mbs_per_sec * vpp_freq; in min_loaded_core()
656 cur_inst_load *= inst->clk_data.vpp_freq; in decide_core()
1072 inst->clk_data.vpp_freq; in calculate_inst_freq()
1074 vpp_freq = mbs_per_sec * vpp_freq_per_mb; in calculate_inst_freq()
1076 vpp_freq = mbs_per_sec * inst->clk_data.vpp_freq; in calculate_inst_freq()
1080 vpp_freq += vpp_freq / 20; in calculate_inst_freq()
[all …]
A Dhfi_platform.h44 unsigned long vpp_freq; member
A Dhfi_platform_v4.c298 return data->vpp_freq; in codec_vpp_freq()
A Dhfi_platform_v6.c298 return data->vpp_freq; in codec_vpp_freq()
A Dcore.h342 unsigned long vpp_freq; member
A Dhelpers.c1718 inst->clk_data.vpp_freq = hfi_platform_get_codec_vpp_freq(version, codec, in venus_helper_session_init()

Completed in 24 milliseconds