Lines Matching full:modeset
243 display->wq.modeset = alloc_ordered_workqueue("i915_modeset", 0); in intel_display_driver_probe_noirq()
311 * are modeset commits and connector probing.
330 * are modeset commits and connector probing. For the current thread the
332 * programming (as the initial modeset during driver loading or the disabling
333 * modeset during driver unloading and system suspend/shutdown). This function
356 * are modeset commits and connector probing. This call should be either
374 * are modeset commits and connector probing. The resume thread should only
375 * perform HW init programming (as the restoring modeset). This function
392 * message if it doesn't. Such accesses are modeset commits and connector
522 drm_dbg_kms(display->drm, "Initial modeset failed, %d\n", ret); in intel_display_driver_probe()
576 flush_workqueue(display->wq.modeset); in intel_display_driver_remove()
619 destroy_workqueue(display->wq.modeset); in intel_display_driver_remove_noirq()
715 * current state. With fast modeset this may not result in __intel_display_driver_resume()
716 * in a modeset when the state is compatible. in __intel_display_driver_resume()