Lines Matching refs:ast_crtc_state
549 struct ast_crtc_state *ast_crtc_state; in ast_primary_plane_helper_atomic_check() local
568 ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_check()
570 ast_crtc_state->format = new_plane_state->fb->format; in ast_primary_plane_helper_atomic_check()
592 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_update() local
593 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update()
1017 struct ast_crtc_state *ast_state; in ast_crtc_helper_atomic_check()
1048 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_flush() local
1049 struct ast_crtc_state *old_ast_crtc_state = to_ast_crtc_state(old_crtc_state); in ast_crtc_helper_atomic_flush()
1055 if (old_ast_crtc_state->format != ast_crtc_state->format) in ast_crtc_helper_atomic_flush()
1066 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_enable() local
1068 &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_atomic_enable()
1121 struct ast_crtc_state *ast_state = in ast_crtc_reset()
1136 struct ast_crtc_state *new_ast_state, *ast_state; in ast_crtc_atomic_duplicate_state()
1159 struct ast_crtc_state *ast_state = to_ast_crtc_state(state); in ast_crtc_atomic_destroy_state()