Searched refs:new_fb (Results 1 – 6 of 6) sorted by relevance
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()
1296 unsigned char *new_fb; in ufx_realloc_framebuffer() local1306 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1307 if (!new_fb) in ufx_realloc_framebuffer()1311 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1315 info->screen_base = new_fb; in ufx_realloc_framebuffer()1317 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
1036 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local1046 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()1055 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()1056 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1080 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1175 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
408 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local416 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()
1723 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1734 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()