]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index 848e6b7db482d8e84a29fc23096aa11310d2a2a0..1325275dfbd663f3646b9851108db5c9cf64beac 100644 (file)
@@ -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();