HomeSort by: relevance | last modified time | path
    Searched defs:nouveau_runtime_pm (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 103 static int nouveau_runtime_pm = -1; variable in typeref:typename:int
104 module_param_named(runpm, nouveau_runtime_pm, int, 0400);
970 if (nouveau_runtime_pm == -1)
972 return nouveau_runtime_pm == 1;
1302 DRM_DEBUG_DRIVER("... runpm : %d\n", nouveau_runtime_pm);
nouveau_drm.c 103 static int nouveau_runtime_pm = -1; variable in typeref:typename:int
104 module_param_named(runpm, nouveau_runtime_pm, int, 0400);
970 if (nouveau_runtime_pm == -1)
972 return nouveau_runtime_pm == 1;
1302 DRM_DEBUG_DRIVER("... runpm : %d\n", nouveau_runtime_pm);
nouveau_drm.c 103 static int nouveau_runtime_pm = -1; variable in typeref:typename:int
104 module_param_named(runpm, nouveau_runtime_pm, int, 0400);
970 if (nouveau_runtime_pm == -1)
972 return nouveau_runtime_pm == 1;
1302 DRM_DEBUG_DRIVER("... runpm : %d\n", nouveau_runtime_pm);
nouveau_drm.c 103 static int nouveau_runtime_pm = -1; variable in typeref:typename:int
104 module_param_named(runpm, nouveau_runtime_pm, int, 0400);
970 if (nouveau_runtime_pm == -1)
972 return nouveau_runtime_pm == 1;
1302 DRM_DEBUG_DRIVER("... runpm : %d\n", nouveau_runtime_pm);

Completed in 49 milliseconds