Lines Matching defs:state
165 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
187 struct drm_color_lut *lut = crtc->state->gamma_lut->data;
188 u32 length = drm_color_lut_size(crtc->state->gamma_lut);
256 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state);
330 struct drm_crtc_state *state)
332 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state);
344 if (hweight32(state->connector_mask) > 1)
347 drm_atomic_crtc_state_for_each_plane_state(plane, plane_state, state)
367 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
369 if (crtc->state->event) {
372 crtc->state->event->pipe = drm_crtc_index(crtc);
379 vc4_crtc->event = crtc->state->event;
380 crtc->state->event = NULL;
398 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
399 struct drm_display_mode *mode = &crtc->state->adjusted_mode;
421 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
446 vc4_plane_state = to_vc4_plane_state(plane->state);
473 if (crtc->state->active && old_state->active)
476 if (crtc->state->color_mgmt_changed) {
479 if (crtc->state->gamma_lut) {