Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
Dast_mode.c593 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update() local
596 ast_set_vbios_color_reg(ast, fb->format, vbios_mode_info); in ast_primary_plane_helper_atomic_update()
1032 &ast_state->vbios_mode_info); in ast_crtc_helper_atomic_check()
1067 struct ast_vbios_mode_info *vbios_mode_info = in ast_crtc_helper_atomic_enable() local
1068 &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_atomic_enable()
1071 ast_set_vbios_mode_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
1073 ast_set_std_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
1074 ast_set_crtc_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
1075 ast_set_dclk_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
1077 ast_set_sync_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
[all …]
Dast_drv.h319 struct ast_vbios_mode_info vbios_mode_info; member