Lines Matching defs:state
73 * Note that this helper library doesn't track the current power state of CRTCs
75 * though the hardware is already in the desired state. This deficiency has been
81 * to the CRTC state. For easier transition this library provides functions to
102 * the DPMS state is tracked separately.
143 * the DPMS state is tracked separately.
377 /* Set up the DPLL and any encoders state that needs to adjust or depend
437 * drm_crtc_helper_atomic_check() - Helper to check CRTC atomic-state
439 * @state: atomic state object
441 * Provides a default CRTC-state check handler for CRTCs that only have
445 * drm_plane_helper_atomic_check() for the respective plane-state check
451 int drm_crtc_helper_atomic_check(struct drm_crtc *crtc, struct drm_atomic_state *state)
453 struct drm_crtc_state *new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
620 * Should anything bad happen only the expected state is
777 DRM_DEBUG_KMS("Setting connector DPMS state to on\n");
895 * state for all encoders and CRTCs in the output mesh and calls the
958 * else might have trampled over the hw state (like some overzealous old BIOSen
1032 * unlit and the GPU is in a consistent, low power state. Takes modeset locks.