Searched refs:nouveau_runtime_pm (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_drm.c103 static int nouveau_runtime_pm = -1; variable
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 126 milliseconds