]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: change DRM_ERROR to drm_file_err in amdgpu_userq.c
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 22 Apr 2025 13:10:03 +0000 (18:40 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 May 2025 17:29:33 +0000 (13:29 -0400)
commitc46a37628a274ff557e6c1f45e6c00c3c6db60df
tree4e981be1c2b6c8b9ff624ccd762846da22b07994
parent8c97cdb1a692eafcf5b6e8fc7e7ecc7eff28984e
drm/amdgpu: change DRM_ERROR to drm_file_err in amdgpu_userq.c

change the DRM_ERROR and drm_err to drm_file_err
to add process name and pid to the logging.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c