aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2016-10-12 11:20:52 +0000
committerAlex Deucher <[email protected]>2017-03-30 03:55:22 +0000
commita24960f321dc5b59db3428733da5021af9bc7973 (patch)
treec97a10f63769b7d305fc6ed1065ce3608aa9983a /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
parentdrm/amd/powerplay: reduce sample period time (diff)
downloadkernel-a24960f321dc5b59db3428733da5021af9bc7973.tar.gz
kernel-a24960f321dc5b59db3428733da5021af9bc7973.zip
drm/amdgpu: rename page_directory_fence to last_dir_update
Decribes better what this is used for. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
index 5c7435227995..69535d9c1ed1 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
@@ -100,7 +100,7 @@ struct amdgpu_vm {
/* contains the page directory */
struct amdgpu_bo *page_directory;
unsigned max_pde_used;
- struct dma_fence *page_directory_fence;
+ struct dma_fence *last_dir_update;
uint64_t last_eviction_counter;
/* array of page tables, one for each page directory entry */