Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c122 static struct devfreq_dev_profile msm_devfreq_profile = { variable
162 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
170 msm_devfreq_profile.freq_table = NULL; in msm_devfreq_init()
171 msm_devfreq_profile.max_state = 0; in msm_devfreq_init()
174 &msm_devfreq_profile, DEVFREQ_GOV_SIMPLE_ONDEMAND, in msm_devfreq_init()
284 ms_to_ktime(msm_devfreq_profile.polling_ms), in msm_devfreq_boost()
329 if (idle_time > msm_devfreq_profile.polling_ms) { in msm_devfreq_active()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_gpu.c79 static struct devfreq_dev_profile msm_devfreq_profile = { variable
92 msm_devfreq_profile.initial_freq = gpu->fast_rate; in msm_devfreq_init()
100 msm_devfreq_profile.freq_table = NULL; in msm_devfreq_init()
101 msm_devfreq_profile.max_state = 0; in msm_devfreq_init()
104 &msm_devfreq_profile, DEVFREQ_GOV_SIMPLE_ONDEMAND, in msm_devfreq_init()

Completed in 3 milliseconds