Lines Matching refs:mgag200_crtc_state
466 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_primary_plane_helper_atomic_check()
610 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_flush() local
615 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_flush()
631 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_enable() local
632 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_enable()
665 struct mgag200_crtc_state *mgag200_crtc_state; in mgag200_crtc_reset() local
670 mgag200_crtc_state = kzalloc(sizeof(*mgag200_crtc_state), GFP_KERNEL); in mgag200_crtc_reset()
671 if (mgag200_crtc_state) in mgag200_crtc_reset()
672 __drm_atomic_helper_crtc_reset(crtc, &mgag200_crtc_state->base); in mgag200_crtc_reset()
680 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_duplicate_state() local
681 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_crtc_atomic_duplicate_state()
691 new_mgag200_crtc_state->format = mgag200_crtc_state->format; in mgag200_crtc_atomic_duplicate_state()
692 memcpy(&new_mgag200_crtc_state->pixpllc, &mgag200_crtc_state->pixpllc, in mgag200_crtc_atomic_duplicate_state()
700 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_destroy_state() local
702 __drm_atomic_helper_crtc_destroy_state(&mgag200_crtc_state->base); in mgag200_crtc_atomic_destroy_state()
703 kfree(mgag200_crtc_state); in mgag200_crtc_atomic_destroy_state()