drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.
authorYongqiang Sun <yongqiang.sun@amd.com>
Wed, 30 Mar 2022 14:48:19 +0000 (10:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Apr 2022 20:38:53 +0000 (16:38 -0400)
commit49aa98ca30cd186ab33fc5802066e2024d3bfa39
treeecdd78ec7af9c13cb4274b22ef40c442e2d7f1e8
parent3cd3e731f34ff2f021165aeefd640acba9dd0993
drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host.

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