nouveau_fbcon.c | 66 int nouveau_nofbaccel = 1; variable in typeref:typename:int 69 int nouveau_nofbaccel = 0; variable in typeref:typename:int 70 module_param_named(nofbaccel, nouveau_nofbaccel, int, 0400); 401 chan = nouveau_nofbaccel ? NULL : drm->channel;
|