]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: use drm_dbg_driver() in amdgpu_dm.c
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 6 May 2025 17:22:25 +0000 (13:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 May 2025 13:21:21 +0000 (09:21 -0400)
commit102419cdadca4231cde2cf1b2cc85fa13adfb302
tree63f379bbbddaea6204f4dd06e2d6553171e10928
parent1faeeb315fdbd005bbc1bc74214e39087971dda9
drm/amd/display: use drm_dbg_driver() in amdgpu_dm.c

Replace all use of DRM_DEBUG_DRIVER in amdgpu_dm.c with
drm_dbg_driver(). The latter prints the instance of the drm device
associated with the error which would helpful in debugging scenarios
involving multiple GPUs

Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c