Searched refs:fast_rate (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h23 unsigned long fast_rate; member in struct:panfrost_devfreq
H A Dpanfrost_devfreq.c194 pfdevfreq->fast_rate = freq;
H A Dpanfrost_device.c438 unsigned long freq = pfdev->pfdevfreq.fast_rate;
H A Dpanfrost_drv.c560 engine_names[i], pfdev->pfdevfreq.fast_rate);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_power.c164 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate));
165 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000);
199 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate));
200 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000);
H A Dadreno_gpu.c338 *value = adreno_gpu->base.fast_rate;
985 gpu->fast_rate = 0;
1011 gpu->fast_rate = freq;
1014 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate);
H A Da3xx_gpu.c612 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
613 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
H A Da4xx_gpu.c731 icc_set_bw(icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
732 icc_set_bw(ocmem_icc_path, 0, Bps_to_icc(gpu->fast_rate) * 8);
H A Da6xx_gpu.c2615 unsigned long freq = gpu->fast_rate;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c162 msm_devfreq_profile.initial_freq = gpu->fast_rate;
H A Dmsm_gpu.c60 if (gpu->core_clk && gpu->fast_rate)
61 dev_pm_opp_set_rate(&gpu->pdev->dev, gpu->fast_rate);
156 drm_printf(p, "drm-maxfreq-gpu:\t%u Hz\n", gpu->fast_rate);
H A Dmsm_gpu.h249 uint32_t fast_rate; member in struct:msm_gpu

Completed in 196 milliseconds