Skip to content

Commit e8e696c

Browse files
robclarkalexdeucher
authored andcommitted
drm/amdgpu: Remove duplicate fdinfo fields
Some of the fields that are handled by drm_show_fdinfo() crept back in when rebasing the patch. Remove them again. Fixes: 376c25f ("drm/amdgpu: Switch to fdinfo helper") Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: <alexander.deucher@amd.com> Co-developed-by: Umio Yasuno <coelacanth_dream@protonmail.com> Signed-off-by: Umio Yasuno <coelacanth_dream@protonmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 3ea8dd3 commit e8e696c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file)
8888
*/
8989

9090
drm_printf(p, "pasid:\t%u\n", fpriv->vm.pasid);
91-
drm_printf(p, "drm-driver:\t%s\n", file->minor->dev->driver->name);
92-
drm_printf(p, "drm-pdev:\t%04x:%02x:%02x.%d\n", domain, bus, dev, fn);
93-
drm_printf(p, "drm-client-id:\t%llu\n", vm->immediate.fence_context);
9491
drm_printf(p, "drm-memory-vram:\t%llu KiB\n", stats.vram/1024UL);
9592
drm_printf(p, "drm-memory-gtt: \t%llu KiB\n", stats.gtt/1024UL);
9693
drm_printf(p, "drm-memory-cpu: \t%llu KiB\n", stats.cpu/1024UL);

0 commit comments

Comments
 (0)