]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Use drm_err() instead of DRM_ERROR in dm_resume()
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 18 Feb 2025 04:58:32 +0000 (22:58 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:41:29 +0000 (10:41 -0500)
commit180998bf307f78efff43f4067c09156e0f33c8fd
treebd127193d620902f6964516c93e7ecde50f94434
parente3bc320c4b0e1c2f45d00b917c27e474c90dcd9f
drm/amd/display: Use drm_err() instead of DRM_ERROR in dm_resume()

drm_err() is helpful to show which device had the error. Adjust to
using this instead for error messages.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@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