Lines Matching refs:state
448 struct drm_plane_state *old_plane_state = pipe->plane.state;
450 struct drm_atomic_state *state = new_plane_state->state;
480 for_each_new_connector_in_state(state, connector, connector_state, i) {
487 * the connector included in the state.
494 if (connector->state->crtc) {
495 connector_state = connector->state;
564 struct drm_plane_state *state = pipe->plane.state;
565 struct drm_shadow_plane_state *shadow_plane_state = to_drm_shadow_plane_state(state);
566 struct drm_framebuffer *fb = state->fb;
571 if (crtc->state->mode_changed || !crtc->state->enable) {
590 if (fb && (crtc->state->mode_changed || crtc->state->connectors_changed))
593 if (crtc->state->active_changed)
594 gud_usb_set_u8(gdrm, GUD_REQ_SET_DISPLAY_ENABLE, crtc->state->active);
603 if (drm_atomic_helper_damage_merged(old_state, state, &damage))
609 if (!crtc->state->enable)