]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Adjust all dev_*() messages to drm_*()
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 26 Mar 2025 20:33:03 +0000 (15:33 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 22:01:07 +0000 (18:01 -0400)
commitef62b92b9d6290cf9bd09699723e6d18dda9a582
tree2c1fc22a4ac54e07615d44f548eaad9c61a5d213
parentce801e5d6c1bac228bf10f75e8bede4285c58282
drm/amd/display: Adjust all dev_*() messages to drm_*()

[Why]
dev_*() messages don't show that they are from a driver in drm
subsystem.

[How]
Change all dev_*() messages to drm_*() messages.

Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Roman Li <roman.li@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
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c