Searched refs:new_fb (Results 1 – 10 of 10) sorted by relevance
1044 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local1053 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()1062 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()1063 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1083 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1168 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
408 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local416 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
865 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local877 if (!ret && new_fb) { in vmw_du_primary_plane_atomic_check()
1223 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1232 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1233 if (!new_fb) { in dlfb_realloc_framebuffer()1237 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1240 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1244 info->screen_base = (char __iomem *)new_fb; in dlfb_realloc_framebuffer()1246 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1307 unsigned char *new_fb; in ufx_realloc_framebuffer() local1317 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1318 if (!new_fb) in ufx_realloc_framebuffer()1322 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1326 info->screen_base = new_fb; in ufx_realloc_framebuffer()1328 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
462 struct drm_framebuffer *new_fb = new_plane_state->fb; in mgag200_primary_plane_helper_atomic_check() local484 if (!fb || (fb->format != new_fb->format)) in mgag200_primary_plane_helper_atomic_check()488 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
1182 const struct drm_framebuffer *new_fb = new_plane_state->hw.fb; in intel_fbc_can_flip_nuke() local1191 if (old_fb->format->format != new_fb->format->format) in intel_fbc_can_flip_nuke()1194 if (old_fb->modifier != new_fb->modifier) in intel_fbc_can_flip_nuke()
851 struct drm_framebuffer *new_fb = new_plane_state->fb; in ast_cursor_plane_helper_atomic_check() local865 if (new_fb->width > AST_MAX_HWC_WIDTH || new_fb->height > AST_MAX_HWC_HEIGHT) in ast_cursor_plane_helper_atomic_check()
766 struct drm_framebuffer *new_fb = new_plane_state->fb; in ofdrm_primary_plane_helper_atomic_check() local787 new_ofdrm_crtc_state->format = new_fb->format; in ofdrm_primary_plane_helper_atomic_check()
1898 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local1909 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()
Completed in 36 milliseconds