Re: Please revert nouveau.

From: Anca Emanuel
Date: Sun Jan 16 2011 - 13:50:42 EST


Partial bisected:
https://lkml.org/lkml/2011/1/11/276

and:
https://lkml.org/lkml/2011/1/13/271


after
git revert dfe63bb0ad9810db13aab0058caba97866e0a681

and

diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index 5c4f9b9..2aad663 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -816,6 +816,7 @@ int drm_fb_helper_set_par(struct fb_info *info)
mutex_unlock(&dev->mode_config.mutex);
return ret;
}
+ drm_fb_helper_fill_fix(info, fb_helper->fb->pitch,
fb_helper->fb->depth);
}
mutex_unlock(&dev->mode_config.mutex);

I have an partial working sistem.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/