Lines Matching defs:newstate
666 struct drm_plane_state *newstate = drm_atomic_get_new_plane_state(state, plane);
675 if (newstate && newstate->fb) {
677 drm_fb_dma_sync_non_coherent(&priv->drm, oldstate, newstate);
679 crtc_state = newstate->crtc->state;
682 addr = drm_fb_dma_get_gem_addr(newstate->fb, newstate, 0);
683 width = newstate->src_w >> 16;
684 height = newstate->src_h >> 16;
685 cpp = newstate->fb->format->cpp[0];
703 switch (newstate->fb->format->format) {
723 fourcc = newstate->fb->format->format;