Searched refs:new_ofdrm_crtc_state (Results 1 – 1 of 1) sorted by relevance
769 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check() local796 new_ofdrm_crtc_state = to_ofdrm_crtc_state(new_crtc_state); in ofdrm_primary_plane_helper_atomic_check()797 new_ofdrm_crtc_state->format = new_fb->format; in ofdrm_primary_plane_helper_atomic_check()971 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_crtc_atomic_duplicate_state() local977 new_ofdrm_crtc_state = kzalloc(sizeof(*new_ofdrm_crtc_state), GFP_KERNEL); in ofdrm_crtc_atomic_duplicate_state()978 if (!new_ofdrm_crtc_state) in ofdrm_crtc_atomic_duplicate_state()983 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_ofdrm_crtc_state->base); in ofdrm_crtc_atomic_duplicate_state()984 new_ofdrm_crtc_state->format = ofdrm_crtc_state->format; in ofdrm_crtc_atomic_duplicate_state()986 return &new_ofdrm_crtc_state->base; in ofdrm_crtc_atomic_duplicate_state()