Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tiny/
H A Dofdrm.c734 struct ofdrm_crtc_state { struct
746 static void ofdrm_crtc_state_destroy(struct ofdrm_crtc_state *ofdrm_crtc_state) in ofdrm_crtc_state_destroy() argument
749 kfree(ofdrm_crtc_state); in ofdrm_crtc_state_destroy()
768 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check()
929 struct ofdrm_crtc_state *ofdrm_crtc_state = to_ofdrm_crtc_state(crtc_state); in ofdrm_crtc_helper_atomic_flush() local
954 struct ofdrm_crtc_state *ofdrm_crtc_state = in ofdrm_crtc_reset() local
955 kzalloc(sizeof(*ofdrm_crtc_state), GFP_KERNEL); in ofdrm_crtc_reset()
960 if (ofdrm_crtc_state) in ofdrm_crtc_reset()
970 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_crtc_atomic_duplicate_state()
971 struct ofdrm_crtc_state *ofdrm_crtc_state; in ofdrm_crtc_atomic_duplicate_state() local
[all …]