Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_mode.c933 unsigned char ext_vga[6]; in mga_crtc_mode_set() local
1109 ext_vga[0] = 0; in mga_crtc_mode_set()
1110 ext_vga[5] = 0; in mga_crtc_mode_set()
1114 ext_vga[0] |= (pitch & 0x300) >> 4; in mga_crtc_mode_set()
1115 ext_vga[1] = (((htotal - 4) & 0x100) >> 8) | in mga_crtc_mode_set()
1119 ext_vga[2] = ((vtotal & 0xc00) >> 10) | in mga_crtc_mode_set()
1125 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()
1127 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()
1128 ext_vga[4] = 0; in mga_crtc_mode_set()
1130 ext_vga[1] |= 0x88; in mga_crtc_mode_set()
[all …]