Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c14 static void panfrost_devfreq_update_utilization(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_update_utilization()
42 static void panfrost_devfreq_reset(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_reset()
53 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_get_dev_status()
119 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_init()
204 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_fini()
214 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_resume()
226 struct panfrost_devfreq *pfdevfreq = &pfdev->pfdevfreq; in panfrost_devfreq_suspend()
234 void panfrost_devfreq_record_busy(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_record_busy()
250 void panfrost_devfreq_record_idle(struct panfrost_devfreq *pfdevfreq) in panfrost_devfreq_record_idle()
H A 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);
H A DMakefile6 panfrost_devfreq.o \
H A Dpanfrost_device.h123 struct panfrost_devfreq pfdevfreq;