Searched refs:new_fb (Results 1 – 7 of 7) sorted by relevance
974 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local985 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()994 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()995 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1015 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1126 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
405 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local418 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
111 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local120 if (old_fb != new_fb) in vmw_du_primary_plane_atomic_check()
480 struct drm_framebuffer *new_fb = new_plane_state->fb; in mgag200_primary_plane_helper_atomic_check() local502 if (!fb || (fb->format != new_fb->format)) in mgag200_primary_plane_helper_atomic_check()506 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
1272 unsigned char *new_fb; in ufx_realloc_framebuffer() local1282 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1283 if (!new_fb) in ufx_realloc_framebuffer()1287 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1291 info->screen_buffer = new_fb; in ufx_realloc_framebuffer()1293 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
292 struct drm_framebuffer *new_fb = new_plane_state->fb; in drm_sysfb_plane_helper_atomic_check() local315 if (new_fb->format != new_sysfb_crtc_state->format) { in drm_sysfb_plane_helper_atomic_check()
2201 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local2212 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()