Searched refs:ast_crtc_state (Results 1 – 3 of 3) sorted by relevance
603 struct ast_crtc_state *new_ast_crtc_state; in ast_primary_plane_helper_atomic_check()656 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_primary_plane_helper_atomic_update() local657 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update()1097 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_mode_set_nofb() local1099 &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_mode_set_nofb()1124 struct ast_crtc_state *old_ast_crtc_state = to_ast_crtc_state(old_crtc_state); in ast_crtc_helper_atomic_check()1126 struct ast_crtc_state *ast_state; in ast_crtc_helper_atomic_check()1177 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_crtc_helper_atomic_flush() local1186 ast_crtc_state->format, in ast_crtc_helper_atomic_flush()1189 ast_crtc_set_gamma_linear(ast, ast_crtc_state->format); in ast_crtc_helper_atomic_flush()[all …]
311 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_astdp_encoder_helper_atomic_mode_set() local312 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_astdp_encoder_helper_atomic_mode_set()
383 struct ast_crtc_state { struct392 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base) argument