Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c416 struct drm_framebuffer *new_fb; in vmw_stdu_crtc_set_config() local
431 new_fb = set->fb; in vmw_stdu_crtc_set_config()
487 if (set->num_connectors == 0 || !mode || !new_fb) in vmw_stdu_crtc_set_config()
491 if (set->x + mode->hdisplay > new_fb->width || in vmw_stdu_crtc_set_config()
492 set->y + mode->vdisplay > new_fb->height) { in vmw_stdu_crtc_set_config()
497 stdu->content_fb = new_fb; in vmw_stdu_crtc_set_config()
508 if (mode->hdisplay != new_fb->width || in vmw_stdu_crtc_set_config()
509 mode->vdisplay != new_fb->height || in vmw_stdu_crtc_set_config()
526 switch (new_fb->bits_per_pixel) { in vmw_stdu_crtc_set_config()
552 new_vfbs = vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_crtc_set_config()
[all …]
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_fb.c461 int new_fb = 0; in qxl_fb_find_or_create_single() local
468 new_fb = 1; in qxl_fb_find_or_create_single()
470 return new_fb; in qxl_fb_find_or_create_single()
/linux-4.4.14/drivers/video/fbdev/
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()
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()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic.c1460 struct drm_framebuffer *new_fb = plane->state->fb; in drm_atomic_clean_old_fb() local
1461 if (new_fb) in drm_atomic_clean_old_fb()
1462 drm_framebuffer_reference(new_fb); in drm_atomic_clean_old_fb()
1463 plane->fb = new_fb; in drm_atomic_clean_old_fb()