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

radeon: Enable modesetting on non-x86.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 55c93278
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment