OSDN Git Service

drm/amdgpu: skip ECC for SRIOV in gmc late_init
authorMonk Liu <Monk.Liu@amd.com>
Thu, 18 Jan 2018 08:58:04 +0000 (16:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Feb 2018 20:20:22 +0000 (15:20 -0500)
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

index fd63709..3b7e7af 100644 (file)
@@ -634,7 +634,7 @@ static int gmc_v9_0_late_init(void *handle)
        for(i = 0; i < AMDGPU_MAX_VMHUBS; ++i)
                BUG_ON(vm_inv_eng[i] > 16);
 
-       if (adev->asic_type == CHIP_VEGA10) {
+       if (adev->asic_type == CHIP_VEGA10 && !amdgpu_sriov_vf(adev)) {
                r = gmc_v9_0_ecc_available(adev);
                if (r == 1) {
                        DRM_INFO("ECC is active.\n");