Searched defs:amdgpu_mman (Results 1 – 2 of 2) sorted by relevance
55 struct amdgpu_mman { struct56 struct ttm_bo_device bdev;57 bool mem_global_referenced;58 bool initialized;59 void __iomem *aper_base_kaddr;62 struct dentry *debugfs_entries[8];66 const struct amdgpu_buffer_funcs *buffer_funcs;67 struct amdgpu_ring *buffer_funcs_ring;68 bool buffer_funcs_enabled;70 struct mutex gtt_window_lock;[all …]
41 struct amdgpu_mman { struct42 struct ttm_bo_global_ref bo_global_ref;43 struct drm_global_reference mem_global_ref;44 struct ttm_bo_device bdev;45 bool mem_global_referenced;46 bool initialized;47 void __iomem *aper_base_kaddr;50 struct dentry *debugfs_entries[8];54 const struct amdgpu_buffer_funcs *buffer_funcs;55 struct amdgpu_ring *buffer_funcs_ring;[all …]