<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/gpu/drm/amd/amdgpu/vi.c, branch linux-4.3.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.3.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2015-10-06T14:43:16+00:00</updated>
<entry>
<title>drm/amdgpu: check before checking pci bridge registers</title>
<updated>2015-10-06T14:43:16+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-10-06T13:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e79d5c0870eedce94e5f5a2ffab30511e48fa144'/>
<id>urn:sha1:e79d5c0870eedce94e5f5a2ffab30511e48fa144</id>
<content type='text'>
Make sure we are not the root device before attempting to
read the pcie bridge registers to check the pcie gen speeed.

Fixes a crash when the device is passed through to a VM.

Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>drm/amdgpu: Disable UVD PG</title>
<updated>2015-09-23T21:23:39+00:00</updated>
<author>
<name>Leo Liu</name>
<email>leo.liu@amd.com</email>
</author>
<published>2015-09-10T17:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1ee4478a26cf55c8f8a6219d7e99f2b48959394d'/>
<id>urn:sha1:1ee4478a26cf55c8f8a6219d7e99f2b48959394d</id>
<content type='text'>
This causes problems with multiple suspend/resume cycles.

Signed-off-by: Leo Liu &lt;leo.liu@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
Cc: stable@vger.kernel.org
</content>
</entry>
<entry>
<title>drm/amdgpu: add support for VCE 3.x on Fiji</title>
<updated>2015-08-17T20:50:29+00:00</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2015-07-27T18:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=188a9bcd6cbe55c6fea23309548741d8e34bb590'/>
<id>urn:sha1:188a9bcd6cbe55c6fea23309548741d8e34bb590</id>
<content type='text'>
VCE on fiji is single pipe only.

Reviewed-by: David Zhang &lt;david1.zhang@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to the UVD 6.0 IP module</title>
<updated>2015-08-17T20:50:28+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-08T09:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=974ee3db0ff88e5413b734e634119d1e8a10a77f'/>
<id>urn:sha1:974ee3db0ff88e5413b734e634119d1e8a10a77f</id>
<content type='text'>
Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to the SDMA 3.0 IP module</title>
<updated>2015-08-17T20:50:27+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-08T09:29:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1a5bbb669597d7c47da2d7fd03ed7c33989257b8'/>
<id>urn:sha1:1a5bbb669597d7c47da2d7fd03ed7c33989257b8</id>
<content type='text'>
Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to the GFX 8.0 IP module (v2)</title>
<updated>2015-08-17T20:50:27+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-30T23:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=af15a2d51dba75498b7802fd67399a093961ddc4'/>
<id>urn:sha1:af15a2d51dba75498b7802fd67399a093961ddc4</id>
<content type='text'>
v2: agd5f: fix the rb setup.

Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to the DCE 10.0 IP module (v2)</title>
<updated>2015-08-17T20:50:26+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-07T17:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=843908604d72a1988d94936d9c34768eb8de97a6'/>
<id>urn:sha1:843908604d72a1988d94936d9c34768eb8de97a6</id>
<content type='text'>
v2: agd5f: fix up XDMA golden settings

Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to SMC and DPM (v2)</title>
<updated>2015-08-17T20:50:26+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-07T17:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8e711e1a1ad3a95883ae15deead593d22e57c3f1'/>
<id>urn:sha1:8e711e1a1ad3a95883ae15deead593d22e57c3f1</id>
<content type='text'>
v2: agd5f: prepare for release

Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to IH module</title>
<updated>2015-08-17T20:50:24+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-08T13:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=aa8a3b5395f61ee2418ea33c6f2d95b432a13f35'/>
<id>urn:sha1:aa8a3b5395f61ee2418ea33c6f2d95b432a13f35</id>
<content type='text'>
Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add Fiji support to the GMC 8.5 IP module</title>
<updated>2015-08-17T20:50:24+00:00</updated>
<author>
<name>David Zhang</name>
<email>david1.zhang@amd.com</email>
</author>
<published>2015-07-07T17:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=127a262853a4ca8a9284f58241c733ff074f8327'/>
<id>urn:sha1:127a262853a4ca8a9284f58241c733ff074f8327</id>
<content type='text'>
Signed-off-by: David Zhang &lt;david1.zhang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;
Reviewed-by: Christian König &lt;christian.koenig@amd.com&gt;
</content>
</entry>
</feed>
