Searched refs:ast_crtc_state (Results 1 – 2 of 2) sorted by relevance
604 struct ast_crtc_state *new_ast_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() local658 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update()1008 struct ast_crtc_state *ast_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()1139 struct ast_crtc_state *ast_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() local1191 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_atomic_flush()1200 ast_crtc_state->format, in ast_crtc_helper_atomic_flush()1203 ast_crtc_set_gamma_linear(ast, ast_crtc_state->format); in ast_crtc_helper_atomic_flush()[all …]
375 struct ast_crtc_state { struct384 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base) argument