]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: convert more DRM_ERROR to drm_err
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 11 Mar 2025 19:34:53 +0000 (15:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:36 +0000 (15:18 -0400)
commit880ab14a4acace958eaaf780231ca3f60454f718
tree9dfa428830c57766c019d226e23c45376095e1d1
parent769e07136a298afe96372e55ded61f5e3fdd6bab
drm/amd/display: convert more DRM_ERROR to drm_err

prefer drm_err instead of DRM_ERROR since the former prints the
associated DRM device, which is helpful when debugging multi-gpu
use cases.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c