Searched refs:new_fb (Results 1 – 7 of 7) sorted by relevance
1224 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1233 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1234 if (!new_fb) { in dlfb_realloc_framebuffer()1238 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1241 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1245 info->screen_base = (char __iomem *)new_fb; in dlfb_realloc_framebuffer()1247 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1305 unsigned char *new_fb; in ufx_realloc_framebuffer() local1315 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1316 if (!new_fb) in ufx_realloc_framebuffer()1320 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1324 info->screen_base = new_fb; in ufx_realloc_framebuffer()1326 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
1044 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local1053 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()1062 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()1063 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1083 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1168 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
413 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local421 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
458 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local470 if (!ret && new_fb) { in vmw_du_primary_plane_atomic_check()
926 struct drm_framebuffer *new_fb = plane_state->fb; in mgag200_simple_display_pipe_check() local930 if (!new_fb) in mgag200_simple_display_pipe_check()936 if (!fb || (fb->format != new_fb->format)) in mgag200_simple_display_pipe_check()
1808 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1819 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()