Lines Matching refs:mgag200_crtc_state

466 	struct mgag200_crtc_state *new_mgag200_crtc_state;  in mgag200_primary_plane_helper_atomic_check()
612 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_flush() local
617 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_flush()
633 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_enable() local
634 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_enable()
672 struct mgag200_crtc_state *mgag200_crtc_state; in mgag200_crtc_reset() local
677 mgag200_crtc_state = kzalloc(sizeof(*mgag200_crtc_state), GFP_KERNEL); in mgag200_crtc_reset()
678 if (mgag200_crtc_state) in mgag200_crtc_reset()
679 __drm_atomic_helper_crtc_reset(crtc, &mgag200_crtc_state->base); in mgag200_crtc_reset()
687 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_duplicate_state() local
688 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_crtc_atomic_duplicate_state()
698 new_mgag200_crtc_state->format = mgag200_crtc_state->format; in mgag200_crtc_atomic_duplicate_state()
699 memcpy(&new_mgag200_crtc_state->pixpllc, &mgag200_crtc_state->pixpllc, in mgag200_crtc_atomic_duplicate_state()
707 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_destroy_state() local
709 __drm_atomic_helper_crtc_destroy_state(&mgag200_crtc_state->base); in mgag200_crtc_atomic_destroy_state()
710 kfree(mgag200_crtc_state); in mgag200_crtc_atomic_destroy_state()