Searched refs:total_peak (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | pm_helpers.c | 202 u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; in load_scale_bw() local 208 total_peak += peak; in load_scale_bw() 218 if (!total_avg && !total_peak) in load_scale_bw() 222 total_avg, total_peak); in load_scale_bw() 224 return icc_set_bw(core->video_path, total_avg, total_peak); in load_scale_bw()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | pm_helpers.c | 218 u32 mbs_per_sec, avg, peak, total_avg = 0, total_peak = 0; in load_scale_bw() local 224 total_peak += peak; in load_scale_bw() 234 if (!total_avg && !total_peak) in load_scale_bw() 238 total_avg, total_peak); in load_scale_bw() 240 return icc_set_bw(core->video_path, total_avg, total_peak); in load_scale_bw()
|
Completed in 3 milliseconds