diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index 7a9ffe9eb8bb..a7f9aaa47c49 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |||
@@ -2981,7 +2981,7 @@ int amdgpu_vm_init(struct amdgpu_device *adev, struct amdgpu_vm *vm, | |||
2981 | vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & | 2981 | vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & |
2982 | AMDGPU_VM_USE_CPU_FOR_COMPUTE); | 2982 | AMDGPU_VM_USE_CPU_FOR_COMPUTE); |
2983 | 2983 | ||
2984 | if (adev->asic_type == CHIP_RAVEN || adev->asic_type == CHIP_PICASSO) | 2984 | if (adev->asic_type == CHIP_RAVEN) |
2985 | vm->pte_support_ats = true; | 2985 | vm->pte_support_ats = true; |
2986 | } else { | 2986 | } else { |
2987 | vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & | 2987 | vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & |
@@ -3073,7 +3073,7 @@ error_free_sched_entity: | |||
3073 | */ | 3073 | */ |
3074 | int amdgpu_vm_make_compute(struct amdgpu_device *adev, struct amdgpu_vm *vm, unsigned int pasid) | 3074 | int amdgpu_vm_make_compute(struct amdgpu_device *adev, struct amdgpu_vm *vm, unsigned int pasid) |
3075 | { | 3075 | { |
3076 | bool pte_support_ats = (adev->asic_type == CHIP_RAVEN || adev->asic_type == CHIP_PICASSO); | 3076 | bool pte_support_ats = (adev->asic_type == CHIP_RAVEN); |
3077 | int r; | 3077 | int r; |
3078 | 3078 | ||
3079 | r = amdgpu_bo_reserve(vm->root.base.bo, true); | 3079 | r = amdgpu_bo_reserve(vm->root.base.bo, true); |