Skip to content

Commit

Permalink
drm/amdgpu: remove unused VM manager field
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Chunming Zhou <[email protected]>
Reviewed-by: Junwei Zhang <[email protected]>
  • Loading branch information
ChristianKoenigAMD authored and alexdeucher committed Nov 18, 2015
1 parent 984810f commit eeed25a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/amd/amdgpu/amdgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,6 @@ struct amdgpu_vm_manager {
u64 vram_base_offset;
/* is vm enabled? */
bool enabled;
/* for hw to save the PD addr on suspend/resume */
uint32_t saved_table_addr[AMDGPU_NUM_VM];
/* vm pte handling */
const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
struct amdgpu_ring *vm_pte_funcs_ring;
Expand Down

0 comments on commit eeed25a

Please sign in to comment.