Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_mode.c623 new_ast_crtc_state = to_ast_crtc_state(new_crtc_state); in ast_primary_plane_helper_atomic_check()
657 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_update()
1028 ast_state = to_ast_crtc_state(crtc->state); in ast_crtc_dpms()
1137 struct ast_crtc_state *old_ast_crtc_state = to_ast_crtc_state(old_crtc_state); in ast_crtc_helper_atomic_check()
1151 ast_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_check()
1190 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_flush()
1216 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_enable()
1295 ast_state = to_ast_crtc_state(crtc->state); in ast_crtc_atomic_duplicate_state()
1307 struct ast_crtc_state *ast_state = to_ast_crtc_state(state); in ast_crtc_atomic_destroy_state()
H A Dast_drv.h395 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base) macro