<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/gpu/drm/amd/include, branch v5.9</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v5.9</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.9'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2020-09-18T03:05:57Z</updated>
<entry>
<title>drm/amdgpu: add VCN 3.0 AV1 registers</title>
<updated>2020-09-18T03:05:57Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2020-05-01T20:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1b51916b9734acd609c4f552e582cdc59ac254d6'/>
<id>urn:sha1:1b51916b9734acd609c4f552e582cdc59ac254d6</id>
<content type='text'>
This adds the AV1 registers.

Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: add the GC 10.3 VRS registers</title>
<updated>2020-09-18T03:05:42Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2020-05-01T20:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5d5b71e8a0f2f5649991d651d005181dc087981c'/>
<id>urn:sha1:5d5b71e8a0f2f5649991d651d005181dc087981c</id>
<content type='text'>
Add the VRS registers.

Reviewed-by: Hawking Zhang &lt;Hawking.Zhang@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/display: Read VBIOS Golden Settings Tbl</title>
<updated>2020-08-06T20:47:13Z</updated>
<author>
<name>Igor Kravchenko</name>
<email>Igor.Kravchenko@amd.com</email>
</author>
<published>2020-07-20T00:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=098214999c8f8eea8dffddb61be5742fac2c829e'/>
<id>urn:sha1:098214999c8f8eea8dffddb61be5742fac2c829e</id>
<content type='text'>
[Why]
For ver.4.4 and higher VBIOS contains default setting table.

{How]
Read Golden Settings Table from VBIOS, apply Aux tuning parameters.

Signed-off-by: Igor Kravchenko &lt;Igor.Kravchenko@amd.com&gt;
Reviewed-by: Aric Cyr &lt;Aric.Cyr@amd.com&gt;
Acked-by: Aurabindo Pillai &lt;aurabindo.pillai@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu/atomfirmware: update to latest integratedinfotable</title>
<updated>2020-07-02T16:02:57Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2020-06-25T21:46:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2fde24e4dc8adc73ba69c5eea347822d5b8a2423'/>
<id>urn:sha1:2fde24e4dc8adc73ba69c5eea347822d5b8a2423</id>
<content type='text'>
Used for renoir.

Acked-by: Evan Quan &lt;evan.quan@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm amdgpu: SI UVD registers</title>
<updated>2020-07-01T05:59:24Z</updated>
<author>
<name>Sonny Jiang</name>
<email>sonny.jiang@amd.com</email>
</author>
<published>2020-06-10T20:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2282b4186dee80c89906d0ee10295393582c3afd'/>
<id>urn:sha1:2282b4186dee80c89906d0ee10295393582c3afd</id>
<content type='text'>
Add SI UVD registers files.

Signed-off-by: Sonny Jiang &lt;sonny.jiang@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/amdgpu: Fix offset for SQ_DEBUG_STS_GLOBAL on gfx10 (v2)</title>
<updated>2020-07-01T05:59:22Z</updated>
<author>
<name>Tom St Denis</name>
<email>tom.stdenis@amd.com</email>
</author>
<published>2020-06-16T12:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=614c56111cc73f0a828634dcb2eecd2035c2104b'/>
<id>urn:sha1:614c56111cc73f0a828634dcb2eecd2035c2104b</id>
<content type='text'>
Despite having different IP offsets the computed address of the register(s)
are the same between gfx7..gfx10.  This patch fixes the offset relative
to the GC block on gfx10.

(v2): SQ_DEBUG_STS_GLOBAL2 is 0x10 higher ...

Signed-off-by: Tom St Denis &lt;tom.stdenis@amd.com&gt;
Acked-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/amdgpu:  Fix SQ_DEBUG_STS_GLOBAL* registers</title>
<updated>2020-07-01T05:59:21Z</updated>
<author>
<name>Tom St Denis</name>
<email>tom.stdenis@amd.com</email>
</author>
<published>2020-06-15T16:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e3569fab49886123c81f18d675fb1719d73cf27d'/>
<id>urn:sha1:e3569fab49886123c81f18d675fb1719d73cf27d</id>
<content type='text'>
Forgot to subtract the SOC15 IP offsetand add the BASE_IDX values.

Signed-off-by: Tom St Denis &lt;tom.stdenis@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/amdgpu: Add SQ_DEBUG_STS_GLOBAL* registers/bits</title>
<updated>2020-07-01T05:59:19Z</updated>
<author>
<name>Tom St Denis</name>
<email>tom.stdenis@amd.com</email>
</author>
<published>2020-06-11T11:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d7fb7a10a825bd2e2c0fde7979cd8774c332bea'/>
<id>urn:sha1:8d7fb7a10a825bd2e2c0fde7979cd8774c332bea</id>
<content type='text'>
Even though they are technically MMIO registers I put the bits with the sqind block
for organizational purposes.

Requested for UMR debugging.

Signed-off-by: Tom St Denis &lt;tom.stdenis@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/amdgpu: Add SQ debug registers to GFX9/GFX10 headers (v2)</title>
<updated>2020-07-01T05:59:19Z</updated>
<author>
<name>Tom St Denis</name>
<email>tom.stdenis@amd.com</email>
</author>
<published>2020-06-09T11:49:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=055e23e3d9ea1d680977f8e34f9678c17cb3cfc1'/>
<id>urn:sha1:055e23e3d9ea1d680977f8e34f9678c17cb3cfc1</id>
<content type='text'>
Requested for UMR support.

(v2): Also add reg/bits for gfx9 headers

Signed-off-by: Tom St Denis &lt;tom.stdenis@amd.com&gt;
Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amd/powerplay: and smc dpm info struct for sienna_cichlid</title>
<updated>2020-07-01T05:59:13Z</updated>
<author>
<name>Likun Gao</name>
<email>Likun.Gao@amd.com</email>
</author>
<published>2020-04-17T18:03:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=44e7139b45a236fe0337b66fbfbdabce3a95dae0'/>
<id>urn:sha1:44e7139b45a236fe0337b66fbfbdabce3a95dae0</id>
<content type='text'>
And atom_smc_dpm_info_v4_9 struct for sienna_cichlid use.

Signed-off-by: Likun Gao &lt;Likun.Gao@amd.com&gt;
Reviewed-by: Kenneth Feng &lt;kenneth.feng@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
</feed>
