Lines Matching defs:newstate
660 struct drm_plane_state *newstate = drm_atomic_get_new_plane_state(state, plane);
669 if (newstate && newstate->fb) {
671 drm_fb_dma_sync_non_coherent(&priv->drm, oldstate, newstate);
673 crtc_state = newstate->crtc->state;
676 addr = drm_fb_dma_get_gem_addr(newstate->fb, newstate, 0);
677 width = newstate->src_w >> 16;
678 height = newstate->src_h >> 16;
679 cpp = newstate->fb->format->cpp[0];
697 switch (newstate->fb->format->format) {
717 fourcc = newstate->fb->format->format;