Lines Matching defs:state
72 if (plane->state) {
73 vkms_plane_destroy_state(plane, plane->state);
74 plane->state = NULL; /* must be set to NULL here */
95 struct drm_atomic_state *state)
97 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state,
135 struct drm_atomic_state *state)
137 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state,
145 crtc_state = drm_atomic_get_crtc_state(state,
161 struct drm_plane_state *state)
164 struct drm_framebuffer *fb = state->fb;
170 shadow_plane_state = to_drm_shadow_plane_state(state);
172 ret = drm_gem_plane_helper_prepare_fb(plane, state);
180 struct drm_plane_state *state)
183 struct drm_framebuffer *fb = state->fb;
188 shadow_plane_state = to_drm_shadow_plane_state(state);