diff options
author | Christian König <christian.koenig@amd.com> | 2016-10-12 09:13:52 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:55:27 -0400 |
commit | 194d2161131b35f9cd4cf3e355f2d7cd3b296898 (patch) | |
tree | eee5e6370564458de917e5fabbd3370e81d6a3ab /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
parent | d711e1398db612042e2038ca7bb798c4a297cc73 (diff) |
drm/amdgpu: handle multi level PD updates V2
Update all levels of the page directory.
V2:
a. sub level pdes always are written to incorrect place.
b. sub levels need to update regardless of parent updates.
Signed-off-by: Christian König <christian.koenig@amd.com> (V1)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (V1)
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> (V2)
Acked-by: Alex Deucher <alexander.deucher@amd.com> (V2)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 6c8380d89148..abb4d27b2326 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -192,8 +192,8 @@ int amdgpu_vm_grab_id(struct amdgpu_vm *vm, struct amdgpu_ring *ring, | |||
192 | struct amdgpu_job *job); | 192 | struct amdgpu_job *job); |
193 | int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job); | 193 | int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job); |
194 | void amdgpu_vm_reset_id(struct amdgpu_device *adev, unsigned vm_id); | 194 | void amdgpu_vm_reset_id(struct amdgpu_device *adev, unsigned vm_id); |
195 | int amdgpu_vm_update_page_directory(struct amdgpu_device *adev, | 195 | int amdgpu_vm_update_directories(struct amdgpu_device *adev, |
196 | struct amdgpu_vm *vm); | 196 | struct amdgpu_vm *vm); |
197 | int amdgpu_vm_clear_freed(struct amdgpu_device *adev, | 197 | int amdgpu_vm_clear_freed(struct amdgpu_device *adev, |
198 | struct amdgpu_vm *vm, | 198 | struct amdgpu_vm *vm, |
199 | struct dma_fence **fence); | 199 | struct dma_fence **fence); |