Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919f32f1 authored by Michel Dänzer's avatar Michel Dänzer Committed by Dave Airlie
Browse files

radeon: Enable modesetting on non-x86.



Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 55c93278
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ static int __init radeon_init(void)
{
	driver = &driver_old;
	driver->num_ioctls = radeon_max_ioctl;
#if defined(CONFIG_DRM_RADEON_KMS) && defined(CONFIG_X86)
#if defined(CONFIG_DRM_RADEON_KMS)
	/* if enabled by default */
	if (radeon_modeset == -1) {
		DRM_INFO("radeon default to kernel modesetting.\n");