Searched refs:fast_rate (Results 1 – 4 of 4) sorted by relevance
49 *value = adreno_gpu->base.fast_rate; in adreno_get_param()668 gpu->fast_rate = 0; in adreno_get_pwrlevels()683 gpu->fast_rate = freq; in adreno_get_pwrlevels()688 if (!gpu->fast_rate) { in adreno_get_pwrlevels()692 gpu->fast_rate = 200000000; in adreno_get_pwrlevels()695 DBG("fast_rate=%u, slow_rate=27000000", gpu->fast_rate); in adreno_get_pwrlevels()
161 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate)); in a5xx_lm_setup()162 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000); in a5xx_lm_setup()
118 uint32_t fast_rate; member
94 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()145 if (gpu->core_clk && gpu->fast_rate) in enable_clk()146 clk_set_rate(gpu->core_clk, gpu->fast_rate); in enable_clk()