]> exis.tech > repos - linux.git/commit
drm/amdgpu: Reserve space for IB contents in devcoredumps
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 11 Jul 2026 11:21:08 +0000 (13:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Jul 2026 21:39:16 +0000 (17:39 -0400)
commitb5eab15944b6b140f003af6e639a25f5c3a8ed0b
tree598b249c3793465d8963e10017de3205611ad6ab
parentea9d70db278957e1e81e4aea58b4b131ba262cfb
drm/amdgpu: Reserve space for IB contents in devcoredumps

Currently the contents of IBs are abruptly cut off and don't
show the full contents. This patch makes sure to reserve
space for those contents too so they may be printed.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 4e2c0821509fed754e8c31d5053d152fbb3484a5)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c