Lines Matching defs:state
60 crtc_state = drm_atomic_get_existing_crtc_state(plane_state->state,
185 struct drm_plane_state *state = plane->state;
186 struct drm_framebuffer *fb = state->fb;
187 struct drm_rect *src = &state->src;
188 struct drm_rect *dst = &state->dst;
287 crtc_state = drm_atomic_get_existing_crtc_state(plane_state->state,
353 struct drm_framebuffer *fb = plane->state->fb;
372 src_x = plane->state->src_x >> 16;
373 src_y = plane->state->src_y >> 16;
374 src_w = plane->state->src_w >> 16;
375 src_h = plane->state->src_h >> 16;
377 dst_x = plane->state->crtc_x;
378 dst_y = plane->state->crtc_y;
379 dst_w = plane->state->crtc_w;
380 dst_h = plane->state->crtc_h;
460 if (!plane->state->crtc)