Searched refs:new_sysfb_crtc_state (Results 1 – 1 of 1) sorted by relevance
198 struct drm_sysfb_crtc_state *new_sysfb_crtc_state; in drm_sysfb_plane_helper_atomic_check() local225 new_sysfb_crtc_state = to_drm_sysfb_crtc_state(new_crtc_state); in drm_sysfb_plane_helper_atomic_check()226 new_sysfb_crtc_state->format = new_fb->format; in drm_sysfb_plane_helper_atomic_check()390 struct drm_sysfb_crtc_state *new_sysfb_crtc_state; in drm_sysfb_crtc_atomic_duplicate_state() local396 new_sysfb_crtc_state = kzalloc(sizeof(*new_sysfb_crtc_state), GFP_KERNEL); in drm_sysfb_crtc_atomic_duplicate_state()397 if (!new_sysfb_crtc_state) in drm_sysfb_crtc_atomic_duplicate_state()402 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_sysfb_crtc_state->base); in drm_sysfb_crtc_atomic_duplicate_state()403 new_sysfb_crtc_state->format = sysfb_crtc_state->format; in drm_sysfb_crtc_atomic_duplicate_state()405 return &new_sysfb_crtc_state->base; in drm_sysfb_crtc_atomic_duplicate_state()
Completed in 12 milliseconds