]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Drop unnecessary `amdgpu` prefix
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 2 May 2025 15:40:50 +0000 (10:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Jun 2025 19:35:31 +0000 (15:35 -0400)
commit8ade4736075a83d92e6cb87dc89c114760460994
tree85b87c86acb48b7be55b64891c9ab56ebd72e7e2
parentdb122ece325a3a19eeabf98e61db70fe890b4b5a
drm/amd/display: Drop unnecessary `amdgpu` prefix

[Why]
The `drm_*()` print macros will handle including the driver in the print
already.  The extra print of the word `amdgpu` is unnecessary.

[How]
Modify all prints to drop `amdgpu: `.

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
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c