Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_mode.c893 unsigned char ext_vga[6]; in mga_crtc_mode_set() local
1067 ext_vga[0] = 0; in mga_crtc_mode_set()
1068 ext_vga[5] = 0; in mga_crtc_mode_set()
1072 ext_vga[0] |= (pitch & 0x300) >> 4; in mga_crtc_mode_set()
1073 ext_vga[1] = (((htotal - 4) & 0x100) >> 8) | in mga_crtc_mode_set()
1077 ext_vga[2] = ((vtotal & 0xc00) >> 10) | in mga_crtc_mode_set()
1083 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()
1085 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()
1086 ext_vga[4] = 0; in mga_crtc_mode_set()
1088 ext_vga[1] |= 0x88; in mga_crtc_mode_set()
[all …]