From: Alex Deucher <alexdeucher@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/5] Add mclk OD (OverDrive) support
Date: Wed, 25 May 2016 17:26:01 -0400 [thread overview]
Message-ID: <1464211566-31025-1-git-send-email-alexander.deucher@amd.com> (raw)
This patch set adds mclk (memory clock) overclocking support
to amdgpu for dGPUs. The interface is the same as for sclk
(engine clock), a percentage from 0 to 20.
Eric Huang (5):
drm/amdgpu: add the common code to support mclk OD
drm/amdgpu: add mclk OD(overdrive) support for CI
drm/amd/powerplay: add mclk OD(overdrive) support for Tonga
drm/amd/powerplay: add mclk OD(overdrive) support for Fiji
drm/amd/powerplay: add mclk OD(overdrive) support for Polaris10
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 8 ++++
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 55 ++++++++++++++++++++++
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 36 ++++++++++++++
drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 40 ++++++++++++++++
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.c | 44 +++++++++++++++++
.../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 43 +++++++++++++++++
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 44 +++++++++++++++++
drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h | 2 +
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 +
9 files changed, 274 insertions(+)
--
2.5.5
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2016-05-25 21:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-25 21:26 Alex Deucher [this message]
2016-05-25 21:26 ` [PATCH 1/5] drm/amdgpu: add the common code to support mclk OD Alex Deucher
2016-05-25 21:26 ` [PATCH 2/5] drm/amdgpu: add mclk OD(overdrive) support for CI Alex Deucher
2016-05-25 21:26 ` [PATCH 3/5] drm/amd/powerplay: add mclk OD(overdrive) support for Tonga Alex Deucher
2016-05-25 21:26 ` [PATCH 4/5] drm/amd/powerplay: add mclk OD(overdrive) support for Fiji Alex Deucher
2016-05-25 21:26 ` [PATCH 5/5] drm/amd/powerplay: add mclk OD(overdrive) support for Polaris10 Alex Deucher
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=1464211566-31025-1-git-send-email-alexander.deucher@amd.com \
--to=alexdeucher@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=dri-devel@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox