search for: 343ab7f

Displaying 1 result from an estimated 1 matches for "343ab7f".

2010 Jan 26
1
[PATCH] drm/nouveau: Add module options to disable acceleration.
....h | 2 + drivers/gpu/drm/nouveau/nouveau_fbcon.c | 10 ++++++-- drivers/gpu/drm/nouveau/nouveau_state.c | 32 +++++++++++++++++++----------- 4 files changed, 37 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index 343ab7f..a44c3f9 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.c +++ b/drivers/gpu/drm/nouveau/nouveau_drv.c @@ -75,6 +75,14 @@ MODULE_PARM_DESC(ignorelid, "Ignore ACPI lid status"); int nouveau_ignorelid = 0; module_param_named(ignorelid, nouveau_ignorelid, int, 0400); +MODULE_PARM_DESC(n...