drm/amdgpu: Log the creation of a coredump file
authorAndré Almeida <andrealmeid@igalia.com>
Thu, 20 Feb 2025 16:27:48 +0000 (13:27 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Feb 2025 16:44:00 +0000 (11:44 -0500)
commit28d05f0836dfc4479d81e664f345ce125ea921d8
treee22ba8c8acf7dd3345ae7a674018e19221c69091
parent27b791514789844e80da990c456c2465325e0851
drm/amdgpu: Log the creation of a coredump file

After a GPU reset happens, the driver creates a coredump file. However,
the user might not be aware of it. Log the file creation the user can
find more information about the device and add the file to bug reports.
This is similar to what the xe driver does.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c