Searched refs:fast_rate (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A 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()
|
H A D | adreno_gpu.c | 334 *value = adreno_gpu->base.fast_rate; in adreno_get_param() 977 gpu->fast_rate = 0; in adreno_get_pwrlevels() 1003 gpu->fast_rate = freq; in adreno_get_pwrlevels() 1006 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate); in adreno_get_pwrlevels()
|
H A D | a3xx_gpu.c | 605 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init() 606 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
|
H A D | a4xx_gpu.c | 731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init() 732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a4xx_gpu_init()
|
H A D | a6xx_gpu.c | 1933 unsigned long freq = gpu->fast_rate; in a6xx_pm_resume()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 60 if (gpu->core_clk && gpu->fast_rate) in enable_clk() 61 dev_pm_opp_set_rate(&gpu->pdev->dev, gpu->fast_rate); in enable_clk() 156 drm_printf(p, "drm-maxfreq-gpu:\t%u Hz\n", gpu->fast_rate); in msm_gpu_show_fdinfo()
|
H A D | msm_gpu_devfreq.c | 162 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
|
H A D | msm_gpu.h | 249 uint32_t fast_rate; member
|