Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/tiny/
Dofdrm.c765 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check() local
782 new_ofdrm_crtc_state = to_ofdrm_crtc_state(new_crtc_state); in ofdrm_primary_plane_helper_atomic_check()
783 new_ofdrm_crtc_state->format = new_fb->format; in ofdrm_primary_plane_helper_atomic_check()
957 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_crtc_atomic_duplicate_state() local
963 new_ofdrm_crtc_state = kzalloc(sizeof(*new_ofdrm_crtc_state), GFP_KERNEL); in ofdrm_crtc_atomic_duplicate_state()
964 if (!new_ofdrm_crtc_state) in ofdrm_crtc_atomic_duplicate_state()
969 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_ofdrm_crtc_state->base); in ofdrm_crtc_atomic_duplicate_state()
970 new_ofdrm_crtc_state->format = ofdrm_crtc_state->format; in ofdrm_crtc_atomic_duplicate_state()
972 return &new_ofdrm_crtc_state->base; in ofdrm_crtc_atomic_duplicate_state()