<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c, branch v6.0</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=v6.0</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2022-06-03T20:27:00Z</updated>
<entry>
<title>drm/amdgpu: enable tmz by default for GC 10.3.7</title>
<updated>2022-06-03T20:27:00Z</updated>
<author>
<name>Sunil Khatri</name>
<email>sunil.khatri@amd.com</email>
</author>
<published>2022-05-30T17:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=371017309a9f1725bfd3283afe61efa4ac34d30c'/>
<id>urn:sha1:371017309a9f1725bfd3283afe61efa4ac34d30c</id>
<content type='text'>
Add IP GC 10.3.7 in the list of target to have
tmz enabled by default.

Signed-off-by: Sunil Khatri &lt;sunil.khatri@amd.com&gt;
Reviewed-by: Alexander Deucher &lt;Alexander.Deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Cc: stable@vger.kernel.org # 5.18.x
</content>
</entry>
<entry>
<title>drm/amdgpu: add support of tmz for GC 10.3.7</title>
<updated>2022-05-26T18:56:32Z</updated>
<author>
<name>Sunil Khatri</name>
<email>sunil.khatri@amd.com</email>
</author>
<published>2022-05-17T06:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=49b74d12d1e02fc67b2854a593e589372d894e62'/>
<id>urn:sha1:49b74d12d1e02fc67b2854a593e589372d894e62</id>
<content type='text'>
Add support of IP GC 10.3.7 in amdgpu_gmc_tmz_set.

Signed-off-by: Sunil Khatri &lt;sunil.khatri@amd.com&gt;
Reviewed-by: Alexander Deucher &lt;Alexander.Deucher@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: change code name to ip version for tmz set</title>
<updated>2022-05-26T18:56:32Z</updated>
<author>
<name>Sunil Khatri</name>
<email>sunil.khatri@amd.com</email>
</author>
<published>2022-05-17T05:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0ef3dc7e97884a861db4cb3dfd721db71edb0236'/>
<id>urn:sha1:0ef3dc7e97884a861db4cb3dfd721db71edb0236</id>
<content type='text'>
Use IP version rather then code name of IPs for
tmz set.

Signed-off-by: Sunil Khatri &lt;sunil.khatri@amd.com&gt;
Reviewed-by: Alexander 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 asm/hypervisor.h build error.</title>
<updated>2022-04-11T17:50:35Z</updated>
<author>
<name>Yongqiang Sun</name>
<email>yongqiang.sun@amd.com</email>
</author>
<published>2022-04-08T13:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d9e50239a9611b9a1759e007e9a810c8d178da28'/>
<id>urn:sha1:d9e50239a9611b9a1759e007e9a810c8d178da28</id>
<content type='text'>
Add CONFIG_X86 check to fix the build error.

Fixes: 49aa98ca30cd18 ("drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.")
Reported-by: kernel test robot &lt;lkp@intel.com&gt;
Signed-off-by: Yongqiang Sun &lt;yongqiang.sun@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: Only reserve vram for firmware with vega9 MS_HYPERV host.</title>
<updated>2022-04-07T20:38:53Z</updated>
<author>
<name>Yongqiang Sun</name>
<email>yongqiang.sun@amd.com</email>
</author>
<published>2022-03-30T14:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=49aa98ca30cd186ab33fc5802066e2024d3bfa39'/>
<id>urn:sha1:49aa98ca30cd186ab33fc5802066e2024d3bfa39</id>
<content type='text'>
driver loading failed on VEGA10 SRIOV VF with linux host due to a wide
range of stolen reserved vram.
Since VEGA10 SRIOV VF need to reserve vram for firmware with windows
Hyper_V host specifically, check hypervisor type to only reserve
memory for it, and the range of the reserved vram can be limited
to between 5M-7M area.

Fixes: faad5ccac1eaae ("drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.")
Signed-off-by: Yongqiang Sun &lt;yongqiang.sun@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/amdgpu: set noretry for gfx 10.3.7</title>
<updated>2022-03-25T16:40:25Z</updated>
<author>
<name>Prike Liang</name>
<email>Prike.Liang@amd.com</email>
</author>
<published>2022-03-22T08:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0dc386add50b07e1cf9341b4e6e4fea77295c98a'/>
<id>urn:sha1:0dc386add50b07e1cf9341b4e6e4fea77295c98a</id>
<content type='text'>
Disable xnack on the gfx10.3.7 for the KFD test.

Signed-off-by: Prike Liang &lt;Prike.Liang@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/amdgpu: set noretry=1 for GFX 10.3.4</title>
<updated>2022-03-25T16:40:25Z</updated>
<author>
<name>Felix Kuehling</name>
<email>Felix.Kuehling@amd.com</email>
</author>
<published>2022-03-02T20:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=609910db56e72e87755d9745442bfdfa009dc61b'/>
<id>urn:sha1:609910db56e72e87755d9745442bfdfa009dc61b</id>
<content type='text'>
Retry faults are not supported on GFX 10.3.4.

Signed-off-by: Felix Kuehling &lt;Felix.Kuehling@amd.com&gt;
Reviewed-by: Guchun Chen &lt;guchun.chen@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: set noretry=1 for gc 10.3.6</title>
<updated>2022-03-25T16:40:25Z</updated>
<author>
<name>Yifan Zhang</name>
<email>yifan1.zhang@amd.com</email>
</author>
<published>2022-03-01T14:31:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7057c81773ac32fd0dba00e2bb869928f008d3e2'/>
<id>urn:sha1:7057c81773ac32fd0dba00e2bb869928f008d3e2</id>
<content type='text'>
this patch to set noretry=1 for gc 10.3.6.

Signed-off-by: Yifan Zhang &lt;yifan1.zhang@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/amdgpu: add more cases to noretry=1</title>
<updated>2022-03-25T16:40:25Z</updated>
<author>
<name>Alex Deucher</name>
<email>alexander.deucher@amd.com</email>
</author>
<published>2022-03-24T22:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5f3854f1f4e211f494018160b348a1c16e58013f'/>
<id>urn:sha1:5f3854f1f4e211f494018160b348a1c16e58013f</id>
<content type='text'>
Port current list from amd-staging-drm-next.

Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
<entry>
<title>drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.</title>
<updated>2022-03-15T19:01:12Z</updated>
<author>
<name>Yongqiang Sun</name>
<email>yongqiang.sun@amd.com</email>
</author>
<published>2022-03-15T13:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=faad5ccac1eaae584f9ac2ea66278bd137edcbe3'/>
<id>urn:sha1:faad5ccac1eaae584f9ac2ea66278bd137edcbe3</id>
<content type='text'>
MI25 SRIOV guest driver loading failed due to allocated memory overlaps
with firmware reserved area.
Allocate stolen reserved memory for MI25 SRIOV specifically to avoid the
memory overlap.

Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
Signed-off-by: Yongqiang Sun &lt;yongqiang.sun@amd.com&gt;
Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;
</content>
</entry>
</feed>
