]> git.hungrycats.org Git - linux/commit
drm/amdgpu/gfx12: fix IP dump alloc ordering
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Jul 2026 17:55:25 +0000 (13:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jul 2026 23:12:34 +0000 (19:12 -0400)
commit4ef372319332843c4c99b18d4a943a2122f0ad67
tree03c991d96ca7fcb2ab50c6e9d48e578bbc00572f
parent601f7a11802ce16207f518b558384bbe16450029
drm/amdgpu/gfx12: fix IP dump alloc ordering

If gfx sysfs init fails, we may leak the ip dump
allocations.

Reviewed-by: Mukul Joshi <mukul.joshi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c