Searched refs:new_fb (Results 1 – 11 of 11) sorted by relevance
77 u64 fb_addr = lsdc_fb_base_addr(new_fb); in lsdc_primary_atomic_update()82 ops->update_fb_stride(primary, new_fb->pitches[0]); in lsdc_primary_atomic_update()84 if (!old_fb || old_fb->format != new_fb->format) in lsdc_primary_atomic_update()85 ops->update_fb_format(primary, new_fb->format); in lsdc_primary_atomic_update()226 struct drm_framebuffer *new_fb; in lsdc_cursor_plane_atomic_async_update() local231 new_fb = plane->state->fb; in lsdc_cursor_plane_atomic_async_update()262 if (!old_fb || old_fb != new_fb) in lsdc_cursor_plane_atomic_async_update()308 u64 addr = lsdc_fb_base_addr(new_fb); in ls7a1000_cursor_plane_atomic_update()315 if (!old_fb || old_fb != new_fb) in ls7a1000_cursor_plane_atomic_update()396 if (!old_fb || new_fb != old_fb) { in ls7a2000_cursor_plane_atomic_update()[all …]
164 struct drm_framebuffer *new_fb = new_plane_state->fb; in ast_cursor_plane_helper_atomic_check() local178 if (new_fb->width > AST_MAX_HWC_WIDTH || new_fb->height > AST_MAX_HWC_HEIGHT) in ast_cursor_plane_helper_atomic_check()
195 struct drm_framebuffer *new_fb = new_plane_state->fb; in drm_sysfb_plane_helper_atomic_check() local213 if (new_fb->format != sysfb->fb_format) { in drm_sysfb_plane_helper_atomic_check()226 new_sysfb_crtc_state->format = new_fb->format; in drm_sysfb_plane_helper_atomic_check()
974 struct drm_framebuffer *new_fb = new_state->fb; in vmw_stdu_primary_plane_prepare_fb() local985 if (!new_fb) { in vmw_stdu_primary_plane_prepare_fb()994 vfb = vmw_framebuffer_to_vfb(new_fb); in vmw_stdu_primary_plane_prepare_fb()995 new_vfbs = (vfb->bo) ? NULL : vmw_framebuffer_to_vfbs(new_fb); in vmw_stdu_primary_plane_prepare_fb()1015 switch (new_fb->format->cpp[0]*8) { in vmw_stdu_primary_plane_prepare_fb()1126 vps->cpp = new_fb->pitches[0] / new_fb->width; in vmw_stdu_primary_plane_prepare_fb()
405 struct drm_framebuffer *new_fb = new_state->fb; in vmw_sou_primary_plane_prepare_fb() local418 if (!new_fb) { in vmw_sou_primary_plane_prepare_fb()
111 struct drm_framebuffer *new_fb = new_state->fb; in vmw_du_primary_plane_atomic_check() local120 if (old_fb != new_fb) in vmw_du_primary_plane_atomic_check()
1182 unsigned char *new_fb; in dlfb_realloc_framebuffer() local1191 new_fb = vmalloc(new_len); in dlfb_realloc_framebuffer()1192 if (!new_fb) { in dlfb_realloc_framebuffer()1196 memset(new_fb, 0xff, new_len); in dlfb_realloc_framebuffer()1199 memcpy(new_fb, old_fb, old_len); in dlfb_realloc_framebuffer()1203 info->screen_buffer = new_fb; in dlfb_realloc_framebuffer()1205 info->fix.smem_start = (unsigned long) new_fb; in dlfb_realloc_framebuffer()
1268 unsigned char *new_fb; in ufx_realloc_framebuffer() local1278 new_fb = vmalloc(new_len); in ufx_realloc_framebuffer()1279 if (!new_fb) in ufx_realloc_framebuffer()1283 memcpy(new_fb, old_fb, old_len); in ufx_realloc_framebuffer()1287 info->screen_buffer = new_fb; in ufx_realloc_framebuffer()1289 info->fix.smem_start = (unsigned long) new_fb; in ufx_realloc_framebuffer()
456 struct drm_framebuffer *new_fb = new_plane_state->fb; in mgag200_primary_plane_helper_atomic_check() local478 if (!fb || (fb->format != new_fb->format)) in mgag200_primary_plane_helper_atomic_check()482 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
1598 const struct drm_framebuffer *new_fb = new_plane_state->hw.fb; in intel_fbc_can_flip_nuke() local1607 if (old_fb->format->format != new_fb->format->format) in intel_fbc_can_flip_nuke()1610 if (old_fb->modifier != new_fb->modifier) in intel_fbc_can_flip_nuke()
2115 struct drm_framebuffer *new_fb = plane_state->fb; in drm_atomic_helper_async_commit() local2126 WARN_ON_ONCE(plane->state->fb != new_fb); in drm_atomic_helper_async_commit()
Completed in 43 milliseconds