aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panfrost/panfrost_devfreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan1-1/+2
2021-05-14drm/panfrost: devfreq: Disable devfreq when num_supplies > 1Nicolas Boichat1-0/+9
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+9
2021-03-16drm/panfrost: Convert to use resource-managed OPP APIYangtao Li1-28/+9
2021-01-22drm/panfrost: Add governor data with pre-defined thresholdsLukasz Luba1-1/+9
2021-01-13drm/panfrost: Use delayed timer as default in devfreq profileLukasz Luba1-0/+1
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-1/+1
2020-12-11drm/panfrost: Register devfreq cooling and attempt to add Energy ModelLukasz Luba1-1/+1
2020-12-09drm/panfrost: dev_pm_opp_put_*() accepts NULL argumentViresh Kumar1-4/+2
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao1-6/+1
2020-08-07drm/panfrost: add regulators to devfreqClément Péron1-4/+25
2020-08-07drm/panfrost: properly handle error in probeClément Péron1-6/+19
2020-08-07drm/panfrost: use spinlock instead of atomicClément Péron1-11/+32
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron1-34/+42
2020-08-07drm/panfrost: clean headers in devfreqClément Péron1-6/+2
2020-08-07drm/panfrost: avoid static declarationClément Péron1-20/+18
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-11/+21
2019-12-06drm/panfrost: Register devfreq cooling deviceRobin Murphy1-11/+21
2019-12-06drm/panfrost: devfreq: Round frequencies to OPPsSteven Price1-13/+6
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price1-39/+25
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price1-50/+10
2019-10-09drm/panfrost: Remove NULL check for regulatorSteven Price1-4/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2019-09-19drm/panfrost: Remove NULL checks for regulatorSteven Price1-6/+4
2019-08-28drm/panfrost: Add missing check for pfdev->regulatorSteven Price1-2/+4
2019-08-23drm/panfrost: Add missing check for pfdev->regulatorSteven Price1-2/+4
2019-08-19drm/panfrost: Remove opp table when unloadingSteven Price1-0/+6
2019-08-19drm/panfrost: Enable devfreq to work without regulatorSteven Price1-5/+2
2019-07-25drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constantYue Hu1-1/+2
2019-06-10drm/panfrost: make devfreq optional againNeil Armstrong1-1/+12
2019-05-22drm/panfrost: Select devfreqEzequiel Garcia1-11/+2
2019-04-18drm/panfrost: Add missing includeSteven Price1-0/+1
2019-04-12drm/panfrost: Add initial panfrost driverRob Herring1-0/+218