Searched refs:fast_rate (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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 | 276 *value = adreno_gpu->base.fast_rate; in adreno_get_param() 963 gpu->fast_rate = 0; in adreno_get_pwrlevels() 978 gpu->fast_rate = freq; in adreno_get_pwrlevels() 983 if (!gpu->fast_rate) { in adreno_get_pwrlevels() 987 gpu->fast_rate = 200000000; in adreno_get_pwrlevels() 990 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate); in adreno_get_pwrlevels()
|
D | a3xx_gpu.c | 594 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init() 595 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
|
D | a4xx_gpu.c | 721 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init() 722 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_gpu.c | 61 if (gpu->core_clk && gpu->fast_rate) in enable_clk() 62 clk_set_rate(gpu->core_clk, gpu->fast_rate); in enable_clk() 159 drm_printf(p, "drm-maxfreq-gpu:\t%u Hz\n", gpu->fast_rate); in msm_gpu_show_fdinfo()
|
D | msm_gpu_devfreq.c | 199 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
|
D | msm_gpu.h | 233 uint32_t fast_rate; member
|