]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/amdgpu: drop mem_global_referenced
authorChristian König <christian.koenig@amd.com>
Mon, 19 Oct 2020 12:18:19 +0000 (14:18 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Oct 2020 16:01:35 +0000 (12:01 -0400)
Not used any more.

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h

index 68c5e3662b871065489ea9854088492c6432d8db..d808b2a58b283df8d7120177c7a3834a6352fc08 100644 (file)
@@ -58,7 +58,6 @@ struct amdgpu_gtt_mgr {
 
 struct amdgpu_mman {
        struct ttm_bo_device            bdev;
-       bool                            mem_global_referenced;
        bool                            initialized;
        void __iomem                    *aper_base_kaddr;