projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a0716
)
drm/amdgpu: add gfx sysfs support for gfx_v12_1
author
Likun Gao
<Likun.Gao@amd.com>
Tue, 15 Jul 2025 08:52:12 +0000
(16:52 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 16 Dec 2025 18:29:05 +0000
(13:29 -0500)
Add gfx sysfs support for gfx_v12_1.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
index
f4b3175
..
3a641d2
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c
@@
-1250,6
+1250,10
@@
static int gfx_v12_1_sw_init(struct amdgpu_ip_block *ip_block)
if (r)
return r;
+ r = amdgpu_gfx_sysfs_init(adev);
+ if (r)
+ return r;
+
return 0;
}