Searched refs:new_mgag200_crtc_state (Results 1 – 1 of 1) sorted by relevance
974 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_simple_display_pipe_duplicate_crtc_state() local979 new_mgag200_crtc_state = kzalloc(sizeof(*new_mgag200_crtc_state), GFP_KERNEL); in mgag200_simple_display_pipe_duplicate_crtc_state()980 if (!new_mgag200_crtc_state) in mgag200_simple_display_pipe_duplicate_crtc_state()982 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_mgag200_crtc_state->base); in mgag200_simple_display_pipe_duplicate_crtc_state()984 memcpy(&new_mgag200_crtc_state->pixpllc, &mgag200_crtc_state->pixpllc, in mgag200_simple_display_pipe_duplicate_crtc_state()985 sizeof(new_mgag200_crtc_state->pixpllc)); in mgag200_simple_display_pipe_duplicate_crtc_state()987 return &new_mgag200_crtc_state->base; in mgag200_simple_display_pipe_duplicate_crtc_state()