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.c581 struct ast_vbios_mode_info *vbios_mode_info = &ast_crtc_state->vbios_mode_info; in ast_primary_plane_helper_atomic_update() local
584 ast_set_vbios_color_reg(ast, fb->format, vbios_mode_info); in ast_primary_plane_helper_atomic_update()
772 &ast_state->vbios_mode_info); in ast_crtc_helper_atomic_check()
802 struct ast_vbios_mode_info *vbios_mode_info = in ast_crtc_helper_atomic_enable() local
803 &ast_crtc_state->vbios_mode_info; in ast_crtc_helper_atomic_enable()
806 ast_set_vbios_mode_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
808 ast_set_std_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
809 ast_set_crtc_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
810 ast_set_dclk_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
812 ast_set_sync_reg(ast, adjusted_mode, vbios_mode_info); in ast_crtc_helper_atomic_enable()
[all …]
Dast_drv.h292 struct ast_vbios_mode_info vbios_mode_info; member