diff options
author | Christian König <christian.koenig@amd.com> | 2016-02-15 15:23:00 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-16 17:45:32 -0500 |
commit | 7ea235653328644b5ba8707e65484446a118e193 (patch) | |
tree | c1c7a7616f341038f10a47b80f2e85314708f491 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | ebb36d19a0f71b246df9a15590e3b34256b0f1d8 (diff) | |
download | op-kernel-dev-7ea235653328644b5ba8707e65484446a118e193.zip op-kernel-dev-7ea235653328644b5ba8707e65484446a118e193.tar.gz |
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 fc995b4..4be61f0 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; }; |