drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
authorKen Wang <[email protected]>
Wed, 3 Feb 2016 11:17:53 +0000 (19:17 +0800)
committerAlex Deucher <[email protected]>
Wed, 3 Feb 2016 03:54:11 +0000 (22:54 -0500)
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Ken Wang <[email protected]>
Cc: [email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c

index 8a1752ff3d8e55a1d8b8ab3061f5c9c425058d0f..55cf05e1c81c398fc747f598d1ce0bc78a38a435 100644 (file)
@@ -808,7 +808,7 @@ uint32_t amdgpu_ttm_tt_pte_flags(struct amdgpu_device *adev, struct ttm_tt *ttm,
                        flags |= AMDGPU_PTE_SNOOPED;
        }
 
-       if (adev->asic_type >= CHIP_TOPAZ)
+       if (adev->asic_type >= CHIP_TONGA)
                flags |= AMDGPU_PTE_EXECUTABLE;
 
        flags |= AMDGPU_PTE_READABLE;