Searched refs:new_fb (Results 1 – 7 of 7) sorted by relevance
1039 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local1048 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()1057 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()1058 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1078 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1163 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
411 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local419 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
448 struct drm_framebuffer *new_fb = state->fb; in vmw_du_primary_plane_atomic_check() local459 if (!ret && new_fb) { in vmw_du_primary_plane_atomic_check()
1222 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1231 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1232 if (!new_fb) { in dlfb_realloc_framebuffer()1236 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1239 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1243 info->screen_base = (char __iomem *)new_fb; in dlfb_realloc_framebuffer()1245 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1306 unsigned char *new_fb; in ufx_realloc_framebuffer() local1316 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1317 if (!new_fb) in ufx_realloc_framebuffer()1321 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1325 info->screen_base = new_fb; in ufx_realloc_framebuffer()1327 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
1639 struct drm_framebuffer *new_fb = plane_state->fb; in mgag200_simple_display_pipe_check() local1642 if (!new_fb) in mgag200_simple_display_pipe_check()1648 if (!fb || (fb->format != new_fb->format)) in mgag200_simple_display_pipe_check()
1778 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1789 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()