Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c796 static unsigned char dacvalue[] = { in mga_crtc_mode_set() local
814 dacvalue[MGA1064_VREF_CTL] = 0x03; in mga_crtc_mode_set()
815 dacvalue[MGA1064_PIX_CLK_CTL] = MGA1064_PIX_CLK_CTL_SEL_PLL; in mga_crtc_mode_set()
816 dacvalue[MGA1064_MISC_CTL] = MGA1064_MISC_CTL_DAC_EN | in mga_crtc_mode_set()
826 dacvalue[MGA1064_VREF_CTL] = 0x07; in mga_crtc_mode_set()
831 dacvalue[MGA1064_PIX_CLK_CTL] = MGA1064_PIX_CLK_CTL_SEL_PLL; in mga_crtc_mode_set()
832 dacvalue[MGA1064_MISC_CTL] = MGA1064_MISC_CTL_VGA8 | in mga_crtc_mode_set()
838 dacvalue[MGA1064_MISC_CTL] = MGA1064_MISC_CTL_VGA8 | in mga_crtc_mode_set()
849 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_8bits; in mga_crtc_mode_set()
853 dacvalue[MGA1064_MUL_CTL] = MGA1064_MUL_CTL_15bits; in mga_crtc_mode_set()
[all …]