From: Alex Deucher <alexdeucher@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/6] Initial sclk OD support for amdgpu
Date: Fri, 13 May 2016 14:48:50 -0400 [thread overview]
Message-ID: <1463165336-14878-1-git-send-email-alexander.deucher@amd.com> (raw)
This adds initial OverDrive (OD) support for the gfx engine
clock (sclk). It's enabled by selecting a percentage (0-20)
and writing it to a new sysfs file. It's currently available
on Tonga, Fiji, and Polaris.
Eric Huang (6):
drm/amd/powerplay: fix a bug on updating sclk for Fiji
drm/amd/powerplay: fix a bug on updating sclk for Tonga
drm/amdgpu: add powerplay sclk OD support through sysfs
drm/amd/powerplay: add sclk OD support on Fiji
drm/amd/powerplay: add sclk OD support on Tonga
drm/amd/powerplay: add sclk OD support on Polaris10
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 6 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 49 ++++++++++++++++++++++
drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 44 +++++++++++++++++++
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.c | 45 +++++++++++++++++++-
.../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 44 +++++++++++++++++++
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c | 46 +++++++++++++++++++-
drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h | 2 +
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 +
8 files changed, 236 insertions(+), 2 deletions(-)
--
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-13 18:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 18:48 Alex Deucher [this message]
2016-05-13 18:48 ` [PATCH 1/6] drm/amd/powerplay: fix a bug on updating sclk for Fiji Alex Deucher
2016-05-13 18:48 ` [PATCH 2/6] drm/amd/powerplay: fix a bug on updating sclk for Tonga Alex Deucher
2016-05-13 18:48 ` [PATCH 3/6] drm/amdgpu: add powerplay sclk OD support through sysfs Alex Deucher
2016-05-14 6:27 ` Nils Wallménius
2016-05-16 15:35 ` Eric Huang
2016-05-13 18:48 ` [PATCH 4/6] drm/amd/powerplay: add sclk OD support on Fiji Alex Deucher
2016-05-14 14:03 ` Emil Velikov
2016-05-16 14:42 ` Alex Deucher
2016-05-16 22:04 ` Emil Velikov
2016-05-16 22:23 ` Alex Deucher
2016-05-13 18:48 ` [PATCH 5/6] drm/amd/powerplay: add sclk OD support on Tonga Alex Deucher
2016-05-13 18:48 ` [PATCH 6/6] drm/amd/powerplay: add sclk OD support on Polaris10 Alex Deucher
2016-05-13 18:54 ` [PATCH 0/6] Initial sclk OD support for amdgpu Mike Lothian
2016-05-13 18:56 ` Alex Deucher
2016-05-13 19:45 ` Mike Lothian
2016-05-13 21:38 ` 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=1463165336-14878-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