Lines Matching +full:sync +full:- +full:2
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
42 /* Vertical parameters are in units of 1/2 scan line */
47 struct preg vesync; /* vert end sync */
48 struct preg vssync; /* vert start sync */
51 /* Horizontal params are in units of 2 pixels */
52 struct preg hperiod; /* horiz period - 2 */
55 struct preg hesync; /* horiz end sync */
56 struct preg hssync; /* horiz start sync */
57 struct preg heq; /* half horiz sync len */
59 struct preg hserr; /* horiz period - horiz sync len */
74 /* Vertical parameters are in units of 1/2 scan line */
79 unsigned vesync; /* vert end sync */
80 unsigned vssync; /* vert start sync */
83 /* Horizontal params are in units of 2 pixels */
85 unsigned hperiod; /* horiz period - 2 */
88 unsigned hesync; /* horiz end sync */
89 unsigned hssync; /* horiz start sync */
90 unsigned heq; /* half horiz sync len */
92 unsigned hserr; /* horiz period - horiz sync len */
97 * 3.9064MHz * 2**clock_params[2] * clock_params[1] / clock_params[0].
113 int m[2]; /* 0: 2MB vram, 1: 4MB vram */
120 {{-1,-1}}, /* 512x384, 60Hz interlaced (NTSC) */
121 {{-1,-1}}, /* 512x384, 60Hz */
122 {{-1,-1}}, /* 640x480, 50Hz interlaced (PAL) */
123 {{-1,-1}}, /* 640x480, 60Hz interlaced (NTSC) */
124 {{ 2, 2}}, /* 640x480, 60Hz (VGA) */
125 {{ 2, 2}}, /* 640x480, 67Hz */
126 {{-1,-1}}, /* 640x870, 75Hz (portrait) */
127 {{-1,-1}}, /* 768x576, 50Hz (PAL full frame) */
128 {{ 2, 2}}, /* 800x600, 56Hz */
129 {{ 2, 2}}, /* 800x600, 60Hz */
130 {{ 2, 2}}, /* 800x600, 72Hz */
131 {{ 2, 2}}, /* 800x600, 75Hz */
132 {{ 1, 2}}, /* 832x624, 75Hz */
133 {{ 1, 2}}, /* 1024x768, 60Hz */
134 {{ 1, 2}}, /* 1024x768, 70Hz (or 72Hz?) */
135 {{ 1, 2}}, /* 1024x768, 75Hz (VESA) */
136 {{ 1, 2}}, /* 1024x768, 75Hz */
137 {{ 1, 2}}, /* 1152x870, 75Hz */
140 {{ 1, 2}}, /* 1152x768, 60Hz */