aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-11 23:38:21 +0000
committersaturneric <[email protected]>2025-06-11 23:38:21 +0000
commit0e99f621a88db810f7f95ccb917cf00924cb6e39 (patch)
tree21f3653194dcc5e81bfb0205155a152f727f4cf3 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
parentMerge tag 'v6.15' (diff)
parentLinux 6.16-rc1 (diff)
downloadkernel-0e99f621a88db810f7f95ccb917cf00924cb6e39.tar.gz
kernel-0e99f621a88db810f7f95ccb917cf00924cb6e39.zip
Merge tag 'v6.16-rc1'
Linux 6.16-rc1
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
index a1450f13d963..8e626f50b362 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
@@ -2105,6 +2105,7 @@ int amdgpu_debugfs_init(struct amdgpu_device *adev)
amdgpu_rap_debugfs_init(adev);
amdgpu_securedisplay_debugfs_init(adev);
amdgpu_fw_attestation_debugfs_init(adev);
+ amdgpu_psp_debugfs_init(adev);
debugfs_create_file("amdgpu_evict_vram", 0400, root, adev,
&amdgpu_evict_vram_fops);