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()
447 struct drm_framebuffer *new_fb = state->fb; in vmw_du_primary_plane_atomic_check() local458 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()
1303 unsigned char *new_fb; in ufx_realloc_framebuffer() local1313 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1314 if (!new_fb) in ufx_realloc_framebuffer()1318 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1322 info->screen_base = new_fb; in ufx_realloc_framebuffer()1324 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
1636 struct drm_framebuffer *new_fb = plane_state->fb; in mgag200_simple_display_pipe_check() local1639 if (!new_fb) in mgag200_simple_display_pipe_check()1645 if (!fb || (fb->format != new_fb->format)) in mgag200_simple_display_pipe_check()
1768 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1779 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()