Searched refs:new_fb (Results 1 – 9 of 9) 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()
1182 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1191 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1192 if (!new_fb) { in dlfb_realloc_framebuffer()1196 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1199 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1203 info->screen_buffer = new_fb; in dlfb_realloc_framebuffer()1205 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
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()
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()
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()
1774 const struct drm_framebuffer *new_fb = new_plane_state->hw.fb; in intel_fbc_can_flip_nuke() local1783 if (old_fb->format->format != new_fb->format->format) in intel_fbc_can_flip_nuke()1786 if (old_fb->modifier != new_fb->modifier) in intel_fbc_can_flip_nuke()
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()