diff options
author | Christian König <christian.koenig@amd.com> | 2015-11-15 09:50:07 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-11-18 11:39:34 -0500 |
commit | eeed25ab83bbd68b2c9dba3cc2ce5913537594f6 (patch) | |
tree | 1aa04834e699b843eb4b6399bf3711e8a99c2535 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 984810fc45389c545719fbb4219e8a12b27032a4 (diff) |
drm/amdgpu: remove unused VM manager field
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <davdi1.zhou@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 0ce5c1e45ec8..819d1473de30 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -967,8 +967,6 @@ struct amdgpu_vm_manager { | |||
967 | u64 vram_base_offset; | 967 | u64 vram_base_offset; |
968 | /* is vm enabled? */ | 968 | /* is vm enabled? */ |
969 | bool enabled; | 969 | bool enabled; |
970 | /* for hw to save the PD addr on suspend/resume */ | ||
971 | uint32_t saved_table_addr[AMDGPU_NUM_VM]; | ||
972 | /* vm pte handling */ | 970 | /* vm pte handling */ |
973 | const struct amdgpu_vm_pte_funcs *vm_pte_funcs; | 971 | const struct amdgpu_vm_pte_funcs *vm_pte_funcs; |
974 | struct amdgpu_ring *vm_pte_funcs_ring; | 972 | struct amdgpu_ring *vm_pte_funcs_ring; |