Searched refs:new_sysfb_crtc_state (Results 1 – 1 of 1) sorted by relevance
295 struct drm_sysfb_crtc_state *new_sysfb_crtc_state; in drm_sysfb_plane_helper_atomic_check() local312 new_sysfb_crtc_state = to_drm_sysfb_crtc_state(new_crtc_state); in drm_sysfb_plane_helper_atomic_check()313 new_sysfb_crtc_state->format = sysfb->fb_format; in drm_sysfb_plane_helper_atomic_check()315 if (new_fb->format != new_sysfb_crtc_state->format) { in drm_sysfb_plane_helper_atomic_check()540 struct drm_sysfb_crtc_state *new_sysfb_crtc_state; in drm_sysfb_crtc_atomic_duplicate_state() local546 new_sysfb_crtc_state = kzalloc_obj(*new_sysfb_crtc_state); in drm_sysfb_crtc_atomic_duplicate_state()547 if (!new_sysfb_crtc_state) in drm_sysfb_crtc_atomic_duplicate_state()552 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_sysfb_crtc_state->base); in drm_sysfb_crtc_atomic_duplicate_state()553 new_sysfb_crtc_state->format = sysfb_crtc_state->format; in drm_sysfb_crtc_atomic_duplicate_state()555 return &new_sysfb_crtc_state->base; in drm_sysfb_crtc_atomic_duplicate_state()