Commit 8644084a authored by Mario Limonciello (AMD)'s avatar Mario Limonciello (AMD) Committed by Alex Deucher
Browse files

drm/amd: Drop "amdgpu kernel modesetting enabled" message



The behavior for amdgpu was changed with commit e00e5c22
("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: e00e5c22 ("drm/amdgpu: adjust drm_firmware_drivers_only() handling")
Signed-off-by: default avatarMario Limonciello (AMD) <superm1@kernel.org>
Reviewed-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0621f21c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3164,7 +3164,6 @@ static int __init amdgpu_init(void)
	if (r)
		goto error_fence;

	DRM_INFO("amdgpu kernel modesetting enabled.\n");
	amdgpu_register_atpx_handler();
	amdgpu_acpi_detect();