]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.
authorYongqiang Sun <yongqiang.sun@amd.com>
Tue, 15 Mar 2022 13:43:41 +0000 (09:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 19:01:12 +0000 (15:01 -0400)
commit96d67325bead37950d5fcd386086cadc0de5c1a5
tree13d38091c5741a80020d1d0d7a7ba39b164c3c53
parent7d166174779ea3091f1c0435ac0808242a8cc929
drm/amdgpu: Add stolen reserved memory for MI25 SRIOV.

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 <alexander.deucher@amd.com>
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c