Searched refs:new_fb (Results 1 – 5 of 5) sorted by relevance
1182 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1191 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1192 if (!new_fb) { in dlfb_realloc_framebuffer()1196 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1199 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1203 info->screen_buffer = new_fb; in dlfb_realloc_framebuffer()1205 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1268 unsigned char *new_fb; in ufx_realloc_framebuffer() local1278 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1279 if (!new_fb) in ufx_realloc_framebuffer()1283 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1287 info->screen_buffer = new_fb; in ufx_realloc_framebuffer()1289 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
480 struct drm_framebuffer *new_fb = new_plane_state->fb; in mgag200_primary_plane_helper_atomic_check() local502 if (!fb || (fb->format != new_fb->format)) in mgag200_primary_plane_helper_atomic_check()506 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
111 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local120 if (old_fb != new_fb) in vmw_du_primary_plane_atomic_check()
2200 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local2211 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()