Home | History | Annotate | Download | only in nouveau

Lines Matching refs:runtime

53 /* Used only for runtime power management, not in NetBSD for now.  */
392 * of a connector hotplug on a runtime
413 nouveau_display_init(struct drm_device *dev, bool resume, bool runtime)
431 ret = disp->init(dev, resume, runtime);
444 nouveau_display_fini(struct drm_device *dev, bool suspend, bool runtime)
466 if (!runtime)
620 nouveau_display_suspend(struct drm_device *dev, bool runtime)
625 if (!runtime) {
635 nouveau_display_fini(dev, true, runtime);
640 nouveau_display_resume(struct drm_device *dev, bool runtime)
644 nouveau_display_init(dev, true, runtime);