Searched refs:new_fb (Results 1 – 8 of 8) sorted by relevance
1223 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1232 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1233 if (!new_fb) { in dlfb_realloc_framebuffer()1237 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1240 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1244 info->screen_base = (char __iomem *)new_fb; in dlfb_realloc_framebuffer()1246 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1307 unsigned char *new_fb; in ufx_realloc_framebuffer() local1317 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1318 if (!new_fb) in ufx_realloc_framebuffer()1322 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1326 info->screen_base = new_fb; in ufx_realloc_framebuffer()1328 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
1048 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local1057 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()1066 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()1067 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1087 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1172 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
412 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local420 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
714 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local726 if (!ret && new_fb) { in vmw_du_primary_plane_atomic_check()
462 struct drm_framebuffer *new_fb = new_plane_state->fb; in mgag200_primary_plane_helper_atomic_check() local484 if (!fb || (fb->format != new_fb->format)) in mgag200_primary_plane_helper_atomic_check()488 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
1188 const struct drm_framebuffer *new_fb = new_plane_state->hw.fb; in intel_fbc_can_flip_nuke() local1197 if (old_fb->format->format != new_fb->format->format) in intel_fbc_can_flip_nuke()1200 if (old_fb->modifier != new_fb->modifier) in intel_fbc_can_flip_nuke()
1922 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1933 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()