diff options
author | Frank.Min <Frank.Min@amd.com> | 2019-12-19 17:29:54 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-12-23 14:59:43 -0500 |
commit | 55d62fe10f5ec4f4ea4c5d842a8ceb6a57db1246 (patch) | |
tree | b43f480789618693316a4b5abf357071f8d2751a /drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | |
parent | fdf57ba690842afd69b32bb1546b0cf17a9849dd (diff) | |
download | linux-55d62fe10f5ec4f4ea4c5d842a8ceb6a57db1246.tar.gz linux-55d62fe10f5ec4f4ea4c5d842a8ceb6a57db1246.tar.bz2 linux-55d62fe10f5ec4f4ea4c5d842a8ceb6a57db1246.zip |
drm/amdgpu: remove FB location config for sriov
FB location is already programmed by HV driver
for arcutus so remove this part
Signed-off-by: Frank.Min <Frank.Min@amd.com>
Reviewed-by: Emily Deng <Emily.Deng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c index e91bd7945777..e9a9d24c2b7f 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c @@ -264,7 +264,7 @@ static void gfxhub_v1_0_program_invalidation(struct amdgpu_device *adev) int gfxhub_v1_0_gart_enable(struct amdgpu_device *adev) { - if (amdgpu_sriov_vf(adev)) { + if (amdgpu_sriov_vf(adev) && adev->asic_type != CHIP_ARCTURUS) { /* * MC_VM_FB_LOCATION_BASE/TOP is NULL for VF, becuase they are * VF copy registers so vbios post doesn't program them, for |