Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_mode.c869 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_simple_display_pipe_enable() local
885 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() local
938 &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() local
971 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() local
992 __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 …]
Dmgag200_drv.h160 struct mgag200_crtc_state { struct
166 static inline struct mgag200_crtc_state *to_mgag200_crtc_state(struct drm_crtc_state *base) in to_mgag200_crtc_state() argument
168 return container_of(base, struct mgag200_crtc_state, base); in to_mgag200_crtc_state()