diff options
author | Christian König <christian.koenig@amd.com> | 2016-10-12 07:20:52 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-29 23:55:22 -0400 |
commit | a24960f321dc5b59db3428733da5021af9bc7973 (patch) | |
tree | c97a10f63769b7d305fc6ed1065ce3608aa9983a /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |
parent | a7c7bc4c0c47eaac77b8fa92f0672032df7f4254 (diff) |
drm/amdgpu: rename page_directory_fence to last_dir_update
Decribes better what this is used for.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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 | 2 |
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 { | |||
100 | /* contains the page directory */ | 100 | /* contains the page directory */ |
101 | struct amdgpu_bo *page_directory; | 101 | struct amdgpu_bo *page_directory; |
102 | unsigned max_pde_used; | 102 | unsigned max_pde_used; |
103 | struct dma_fence *page_directory_fence; | 103 | struct dma_fence *last_dir_update; |
104 | uint64_t last_eviction_counter; | 104 | uint64_t last_eviction_counter; |
105 | 105 | ||
106 | /* array of page tables, one for each page directory entry */ | 106 | /* array of page tables, one for each page directory entry */ |