Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
Dpanfrost_devfreq.c13 static void panfrost_devfreq_update_utilization(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_update_utilization()
41 static void panfrost_devfreq_reset(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_reset()
52 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_get_dev_status()
93 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_init()
175 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_fini()
185 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_resume()
197 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_suspend()
205 void panfrost_devfreq_record_busy(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_record_busy()
221 void panfrost_devfreq_record_idle(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_record_idle()
Dpanfrost_devfreq.h16 struct panfrost_devfreq { struct
39 void panfrost_devfreq_record_busy(struct panfrost_devfreq *devfreq); argument
40 void panfrost_devfreq_record_idle(struct panfrost_devfreq *devfreq);
DMakefile6 panfrost_devfreq.o \
Dpanfrost_device.h122 struct panfrost_devfreq pfdevfreq;