drm/amdgpu: Switch to fdinfo helper

v2: Rebase on drm-misc-next

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230524155956.382440-5-robdclark@gmail.com
This commit is contained in:
Rob Clark
2023-05-24 08:59:34 -07:00
committed by Neil Armstrong
parent 51d86ee5e0
commit 376c25f8ca
3 changed files with 18 additions and 19 deletions

View File

@@ -37,6 +37,6 @@
#include "amdgpu_ids.h"
uint32_t amdgpu_get_ip_count(struct amdgpu_device *adev, int id);
void amdgpu_show_fdinfo(struct seq_file *m, struct file *f);
void amdgpu_show_fdinfo(struct drm_printer *p, struct drm_file *file);
#endif