<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/gpu/drm/radeon/sumo_dpm.h, branch linux-4.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-01-22T15:38:57Z</updated>
<entry>
<title>drm/radeon: comment out some currently unused sumo dpm code</title>
<updated>2015-01-22T15:38:57Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-01-14T21:35:52Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1afde6b265924874e7f07a9d5214058fce1663bb'/>
<id>urn:sha1:1afde6b265924874e7f07a9d5214058fce1663bb</id>
<content type='text'>
Keep it around for reference.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/sumo add helper to go from vid7 to vid2</title>
<updated>2013-08-30T20:30:10Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-04-19T17:29:43Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=03243fc6568b3fa02de8de05daa02f021f16c3e4'/>
<id>urn:sha1:03243fc6568b3fa02de8de05daa02f021f16c3e4</id>
<content type='text'>
Needed for DPM on KB/KV.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/dpm: remove local sumo_get_xclk()</title>
<updated>2013-06-27T23:16:22Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-06-25T19:45:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee'/>
<id>urn:sha1:9d45ad5affddfdf3d1d5d6d5ac28024bd9ee97ee</id>
<content type='text'>
Use the new asic callback instead.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/dpm: add pre/post_set_power_state callback (sumo)</title>
<updated>2013-06-27T23:16:18Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-06-25T19:40:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=422a56bc8a5aaa6d48b244a1ba0484ef4d62a7ac'/>
<id>urn:sha1:422a56bc8a5aaa6d48b244a1ba0484ef4d62a7ac</id>
<content type='text'>
This properly implemented dynamic state adjustment by
using a working copy of the requested and current
power states.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/dpm: fixup dynamic state adjust for sumo</title>
<updated>2013-06-27T23:15:51Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2012-11-30T01:27:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7cf36de9eb584e7d0b4956b1c17d46a083bb30c4'/>
<id>urn:sha1:7cf36de9eb584e7d0b4956b1c17d46a083bb30c4</id>
<content type='text'>
Use a dedicated copy of the current power state since
we may have to adjust it on the fly.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: add dpm support for trinity asics</title>
<updated>2013-06-27T23:15:45Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-04-12T20:40:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d70229f704474b2932e03367a528773e336f6205'/>
<id>urn:sha1:d70229f704474b2932e03367a528773e336f6205</id>
<content type='text'>
This adds dpm support for trinity asics.  This includes:
- clockgating
- powergating
- dynamic engine clock scaling
- dynamic voltage scaling

set radeon.dpm=1 to enable it.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/radeon/kms: add dpm support for sumo asics (v2)</title>
<updated>2013-06-27T23:15:44Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2013-04-12T18:56:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=80ea2c129c76a4159a93efeaef4385b6c964dfac'/>
<id>urn:sha1:80ea2c129c76a4159a93efeaef4385b6c964dfac</id>
<content type='text'>
This adds dpm support for sumo asics.  This includes:
- clockgating
- powergating
- dynamic engine clock scaling
- dynamic voltage scaling

set radeon.dpm=1 to enable it.

v2: fix indention

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jerome Glisse &lt;jglisse@redhat.com&gt;
</content>
</entry>
</feed>
