Searched refs:mgag200_crtc_state (Results 1 – 2 of 2) sorted by relevance
869 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_simple_display_pipe_enable() local885 pixpll->funcs->update(pixpll, &mgag200_crtc_state->pixpllc); in mgag200_simple_display_pipe_enable()922 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_simple_display_pipe_check() local938 &mgag200_crtc_state->pixpllc); in mgag200_simple_display_pipe_check()970 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_simple_display_pipe_duplicate_crtc_state() local971 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_simple_display_pipe_duplicate_crtc_state()981 memcpy(&new_mgag200_crtc_state->pixpllc, &mgag200_crtc_state->pixpllc, in mgag200_simple_display_pipe_duplicate_crtc_state()990 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_simple_display_pipe_destroy_crtc_state() local992 __drm_atomic_helper_crtc_destroy_state(&mgag200_crtc_state->base); in mgag200_simple_display_pipe_destroy_crtc_state()993 kfree(mgag200_crtc_state); in mgag200_simple_display_pipe_destroy_crtc_state()[all …]
160 struct mgag200_crtc_state { struct166 static inline struct mgag200_crtc_state *to_mgag200_crtc_state(struct drm_crtc_state *base) in to_mgag200_crtc_state() argument168 return container_of(base, struct mgag200_crtc_state, base); in to_mgag200_crtc_state()