Searched refs:new_fb (Results 1 – 2 of 2) sorted by relevance
1272 unsigned char *new_fb; in ufx_realloc_framebuffer() local1282 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1283 if (!new_fb) in ufx_realloc_framebuffer()1287 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1291 info->screen_buffer = new_fb; in ufx_realloc_framebuffer()1293 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
255 struct drm_framebuffer *new_fb = new_plane_state->fb; in vesadrm_primary_plane_helper_atomic_check() local275 switch (new_fb->format->format) { in vesadrm_primary_plane_helper_atomic_check()