diff options
| author | 2016-02-15 15:23:00 +0100 | |
|---|---|---|
| committer | 2016-02-16 17:45:32 -0500 | |
| commit | 7ea235653328644b5ba8707e65484446a118e193 (patch) | |
| tree | c1c7a7616f341038f10a47b80f2e85314708f491 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: print the GPU offset as well in gem_info (diff) | |
| download | linux-dev-7ea235653328644b5ba8707e65484446a118e193.tar.xz linux-dev-7ea235653328644b5ba8707e65484446a118e193.zip | |
drm/amdgpu: rework GEM info printing
Print BOs grouped per client.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index fc995b45fa8f..4be61f0ed19d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -531,7 +531,6 @@ struct amdgpu_bo { struct amdgpu_bo *parent; struct ttm_bo_kmap_obj dma_buf_vmap; - pid_t pid; struct amdgpu_mn *mn; struct list_head mn_list; }; |
