]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Drop "amdgpu kernel modesetting enabled" message
authorMario Limonciello (AMD) <superm1@kernel.org>
Mon, 15 Dec 2025 01:12:19 +0000 (19:12 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:28:04 +0000 (16:28 -0500)
commit8644084a74a4573278d6f454c6638ccd5965f4e2
treed220924dfdc323b37fd0e93cb3cb7efa952b0361
parent0621f21cf3830c494bf8db8a7dbf9e24fff118d9
drm/amd: Drop "amdgpu kernel modesetting enabled" message

The behavior for amdgpu was changed with commit e00e5c223878
("drm/amdgpu: adjust drm_firmware_drivers_only() handling") to
potentially allow loading even if nomodeset was set, so the
message is no longer accurate.

Just drop it to avoid confusion.

Fixes: e00e5c223878 ("drm/amdgpu: adjust drm_firmware_drivers_only() handling")
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c