diff options
| author | Rob Clark <[email protected]> | 2023-05-24 15:59:34 +0000 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2023-05-24 16:03:29 +0000 |
| commit | 376c25f8ca47084c4f0aff0f14684780756ccef4 (patch) | |
| tree | d57f843156b245bb1efaa629889cf459a1e53c51 /drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h | |
| parent | drm/msm: Switch to fdinfo helper (diff) | |
| download | kernel-376c25f8ca47084c4f0aff0f14684780756ccef4.tar.gz kernel-376c25f8ca47084c4f0aff0f14684780756ccef4.zip | |
drm/amdgpu: Switch to fdinfo helper
v2: Rebase on drm-misc-next
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Christian König <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h index e86834bfea1d..0398f5a159ef 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h @@ -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 |
