Home
last modified time | relevance | path

Searched refs:ast_set_index_reg (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_mode.c166 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8c, (u8)((color_index & 0x0f) << 4)); in ast_set_vbios_color_reg()
168 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00); in ast_set_vbios_color_reg()
171 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8); in ast_set_vbios_color_reg()
172 ast_set_index_reg(ast, AST_IO_VGACRI, 0x92, format->cpp[0] * 8); in ast_set_vbios_color_reg()
185 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8d, refresh_rate_index & 0xff); in ast_set_vbios_mode_reg()
186 ast_set_index_reg(ast, AST_IO_VGACRI, 0x8e, mode_id & 0xff); in ast_set_vbios_mode_reg()
188 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0x00); in ast_set_vbios_mode_reg()
191 ast_set_index_reg(ast, AST_IO_VGACRI, 0x91, 0xa8); in ast_set_vbios_mode_reg()
192 ast_set_index_reg(ast, AST_IO_VGACRI, 0x93, adjusted_mode->clock / 1000); in ast_set_vbios_mode_reg()
193 ast_set_index_reg(ast, AST_IO_VGACRI, 0x94, adjusted_mode->crtc_hdisplay); in ast_set_vbios_mode_reg()
[all …]
H A Dast_dp.c119 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe4, vgacre4); in ast_astdp_read_edid_block()
356 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe0, vgacre0); in ast_astdp_encoder_helper_atomic_mode_set()
357 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe1, vgacre1); in ast_astdp_encoder_helper_atomic_mode_set()
358 ast_set_index_reg(ast, AST_IO_VGACRI, 0xe2, vgacre2); in ast_astdp_encoder_helper_atomic_mode_set()
H A Dast_2000.c49 ast_set_index_reg(ast, AST_IO_VGACRI, i, 0x00); in ast_2000_set_def_ext_reg()
H A Dast_drv.h341 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg() function
H A Dast_dp501.c271 ast_set_index_reg(ast, AST_IO_VGACRI, 0x99, jreg); in ast_launch_m68k()
H A Dast_2300.c52 ast_set_index_reg(ast, AST_IO_VGACRI, i, 0x00); in ast_2300_set_def_ext_reg()