Home
last modified time | relevance | path

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

/linux/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() argument
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()
769 struct ofdrm_crtc_state *new_ofdrm_crtc_state; in ofdrm_primary_plane_helper_atomic_check()
930 struct ofdrm_crtc_state *ofdrm_crtc_state = to_ofdrm_crtc_state(crtc_state); in ofdrm_crtc_helper_atomic_flush() local
933 const struct drm_format_info *format = ofdrm_crtc_state->format; in ofdrm_crtc_helper_atomic_flush()
955 struct ofdrm_crtc_state *ofdrm_crtc_state = in ofdrm_crtc_reset() local
[all …]