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>
This commit is contained in:

committed by
Alex Deucher

parent
984810fc45
commit
eeed25ab83
@@ -967,8 +967,6 @@ struct amdgpu_vm_manager {
|
|||||||
u64 vram_base_offset;
|
u64 vram_base_offset;
|
||||||
/* is vm enabled? */
|
/* is vm enabled? */
|
||||||
bool enabled;
|
bool enabled;
|
||||||
/* for hw to save the PD addr on suspend/resume */
|
|
||||||
uint32_t saved_table_addr[AMDGPU_NUM_VM];
|
|
||||||
/* vm pte handling */
|
/* vm pte handling */
|
||||||
const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
|
const struct amdgpu_vm_pte_funcs *vm_pte_funcs;
|
||||||
struct amdgpu_ring *vm_pte_funcs_ring;
|
struct amdgpu_ring *vm_pte_funcs_ring;
|
||||||
|
Reference in New Issue
Block a user