Searched refs:fast_rate (Results 1 – 12 of 12) sorted by relevance
/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 | 338 *value = adreno_gpu->base.fast_rate; in adreno_get_param() 993 gpu->fast_rate = 0; in adreno_get_pwrlevels() 1019 gpu->fast_rate = freq; in adreno_get_pwrlevels() 1022 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate); in adreno_get_pwrlevels()
|
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 | a3xx_gpu.c | 620 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init() 621 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8); in a3xx_gpu_init()
|
H A D | a6xx_gpu.c | 1845 unsigned long freq = gpu->fast_rate; in a6xx_pm_resume()
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_devfreq.h | 23 unsigned long fast_rate; member
|
H A D | panfrost_devfreq.c | 194 pfdevfreq->fast_rate = freq; in panfrost_devfreq_init()
|
H A D | panfrost_device.c | 438 unsigned long freq = pfdev->pfdevfreq.fast_rate; in panfrost_device_resume()
|
H A D | panfrost_drv.c | 560 engine_names[i], pfdev->pfdevfreq.fast_rate); in panfrost_gpu_show_fdinfo()
|
/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
|