Searched refs:new_fb (Results 1 – 1 of 1) 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()