From: Jordan Crouse <jcrouse@codeaurora.org>
To: freedreno@lists.freedesktop.org
Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: [PATCH 0/8] msm/gpu: devfreq support
Date: Tue, 21 Nov 2017 12:40:50 -0700 [thread overview]
Message-ID: <1511293258-12415-1-git-send-email-jcrouse@codeaurora.org> (raw)
Here is a stack of patches to enable devfreq support for Adreno GPUs.
This stack adds support for a5xx only, but it should be trivial to
add support for the other targets. I'll send the DT changes
separately.
Jordan Crouse (8):
drm/msm/adreno: Call dev_pm_opp_put()
drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()
drm/msm/gpu: Remove unused bus scaling code
drm/msm/adreno: Cleanup chipid parsing
drm/msm/adreno: Move clock parsing to adreno_gpu_init()
drm/msm/adreno: Read the speed bins for a5xx targets
drm/msm/adreno: a5xx: Explicitly program the CP0 performance counter
drm/msm/gpu: Add devfreq support for the GPU
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 38 ++++++++++
drivers/gpu/drm/msm/adreno/a5xx_power.c | 8 ++-
drivers/gpu/drm/msm/adreno/adreno_device.c | 112 ++++++-----------------------
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 83 ++++++++++++++++++---
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 4 --
drivers/gpu/drm/msm/msm_gpu.c | 105 ++++++++++++++++++++-------
drivers/gpu/drm/msm/msm_gpu.h | 14 ++--
7 files changed, 225 insertions(+), 139 deletions(-)
--
1.9.1
next reply other threads:[~2017-11-21 19:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-21 19:40 Jordan Crouse [this message]
2017-11-21 19:40 ` [PATCH 1/8] drm/msm/adreno: Call dev_pm_opp_put() Jordan Crouse
2017-11-21 19:40 ` [PATCH 2/8] drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq() Jordan Crouse
[not found] ` <1511293258-12415-1-git-send-email-jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-11-21 19:40 ` [PATCH 3/8] drm/msm/gpu: Remove unused bus scaling code Jordan Crouse
2017-11-21 19:40 ` [PATCH 5/8] drm/msm/adreno: Move clock parsing to adreno_gpu_init() Jordan Crouse
2017-11-21 19:40 ` [PATCH 7/8] drm/msm/adreno: a5xx: Explicitly program the CP0 performance counter Jordan Crouse
2017-11-21 19:40 ` [PATCH 4/8] drm/msm/adreno: Cleanup chipid parsing Jordan Crouse
2017-11-21 19:40 ` [PATCH 6/8] drm/msm/adreno: Read the speed bins for a5xx targets Jordan Crouse
2017-11-21 19:40 ` [PATCH 8/8] drm/msm/gpu: Add devfreq support for the GPU Jordan Crouse
2017-11-23 21:24 ` kbuild test robot
2017-11-24 3:14 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511293258-12415-1-git-send-email-jcrouse@codeaurora.org \
--to=jcrouse@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.