Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dofdrm.c735 struct ofdrm_crtc_state { struct
742 static struct ofdrm_crtc_state *to_ofdrm_crtc_state(struct drm_crtc_state *base) in to_ofdrm_crtc_state()
744 return container_of(base, struct ofdrm_crtc_state, base); in to_ofdrm_crtc_state()
747 static void ofdrm_crtc_state_destroy(struct ofdrm_crtc_state *ofdrm_crtc_state) in ofdrm_crtc_state_destroy() argument
749 __drm_atomic_helper_crtc_destroy_state(&ofdrm_crtc_state->base); in ofdrm_crtc_state_destroy()
750 kfree(ofdrm_crtc_state); in ofdrm_crtc_state_destroy()
765 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check()
916 struct ofdrm_crtc_state *ofdrm_crtc_state in ofdrm_crtc_helper_atomic_flush() local
941 struct ofdrm_crtc_state *ofdrm_crtc_state = ofdrm_crtc_reset() local
958 struct ofdrm_crtc_state *ofdrm_crtc_state; ofdrm_crtc_atomic_duplicate_state() local
[all...]

Completed in 3 milliseconds