Searched refs:new_fb (Results 1 – 4 of 4) sorted by relevance
630 int new_fb = 0; in qxl_fb_find_or_create_single() local637 new_fb = 1; in qxl_fb_find_or_create_single()639 return new_fb; in qxl_fb_find_or_create_single()
1333 struct drm_framebuffer *new_fb = plane->state->fb; in drm_mode_atomic_ioctl() local1334 if (new_fb) in drm_mode_atomic_ioctl()1335 drm_framebuffer_reference(new_fb); in drm_mode_atomic_ioctl()1336 plane->fb = new_fb; in drm_mode_atomic_ioctl()
1166 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1177 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1178 if (!new_fb) { in dlfb_realloc_framebuffer()1184 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1188 info->screen_base = new_fb; in dlfb_realloc_framebuffer()1190 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1301 unsigned char *new_fb; in ufx_realloc_framebuffer() local1311 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1312 if (!new_fb) { in ufx_realloc_framebuffer()1318 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1322 info->screen_base = new_fb; in ufx_realloc_framebuffer()1324 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()