Home
last modified time | relevance | path

Searched refs:new_fb (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c630 int new_fb = 0; in qxl_fb_find_or_create_single() local
637 new_fb = 1; in qxl_fb_find_or_create_single()
639 return new_fb; in qxl_fb_find_or_create_single()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic.c1333 struct drm_framebuffer *new_fb = plane->state->fb; in drm_mode_atomic_ioctl() local
1334 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()
/linux-4.1.27/drivers/video/fbdev/
Dudlfb.c1166 unsigned char *new_fb; in dlfb_realloc_framebuffer() local
1177 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()
Dsmscufx.c1301 unsigned char *new_fb; in ufx_realloc_framebuffer() local
1311 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()