Home
last modified time | relevance | path

Searched refs:new_mgag200_crtc_state (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c466 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_primary_plane_helper_atomic_check() local
487 new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_primary_plane_helper_atomic_check()
488 new_mgag200_crtc_state->format = new_fb->format; in mgag200_primary_plane_helper_atomic_check()
688 struct mgag200_crtc_state *new_mgag200_crtc_state; in mgag200_crtc_atomic_duplicate_state() local
693 new_mgag200_crtc_state = kzalloc(sizeof(*new_mgag200_crtc_state), GFP_KERNEL); in mgag200_crtc_atomic_duplicate_state()
694 if (!new_mgag200_crtc_state) in mgag200_crtc_atomic_duplicate_state()
696 __drm_atomic_helper_crtc_duplicate_state(crtc, &new_mgag200_crtc_state->base); 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()
700 sizeof(new_mgag200_crtc_state->pixpllc)); in mgag200_crtc_atomic_duplicate_state()
[all …]
H A Dmgag200_g200eh3.c25 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200eh3_pixpllc_atomic_check() local
27 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200eh3_pixpllc_atomic_check()
H A Dmgag200_g200se.c122 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200se_00_pixpllc_atomic_check() local
124 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200se_00_pixpllc_atomic_check()
206 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200se_04_pixpllc_atomic_check() local
208 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200se_04_pixpllc_atomic_check()
H A Dmgag200_g200ew3.c32 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200ew3_pixpllc_atomic_check() local
34 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200ew3_pixpllc_atomic_check()
H A Dmgag200_g200eh.c50 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200eh_pixpllc_atomic_check() local
52 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200eh_pixpllc_atomic_check()
H A Dmgag200_g200er.c68 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200er_pixpllc_atomic_check() local
70 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200er_pixpllc_atomic_check()
H A Dmgag200_g200ev.c56 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200ev_pixpllc_atomic_check() local
58 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200ev_pixpllc_atomic_check()
H A Dmgag200_g200wb.c48 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200wb_pixpllc_atomic_check() local
50 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200wb_pixpllc_atomic_check()
H A Dmgag200_g200.c75 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200_pixpllc_atomic_check() local
77 struct mgag200_pll_values *pixpllc = &new_mgag200_crtc_state->pixpllc; in mgag200_g200_pixpllc_atomic_check()