Lines Matching refs:new_plane_state
52 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
53 struct drm_crtc *crtc = new_plane_state->crtc;
61 return drm_atomic_helper_check_plane_state(new_plane_state,
74 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
75 struct drm_framebuffer *new_fb = new_plane_state->fb;
79 fb_addr += lsdc_get_fb_offset(new_fb, new_plane_state);
272 struct drm_plane_state *new_plane_state;
276 new_plane_state = drm_atomic_get_new_plane_state(state, plane);
278 crtc = new_plane_state->crtc;
284 if (new_plane_state->crtc_w != 32 || new_plane_state->crtc_h != 32) {
286 new_plane_state->crtc_w, new_plane_state->crtc_h);
292 return drm_atomic_helper_check_plane_state(new_plane_state,
304 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
305 struct drm_framebuffer *new_fb = new_plane_state->fb;
310 if (!new_plane_state->visible)
313 ops->update_position(cursor, new_plane_state->crtc_x, new_plane_state->crtc_y);
345 struct drm_plane_state *new_plane_state;
349 new_plane_state = drm_atomic_get_new_plane_state(state, plane);
351 crtc = new_plane_state->crtc;
357 if (new_plane_state->crtc_w != new_plane_state->crtc_h) {
359 new_plane_state->crtc_w, new_plane_state->crtc_h);
363 if (new_plane_state->crtc_w != 64 && new_plane_state->crtc_w != 32) {
365 new_plane_state->crtc_w, new_plane_state->crtc_h);
371 return drm_atomic_helper_check_plane_state(new_plane_state,
385 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, plane);
386 struct drm_framebuffer *new_fb = new_plane_state->fb;
391 if (!new_plane_state->visible)
394 ops->update_position(cursor, new_plane_state->crtc_x, new_plane_state->crtc_y);
402 switch (new_plane_state->crtc_w) {