Home
last modified time | relevance | path

Searched refs:msm_devfreq_profile (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gpu_devfreq.c166 static struct devfreq_dev_profile msm_devfreq_profile = { variable
199 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
207 msm_devfreq_profile.freq_table = NULL; in msm_devfreq_init()
208 msm_devfreq_profile.max_state = 0; in msm_devfreq_init()
211 &msm_devfreq_profile, DEVFREQ_GOV_SIMPLE_ONDEMAND, in msm_devfreq_init()
323 ms_to_ktime(msm_devfreq_profile.polling_ms), in msm_devfreq_boost()
347 if (idle_time > msm_devfreq_profile.polling_ms) { in msm_devfreq_active()