Home
last modified time | relevance | path

Searched refs:to_mgag200_crtc_state (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/mgag200/
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()
176 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200se_00_pixpllc_atomic_update()
206 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200se_04_pixpllc_atomic_check()
277 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200se_04_pixpllc_atomic_update()
323 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200se_crtc_helper_atomic_enable()
Dmgag200_g200er.c68 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200er_pixpllc_atomic_check()
126 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200er_pixpllc_atomic_update()
191 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200er_crtc_helper_atomic_enable()
Dmgag200_g200ev.c56 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200ev_pixpllc_atomic_check()
105 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200ev_pixpllc_atomic_update()
192 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200ev_crtc_helper_atomic_enable()
Dmgag200_mode.c495 new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_primary_plane_helper_atomic_check()
637 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_flush()
658 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_helper_atomic_enable()
699 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_duplicate_state()
720 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_crtc_atomic_destroy_state()
Dmgag200_g200eh.c50 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200eh_pixpllc_atomic_check()
98 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200eh_pixpllc_atomic_update()
Dmgag200_g200wb.c48 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200wb_pixpllc_atomic_check()
97 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200wb_pixpllc_atomic_update()
Dmgag200_g200.c75 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200_pixpllc_atomic_check()
145 struct mgag200_crtc_state *mgag200_crtc_state = to_mgag200_crtc_state(crtc_state); in mgag200_g200_pixpllc_atomic_update()
Dmgag200_vga_bmc.c34 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_vga_bmc_encoder_atomic_check()
Dmgag200_g200eh3.c25 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200eh3_pixpllc_atomic_check()
Dmgag200_g200ew3.c32 struct mgag200_crtc_state *new_mgag200_crtc_state = to_mgag200_crtc_state(new_crtc_state); in mgag200_g200ew3_pixpllc_atomic_check()
Dmgag200_drv.h186 static inline struct mgag200_crtc_state *to_mgag200_crtc_state(struct drm_crtc_state *base) in to_mgag200_crtc_state() function