Home
last modified time | relevance | path

Searched refs:ast_crtc_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/ast/
Dast_mode.c603 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() local
657 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() local
1099 &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() local
1186 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 …]
Dast_dp.c311 struct ast_crtc_state *ast_crtc_state = to_ast_crtc_state(crtc_state); in ast_astdp_encoder_helper_atomic_mode_set() local
312 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_astdp_encoder_helper_atomic_mode_set()
Dast_drv.h383 struct ast_crtc_state { struct
392 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base) argument