Home
last modified time | relevance | path

Searched refs:new_ofdrm_crtc_state (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/tiny/
Dofdrm.c768 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check() local
795 new_ofdrm_crtc_state = to_ofdrm_crtc_state(new_crtc_state); in ofdrm_primary_plane_helper_atomic_check()
796 new_ofdrm_crtc_state->format = new_fb->format; in ofdrm_primary_plane_helper_atomic_check()
970 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_crtc_atomic_duplicate_state() local
976 new_ofdrm_crtc_state = kzalloc(sizeof(*new_ofdrm_crtc_state), GFP_KERNEL); in ofdrm_crtc_atomic_duplicate_state()
977 if (!new_ofdrm_crtc_state) in ofdrm_crtc_atomic_duplicate_state()
982 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_ofdrm_crtc_state->base); in ofdrm_crtc_atomic_duplicate_state()
983 new_ofdrm_crtc_state->format = ofdrm_crtc_state->format; in ofdrm_crtc_atomic_duplicate_state()
985 return &new_ofdrm_crtc_state->base; in ofdrm_crtc_atomic_duplicate_state()