Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
A Dmsm_gpu_devfreq.c88 static struct devfreq_dev_profile msm_devfreq_profile = { variable
106 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
114 msm_devfreq_profile.freq_table = NULL; in msm_devfreq_init()
115 msm_devfreq_profile.max_state = 0; in msm_devfreq_init()
118 &msm_devfreq_profile, DEVFREQ_GOV_SIMPLE_ONDEMAND, in msm_devfreq_init()
186 if (idle_time > msm_devfreq_profile.polling_ms/2) { in msm_devfreq_active()

Completed in 3 milliseconds