Searched refs:fast_rate (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a5xx_power.c | 164 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate)); in a530_lm_setup() 165 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000); in a530_lm_setup() 199 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate)); in a540_lm_setup() 200 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000); in a540_lm_setup()
|
D | adreno_gpu.c | 241 *value = adreno_gpu->base.fast_rate; in adreno_get_param() 825 gpu->fast_rate = 0; in adreno_get_pwrlevels() 840 gpu->fast_rate = freq; in adreno_get_pwrlevels() 845 if (!gpu->fast_rate) { in adreno_get_pwrlevels() 849 gpu->fast_rate = 200000000; in adreno_get_pwrlevels() 852 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate); in adreno_get_pwrlevels()
|
D | a3xx_gpu.c | 574 icc_set_bw(gpu->icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init() 575 icc_set_bw(gpu->ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
|
D | a4xx_gpu.c | 702 icc_set_bw(gpu->icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init() 703 icc_set_bw(gpu->ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
|
/Linux-v5.10/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 92 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init() 150 if (gpu->core_clk && gpu->fast_rate) in enable_clk() 151 clk_set_rate(gpu->core_clk, gpu->fast_rate); in enable_clk()
|
D | msm_gpu.h | 119 uint32_t fast_rate; member
|