Mercurial > mplayer.hg
annotate vidix/unichrome_vid.c @ 27028:68b4d137364f
6 months of changes
author | compn |
---|---|
date | Sun, 15 Jun 2008 02:41:08 +0000 |
parents | 502f04b67653 |
children | df448e1248b2 |
rev | line source |
---|---|
22850 | 1 /* |
23046
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
2 * VIDIX driver for VIA CLE266/Unichrome chipsets. |
26715 | 3 * |
23046
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
4 * Copyright (C) 2004 Timothy Lee |
26715 | 5 * Thanks to Gilles Frattini for bugfixes |
6 * Doxygen documentation by Benjamin Zores <ben@geexbox.org> | |
7 * h/w revision detection by Timothy Lee <timothy.lee@siriushk.com> | |
23046
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
8 * |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
9 * This file is part of MPlayer. |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
10 * |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
11 * MPlayer is free software; you can redistribute it and/or modify |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
12 * it under the terms of the GNU General Public License as published by |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
13 * the Free Software Foundation; either version 2 of the License, or |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
14 * (at your option) any later version. |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
15 * |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
16 * MPlayer is distributed in the hope that it will be useful, |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
19 * GNU General Public License for more details. |
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
20 * |
26719 | 21 * You should have received a copy of the GNU General Public License along |
22 * with MPlayer; if not, write to the Free Software Foundation, Inc., | |
23 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
23046
82216ef041e0
updated vidix files headers whenever it's possible to have a clear GPL statement
ben
parents:
22905
diff
changeset
|
24 */ |
22850 | 25 |
26 #include <errno.h> | |
27 #include <stdio.h> | |
28 #include <stdlib.h> | |
29 #include <string.h> | |
30 #include <inttypes.h> | |
31 #include <unistd.h> | |
32 | |
26203 | 33 #include "config.h" |
22850 | 34 #include "vidix.h" |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
35 #include "vidixlib.h" |
22850 | 36 #include "fourcc.h" |
22901 | 37 #include "dha.h" |
22900
a9e111b88c4a
merged libdha and libvidix, moved all files from libdha to vidix directory
ben
parents:
22874
diff
changeset
|
38 #include "pci_ids.h" |
a9e111b88c4a
merged libdha and libvidix, moved all files from libdha to vidix directory
ben
parents:
22874
diff
changeset
|
39 #include "pci_names.h" |
22850 | 40 |
41 #include "unichrome_regs.h" | |
42 | |
43 /** | |
44 * @brief Information on PCI device. | |
45 */ | |
23059 | 46 static pciinfo_t pci_info; |
22850 | 47 |
48 /** | |
49 * @brief Unichrome driver colorkey settings. | |
50 */ | |
51 static vidix_grkey_t uc_grkey; | |
52 | |
53 static int frames[VID_PLAY_MAXFRAMES]; | |
23059 | 54 static uint8_t *vio; |
55 static uint8_t *uc_mem; | |
56 static uint8_t mclk_save[3]; | |
57 static uint8_t hwrev; | |
22850 | 58 |
59 #define VIA_OUT(hwregs, reg, val) *(volatile uint32_t *)((hwregs) + (reg)) = (val) | |
60 #define VIA_IN(hwregs, reg) *(volatile uint32_t *)((hwregs) + (reg)) | |
61 #define VGA_OUT8(hwregs, reg, val) *(volatile uint8_t *)((hwregs) + (reg) + 0x8000) = (val) | |
62 #define VGA_IN8(hwregs, reg) *(volatile uint8_t *)((hwregs) + (reg) + 0x8000) | |
63 #define VIDEO_OUT(hwregs, reg, val) VIA_OUT((hwregs)+0x200, reg, val) | |
64 #define VIDEO_IN(hwregs, reg) VIA_IN((hwregs)+0x200, reg) | |
65 | |
66 #define outb(val,reg) OUTPORT8(reg,val) | |
67 #define inb(reg) INPORT8(reg) | |
68 | |
69 #define ALIGN_TO(v, n) (((v) + (n-1)) & ~(n-1)) | |
70 #define UC_MAP_V1_FIFO_CONTROL(depth, pre_thr, thr) \ | |
71 (((depth)-1) | ((thr) << 8) | ((pre_thr) << 24)) | |
72 | |
73 #define VIDEOMEMORY_SIZE (8 * 1024 * 1024) | |
74 #define FRAMEBUFFER_SIZE 0x200000 | |
75 #define FRAMEBUFFER_START (VIDEOMEMORY_SIZE - FRAMEBUFFER_SIZE) | |
76 | |
77 #ifdef DEBUG_LOGFILE | |
23059 | 78 static FILE *logfile = 0; |
22850 | 79 #define LOGWRITE(x) {if(logfile) fprintf(logfile,x);} |
80 #else | |
81 #define LOGWRITE(x) | |
82 #endif | |
83 | |
84 /** | |
85 * @brief Unichrome driver vidix capabilities. | |
86 */ | |
87 static vidix_capability_t uc_cap = { | |
88 "VIA CLE266 Unichrome driver", | |
89 "Timothy Lee <timothy@siriushk.com>", | |
90 TYPE_OUTPUT, | |
91 {0, 0, 0, 0}, | |
92 4096, | |
93 4096, | |
94 4, | |
95 4, | |
96 -1, | |
97 FLAG_UPSCALER | FLAG_DOWNSCALER, | |
98 VENDOR_VIA2, | |
99 -1, | |
100 {0, 0, 0, 0} | |
101 }; | |
102 | |
103 /** | |
104 * @brief list of card IDs compliant with the Unichrome driver . | |
105 */ | |
106 static unsigned short uc_card_ids[] = { | |
22874
9a8f6901e888
updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
ben
parents:
22866
diff
changeset
|
107 DEVICE_VIA2_VT8623_APOLLO_CLE266, |
9a8f6901e888
updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
ben
parents:
22866
diff
changeset
|
108 DEVICE_VIA2_VT8378_S3_UNICHROME |
22850 | 109 }; |
110 | |
111 /** | |
112 * @brief Find chip index in Unichrome compliant devices list. | |
113 * | |
114 * @param chip_id PCI device ID. | |
115 * | |
116 * @returns index position in uc_card_ids if successful. | |
117 * -1 if chip_id is not a compliant chipset ID. | |
118 */ | |
119 static int | |
120 find_chip (unsigned chip_id) | |
121 { | |
122 unsigned i; | |
123 for (i = 0; i < sizeof (uc_card_ids) / sizeof (unsigned short); i++) | |
124 { | |
125 if (chip_id == uc_card_ids[i]) | |
126 return i; | |
127 } | |
128 return -1; | |
129 } | |
130 | |
131 /** | |
132 * @brief Map hardware settings for vertical scaling. | |
133 * | |
134 * @param sh source height. | |
135 * @param dh destination height. | |
136 * @param zoom will hold vertical setting of zoom register. | |
137 * @param mini will hold vertical setting of mini register. | |
138 * | |
139 * @returns 1 if successful. | |
140 * 0 if the zooming factor is too large or small. | |
141 * | |
142 * @note Derived from VIA's V4L driver. | |
143 * See ddover.c, DDOVER_HQVCalcZoomHeight() | |
144 */ | |
145 static int | |
22866 | 146 uc_ovl_map_vzoom (uint32_t sh, uint32_t dh, uint32_t * zoom, uint32_t * mini) |
22850 | 147 { |
148 uint32_t sh1, tmp, d; | |
149 int zoom_ok = 1; | |
150 | |
151 if (sh == dh) /* No zoom */ | |
152 { | |
153 /* Do nothing */ | |
154 } | |
155 else if (sh < dh) /* Zoom in */ | |
156 { | |
157 tmp = (sh * 0x0400) / dh; | |
158 zoom_ok = !(tmp > 0x3ff); | |
159 | |
160 *zoom |= (tmp & 0x3ff) | V1_Y_ZOOM_ENABLE; | |
161 *mini |= V1_Y_INTERPOLY | V1_YCBCR_INTERPOLY; | |
162 } | |
163 else /* sw > dh - Zoom out */ | |
164 { | |
165 /* Find a suitable divider (1 << d) = {2, 4, 8 or 16} */ | |
166 sh1 = sh; | |
167 for (d = 1; d < 5; d++) | |
168 { | |
169 sh1 >>= 1; | |
170 if (sh1 <= dh) | |
171 break; | |
172 } | |
173 if (d == 5) /* too small */ | |
174 { | |
175 d = 4; | |
176 zoom_ok = 0; | |
177 } | |
178 | |
179 *mini |= ((d << 1) - 1) << 16; /* <= {1,3,5,7} << 16 */ | |
180 | |
181 /* Add scaling */ | |
182 if (sh1 < dh) | |
183 { | |
184 tmp = (sh1 * 0x400) / dh; | |
185 *zoom |= ((tmp & 0x3ff) | V1_Y_ZOOM_ENABLE); | |
186 *mini |= V1_Y_INTERPOLY | V1_YCBCR_INTERPOLY; | |
187 } | |
188 } | |
189 | |
190 return zoom_ok; | |
191 } | |
192 | |
193 /** | |
194 * @brief Map hardware settings for horizontal scaling. | |
195 * | |
196 * @param sw source width. | |
197 * @param dw destination width. | |
198 * @param zoom will hold horizontal setting of zoom register. | |
199 * @param mini will hold horizontal setting of mini register. | |
200 * @param falign will hold fetch aligment. | |
201 * @param dcount will hold display count. | |
202 * | |
203 * @returns 1 if successful. | |
204 * 0 if the zooming factor is too large or small. | |
205 * | |
206 * @note Derived from VIA's V4L driver. | |
207 * See ddover.c, DDOVER_HQVCalcZoomWidth() and DDOver_GetDisplayCount() | |
208 */ | |
209 static int | |
22866 | 210 uc_ovl_map_hzoom (uint32_t sw, uint32_t dw, uint32_t * zoom, uint32_t * mini, |
22850 | 211 int *falign, int *dcount) |
212 { | |
213 uint32_t tmp, sw1, d; | |
214 int md; /* Minify-divider */ | |
215 int zoom_ok = 1; | |
216 | |
217 md = 1; | |
218 *falign = 0; | |
219 | |
220 if (sw == dw) /* no zoom */ | |
221 { | |
222 /* Do nothing */ | |
223 } | |
224 else if (sw < dw) /* zoom in */ | |
225 { | |
226 tmp = (sw * 0x0800) / dw; | |
227 zoom_ok = !(tmp > 0x7ff); | |
228 | |
229 *zoom |= ((tmp & 0x7ff) << 16) | V1_X_ZOOM_ENABLE; | |
230 *mini |= V1_X_INTERPOLY; | |
231 } | |
232 else /* sw > dw - Zoom out */ | |
233 { | |
234 /* Find a suitable divider (1 << d) = {2, 4, 8 or 16} */ | |
235 sw1 = sw; | |
236 for (d = 1; d < 5; d++) | |
237 { | |
238 sw1 >>= 1; | |
239 if (sw1 <= dw) | |
240 break; | |
241 } | |
242 if (d == 5) /* too small */ | |
243 { | |
244 d = 4; | |
245 zoom_ok = 0; | |
246 } | |
247 | |
248 md = 1 << d; /* <= {2,4,8,16} */ | |
249 *falign = ((md << 1) - 1) & 0xf; /* <= {3,7,15,15} */ | |
250 *mini |= V1_X_INTERPOLY; | |
251 *mini |= ((d << 1) - 1) << 24; /* <= {1,3,5,7} << 24 */ | |
252 | |
253 /* Add scaling */ | |
254 if (sw1 < dw) | |
255 { | |
256 /* CLE bug */ | |
257 /* tmp = sw1*0x0800 / dw; */ | |
258 tmp = (sw1 - 2) * 0x0800 / dw; | |
259 *zoom |= ((tmp & 0x7ff) << 16) | V1_X_ZOOM_ENABLE; | |
260 } | |
261 } | |
262 | |
263 *dcount = sw - md; | |
264 return zoom_ok; | |
265 } | |
266 | |
267 /** | |
268 * @brief qword fetch register setting. | |
269 * | |
270 * @param format overlay pixel format. | |
271 * @param sw source width. | |
272 * | |
273 * @return qword fetch register setting | |
274 * | |
275 * @note Derived from VIA's V4L driver. See ddover.c, DDOver_GetFetch() | |
276 * @note Only call after uc_ovl_map_hzoom() | |
277 */ | |
278 static uint32_t | |
279 uc_ovl_map_qwfetch (uint32_t format, int sw) | |
280 { | |
281 uint32_t fetch = 0; | |
282 | |
283 switch (format) | |
284 { | |
285 case IMGFMT_YV12: | |
286 case IMGFMT_I420: | |
287 fetch = ALIGN_TO (sw, 32) >> 4; | |
288 break; | |
289 case IMGFMT_UYVY: | |
290 case IMGFMT_YVYU: | |
291 case IMGFMT_YUY2: | |
292 fetch = (ALIGN_TO (sw << 1, 16) >> 4) + 1; | |
293 break; | |
294 case IMGFMT_BGR15: | |
295 case IMGFMT_BGR16: | |
296 fetch = (ALIGN_TO (sw << 1, 16) >> 4) + 1; | |
297 break; | |
298 case IMGFMT_BGR32: | |
299 fetch = (ALIGN_TO (sw << 2, 16) >> 4) + 1; | |
300 break; | |
301 default: | |
302 printf ("[unichrome] Unexpected pixelformat!"); | |
303 break; | |
304 } | |
305 | |
306 if (fetch < 4) | |
307 fetch = 4; | |
308 | |
309 return fetch; | |
310 } | |
311 | |
312 /** | |
313 * @brief Map pixel format. | |
314 * | |
315 * @param format pixel format. | |
316 * | |
317 * @return the mapped pixel format. | |
318 * | |
319 * @note Derived from VIA's V4L driver. See ddover.c, DDOver_GetV1Format() | |
320 */ | |
321 static uint32_t | |
322 uc_ovl_map_format (uint32_t format) | |
323 { | |
324 switch (format) | |
325 { | |
326 case IMGFMT_UYVY: | |
327 case IMGFMT_YVYU: | |
328 case IMGFMT_YUY2: | |
329 return V1_COLORSPACE_SIGN | V1_YUV422; | |
330 case IMGFMT_IYUV: | |
331 return V1_COLORSPACE_SIGN | V1_YCbCr420 | V1_SWAP_SW; | |
332 case IMGFMT_YV12: | |
333 case IMGFMT_I420: | |
334 return V1_COLORSPACE_SIGN | V1_YCbCr420; | |
335 case IMGFMT_BGR15: | |
336 return V1_RGB15; | |
337 case IMGFMT_BGR16: | |
338 return V1_RGB16; | |
339 case IMGFMT_BGR32: | |
340 return V1_RGB32; | |
341 default: | |
342 printf ("[unichrome] Unexpected pixelformat!"); | |
343 return V1_YUV422; | |
344 } | |
345 } | |
346 | |
347 /** | |
348 * @brief Calculate V1 control and fifo-control register values. | |
349 * | |
350 * @param format pixel format. | |
351 * @param sw source width. | |
352 * @param hwrev CLE266 hardware revision. | |
353 * @param extfifo_on set this 1 if the extended FIFO is enabled. | |
354 * @param control will hold value for V1_CONTROL. | |
355 * @param fifo will hold value for V1_FIFO_CONTROL. | |
356 */ | |
357 static void | |
358 uc_ovl_map_v1_control (uint32_t format, int sw, | |
359 int hwrev, int extfifo_on, | |
360 uint32_t * control, uint32_t * fifo) | |
361 { | |
362 *control = V1_BOB_ENABLE | uc_ovl_map_format (format); | |
363 | |
364 if (hwrev == 0x10) | |
365 { | |
366 *control |= V1_EXPIRE_NUM_F; | |
367 } | |
368 else | |
369 { | |
370 if (extfifo_on) | |
371 { | |
372 *control |= V1_EXPIRE_NUM_A | V1_FIFO_EXTENDED; | |
373 } | |
374 else | |
375 { | |
376 *control |= V1_EXPIRE_NUM; | |
377 } | |
378 } | |
379 | |
380 if ((format == IMGFMT_YV12) || (format == IMGFMT_I420)) | |
381 { | |
382 /* Minified video will be skewed without this workaround. */ | |
383 if (sw <= 80) /* Fetch count <= 5 */ | |
384 { | |
385 *fifo = UC_MAP_V1_FIFO_CONTROL (16, 0, 0); | |
386 } | |
387 else | |
388 { | |
389 if (hwrev == 0x10) | |
390 *fifo = UC_MAP_V1_FIFO_CONTROL (64, 56, 56); | |
391 else | |
392 *fifo = UC_MAP_V1_FIFO_CONTROL (16, 12, 8); | |
393 } | |
394 } | |
395 else | |
396 { | |
397 if (hwrev == 0x10) | |
398 { | |
399 *fifo = UC_MAP_V1_FIFO_CONTROL (64, 56, 56); /* Default rev 0x10 */ | |
400 } | |
401 else | |
402 { | |
403 if (extfifo_on) | |
404 *fifo = UC_MAP_V1_FIFO_CONTROL (48, 40, 40); | |
405 else | |
406 *fifo = UC_MAP_V1_FIFO_CONTROL (32, 29, 16); /* Default */ | |
407 } | |
408 } | |
409 } | |
410 | |
411 /** | |
412 * @brief Setup extended FIFO. | |
413 * | |
414 * @param extfifo_on pointer determining if extended fifo is enable or not. | |
415 * @param dst_w destination width. | |
416 */ | |
417 static void | |
418 uc_ovl_setup_fifo (int *extfifo_on, int dst_w) | |
419 { | |
420 if (dst_w <= 1024) /* Disable extended FIFO */ | |
421 { | |
422 outb (0x16, 0x3c4); | |
423 outb (mclk_save[0], 0x3c5); | |
424 outb (0x17, 0x3c4); | |
425 outb (mclk_save[1], 0x3c5); | |
426 outb (0x18, 0x3c4); | |
427 outb (mclk_save[2], 0x3c5); | |
428 *extfifo_on = 0; | |
429 } | |
430 else /* Enable extended FIFO */ | |
431 { | |
432 outb (0x17, 0x3c4); | |
433 outb (0x2f, 0x3c5); | |
434 outb (0x16, 0x3c4); | |
435 outb ((mclk_save[0] & 0xf0) | 0x14, 0x3c5); | |
436 outb (0x18, 0x3c4); | |
437 outb (0x56, 0x3c5); | |
438 *extfifo_on = 1; | |
439 } | |
440 } | |
441 | |
442 static void | |
443 uc_ovl_vcmd_wait (volatile uint8_t * vio) | |
444 { | |
445 while ((VIDEO_IN (vio, V_COMPOSE_MODE) | |
446 & (V1_COMMAND_FIRE | V3_COMMAND_FIRE))); | |
447 } | |
448 | |
449 /** | |
450 * @brief Probe hardware to find some useable chipset. | |
451 * | |
452 * @param verbose specifies verbose level. | |
453 * @param force specifies force mode : driver should ignore | |
454 * device_id (danger but useful for new devices) | |
455 * | |
456 * @returns 0 if it can handle something in PC. | |
457 * a negative error code otherwise. | |
458 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
459 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
460 unichrome_probe (int verbose, int force) |
22850 | 461 { |
462 pciinfo_t lst[MAX_PCI_DEVICES]; | |
463 unsigned i, num_pci; | |
464 int err; | |
465 err = pci_scan (lst, &num_pci); | |
466 if (err) | |
467 { | |
468 printf ("[unichrome] Error occurred during pci scan: %s\n", | |
469 strerror (err)); | |
470 return err; | |
471 } | |
472 else | |
473 { | |
474 err = ENXIO; | |
475 for (i = 0; i < num_pci; i++) | |
476 { | |
477 if (lst[i].vendor == VENDOR_VIA2) | |
478 { | |
479 int idx; | |
480 const char *dname; | |
481 idx = find_chip (lst[i].device); | |
482 if (idx == -1) | |
483 continue; | |
484 dname = pci_device_name (VENDOR_VIA2, lst[i].device); | |
485 dname = dname ? dname : "Unknown chip"; | |
486 printf ("[unichrome] Found chip: %s\n", dname); | |
487 if ((lst[i].command & PCI_COMMAND_IO) == 0) | |
488 { | |
489 printf ("[unichrome] Device is disabled, ignoring\n"); | |
490 continue; | |
491 } | |
492 uc_cap.device_id = lst[i].device; | |
493 err = 0; | |
494 memcpy (&pci_info, &lst[i], sizeof (pciinfo_t)); | |
495 break; | |
496 } | |
497 } | |
498 } | |
499 | |
500 if (err && verbose) | |
501 printf ("[unichrome] Can't find chip\n"); | |
502 return err; | |
503 } | |
504 | |
505 /** | |
506 * @brief Initializes driver. | |
507 * | |
508 * @returns 0 if ok. | |
509 * a negative error code otherwise. | |
510 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
511 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
512 unichrome_init (void) |
22850 | 513 { |
514 long tmp; | |
515 uc_mem = map_phys_mem (pci_info.base0, VIDEOMEMORY_SIZE); | |
516 enable_app_io (); | |
517 | |
518 outb (0x2f, 0x3c4); | |
519 tmp = inb (0x3c5) << 0x18; | |
520 vio = map_phys_mem (tmp, 0x1000); | |
521 | |
522 outb (0x16, 0x3c4); | |
523 mclk_save[0] = inb (0x3c5); | |
524 outb (0x17, 0x3c4); | |
525 mclk_save[1] = inb (0x3c5); | |
526 outb (0x18, 0x3c4); | |
527 mclk_save[2] = inb (0x3c5); | |
528 | |
529 uc_grkey.ckey.blue = 0x00; | |
530 uc_grkey.ckey.green = 0x00; | |
531 uc_grkey.ckey.red = 0x00; | |
532 | |
533 /* Detect whether we have a CLE266Ax or CLE266Cx */ | |
534 outb (0x4f, 0x3d4); | |
535 tmp = inb (0x3d5); | |
536 outb (0x4f, 0x3d4); | |
537 outb (0x55, 0x3d5); | |
538 outb (0x4f, 0x3d4); | |
539 if (0x55 == inb (0x3d5)) | |
540 { | |
541 /* Only CLE266Cx supports CR4F */ | |
542 hwrev = 0x11; | |
543 } | |
544 else | |
545 { | |
546 /* Otherwise assume to be a CLE266Ax */ | |
547 hwrev = 0x00; | |
548 } | |
549 outb (0x4f, 0x3d4); | |
550 outb (tmp, 0x3d5); | |
551 | |
552 #ifdef DEBUG_LOGFILE | |
553 logfile = fopen ("/tmp/uc_vidix.log", "w"); | |
554 #endif | |
555 return 0; | |
556 } | |
557 | |
558 /** | |
559 * @brief Destroys driver. | |
560 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
561 static void |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
562 unichrome_destroy (void) |
22850 | 563 { |
564 #ifdef DEBUG_LOGFILE | |
565 if (logfile) | |
566 fclose (logfile); | |
567 #endif | |
568 outb (0x16, 0x3c4); | |
569 outb (mclk_save[0], 0x3c5); | |
570 outb (0x17, 0x3c4); | |
571 outb (mclk_save[1], 0x3c5); | |
572 outb (0x18, 0x3c4); | |
573 outb (mclk_save[2], 0x3c5); | |
574 | |
575 disable_app_io (); | |
576 unmap_phys_mem (uc_mem, VIDEOMEMORY_SIZE); | |
577 unmap_phys_mem (vio, 0x1000); | |
578 } | |
579 | |
580 /** | |
581 * @brief Get chipset's hardware capabilities. | |
582 * | |
583 * @param to Pointer to the vidix_capability_t structure to be filled. | |
584 * | |
585 * @returns 0. | |
586 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
587 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
588 unichrome_get_caps (vidix_capability_t * to) |
22850 | 589 { |
590 memcpy (to, &uc_cap, sizeof (vidix_capability_t)); | |
591 return 0; | |
592 } | |
593 | |
594 /** | |
595 * @brief Report if the video FourCC is supported by hardware. | |
596 * | |
597 * @param fourcc input image format. | |
598 * | |
599 * @returns 1 if the fourcc is supported. | |
600 * 0 otherwise. | |
601 */ | |
602 static int | |
603 is_supported_fourcc (uint32_t fourcc) | |
604 { | |
605 switch (fourcc) | |
606 { | |
607 case IMGFMT_YV12: | |
608 case IMGFMT_I420: | |
609 case IMGFMT_UYVY: | |
610 case IMGFMT_YVYU: | |
611 case IMGFMT_YUY2: | |
612 case IMGFMT_BGR15: | |
613 case IMGFMT_BGR16: | |
614 case IMGFMT_BGR32: | |
615 return 1; | |
616 default: | |
617 return 0; | |
618 } | |
619 } | |
620 | |
621 /** | |
622 * @brief Try to configure video memory for given fourcc. | |
623 * | |
624 * @param to Pointer to the vidix_fourcc_t structure to be filled. | |
625 * | |
626 * @returns 0 if ok. | |
627 * errno otherwise. | |
628 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
629 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
630 unichrome_query_fourcc (vidix_fourcc_t * to) |
22850 | 631 { |
632 if (is_supported_fourcc (to->fourcc)) | |
633 { | |
23060 | 634 to->depth = VID_DEPTH_ALL; |
22850 | 635 to->flags = VID_CAP_EXPAND | VID_CAP_SHRINK | VID_CAP_COLORKEY; |
636 return 0; | |
637 } | |
638 else | |
639 to->depth = to->flags = 0; | |
640 return ENOSYS; | |
641 } | |
642 | |
643 /** | |
644 * @brief Get the GrKeys | |
645 * | |
646 * @param grkey Pointer to the vidix_grkey_t structure to be filled by driver. | |
647 * | |
648 * @return 0. | |
649 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
650 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
651 unichrome_get_gkey (vidix_grkey_t * grkey) |
22850 | 652 { |
653 memcpy (grkey, &uc_grkey, sizeof (vidix_grkey_t)); | |
26753
502f04b67653
cosmetics: Remove useless parentheses from return statements.
diego
parents:
26719
diff
changeset
|
654 return 0; |
22850 | 655 } |
656 | |
657 /** | |
658 * @brief Set the GrKeys | |
659 * | |
660 * @param grkey Colorkey to be set. | |
661 * | |
662 * @return 0. | |
663 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
664 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
665 unichrome_set_gkey (const vidix_grkey_t * grkey) |
22850 | 666 { |
667 unsigned long dwCompose = VIDEO_IN (vio, V_COMPOSE_MODE) & ~0x0f; | |
668 memcpy (&uc_grkey, grkey, sizeof (vidix_grkey_t)); | |
669 if (uc_grkey.ckey.op != CKEY_FALSE) | |
670 { | |
671 /* Set colorkey (how do I detect BPP in hardware ??) */ | |
672 unsigned long ckey; | |
673 if (1) /* Assume 16-bit graphics */ | |
674 { | |
675 ckey = (grkey->ckey.blue & 0x1f) | |
676 | ((grkey->ckey.green & 0x3f) << 5) | |
677 | ((grkey->ckey.red & 0x1f) << 11); | |
678 } | |
679 else | |
680 { | |
681 ckey = (grkey->ckey.blue) | |
682 | (grkey->ckey.green << 8) | (grkey->ckey.red << 16); | |
683 } | |
684 VIDEO_OUT (vio, V_COLOR_KEY, ckey); | |
685 dwCompose |= SELECT_VIDEO_IF_COLOR_KEY; | |
686 } | |
687 | |
688 /* Execute the changes */ | |
689 VIDEO_OUT (vio, V_COMPOSE_MODE, dwCompose | V1_COMMAND_FIRE); | |
26753
502f04b67653
cosmetics: Remove useless parentheses from return statements.
diego
parents:
26719
diff
changeset
|
690 return 0; |
22850 | 691 } |
692 | |
693 /** | |
694 * @brief Unichrome driver equalizer capabilities. | |
695 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
696 static vidix_video_eq_t equal = { |
22850 | 697 VEQ_CAP_BRIGHTNESS | VEQ_CAP_SATURATION | VEQ_CAP_HUE, |
698 300, 100, 0, 0, 0, 0, 0, 0 | |
699 }; | |
700 | |
701 | |
702 /** | |
703 * @brief Get the equalizer capabilities. | |
704 * | |
705 * @param eq Pointer to the vidix_video_eq_t structure to be filled by driver. | |
706 * | |
707 * @return 0. | |
708 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
709 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
710 unichrome_get_eq (vidix_video_eq_t * eq) |
22850 | 711 { |
712 memcpy (eq, &equal, sizeof (vidix_video_eq_t)); | |
713 return 0; | |
714 } | |
715 | |
716 /** | |
717 * @brief Set the equalizer capabilities for color correction | |
718 * | |
719 * @param eq equalizer capabilities to be set. | |
720 * | |
721 * @return 0. | |
722 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
723 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
724 unichrome_set_eq (const vidix_video_eq_t * eq) |
22850 | 725 { |
726 return 0; | |
727 } | |
728 | |
729 /** | |
730 * @brief Y, U, V offsets. | |
731 */ | |
732 static int YOffs, UOffs, VOffs; | |
733 | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
734 static int unichrome_frame_select (unsigned int frame); |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
735 |
22850 | 736 /** |
737 * @brief Configure driver for playback. Driver should prepare BES. | |
738 * | |
739 * @param info configuration description for playback. | |
740 * | |
741 * @returns 0 in case of success. | |
742 * -1 otherwise. | |
743 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
744 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
745 unichrome_config_playback (vidix_playback_t * info) |
22850 | 746 { |
747 int src_w, drw_w; | |
748 int src_h, drw_h; | |
22866 | 749 long base0, pitch = 0; |
750 int uv_size = 0, swap_uv; | |
22850 | 751 unsigned int i; |
752 int extfifo_on; | |
753 | |
754 /* Overlay register settings */ | |
755 uint32_t win_start, win_end; | |
756 uint32_t zoom, mini; | |
757 uint32_t dcount, falign, qwfetch; | |
758 uint32_t v_ctrl, fifo_ctrl; | |
759 | |
760 if (!is_supported_fourcc (info->fourcc)) | |
761 return -1; | |
762 | |
763 src_w = info->src.w; | |
764 src_h = info->src.h; | |
765 | |
766 drw_w = info->dest.w; | |
767 drw_h = info->dest.h; | |
768 | |
769 /* Setup FIFO */ | |
770 uc_ovl_setup_fifo (&extfifo_on, src_w); | |
771 | |
772 /* Get image format, FIFO size, etc. */ | |
773 uc_ovl_map_v1_control (info->fourcc, src_w, hwrev, extfifo_on, | |
774 &v_ctrl, &fifo_ctrl); | |
775 | |
776 /* Setup layer window */ | |
777 win_start = (info->dest.x << 16) | info->dest.y; | |
778 win_end = ((info->dest.x + drw_w - 1) << 16) | (info->dest.y + drw_h - 1); | |
779 | |
780 /* Get scaling and data-fetch parameters */ | |
781 zoom = 0; | |
782 mini = 0; | |
783 uc_ovl_map_vzoom (src_h, drw_h, &zoom, &mini); | |
22866 | 784 uc_ovl_map_hzoom (src_w, drw_w, &zoom, &mini, (int *) &falign, (int *) &dcount); |
22850 | 785 qwfetch = uc_ovl_map_qwfetch (info->fourcc, src_w); |
786 | |
787 /* Calculate buffer sizes */ | |
788 swap_uv = 0; | |
789 switch (info->fourcc) | |
790 { | |
791 case IMGFMT_YV12: | |
792 swap_uv = 1; | |
793 case IMGFMT_I420: | |
794 case IMGFMT_UYVY: | |
795 case IMGFMT_YVYU: | |
796 pitch = ALIGN_TO (src_w, 32); | |
797 uv_size = (pitch >> 1) * (src_h >> 1); | |
798 break; | |
799 | |
800 case IMGFMT_YUY2: | |
801 case IMGFMT_BGR15: | |
802 case IMGFMT_BGR16: | |
803 pitch = ALIGN_TO (src_w << 1, 32); | |
804 uv_size = 0; | |
805 break; | |
806 | |
807 case IMGFMT_BGR32: | |
808 pitch = ALIGN_TO (src_w << 2, 32); | |
809 uv_size = 0; | |
810 break; | |
811 } | |
812 if ((src_w > 4096) || (src_h > 4096) || | |
813 (src_w < 32) || (src_h < 1) || (pitch > 0x1fff)) | |
814 { | |
815 printf ("[unichrome] Layer size out of bounds\n"); | |
816 } | |
817 | |
818 /* Calculate offsets */ | |
819 info->offset.y = 0; | |
820 info->offset.v = info->offset.y + pitch * src_h; | |
821 info->offset.u = info->offset.v + uv_size; | |
822 info->frame_size = info->offset.u + uv_size; | |
823 YOffs = info->offset.y; | |
824 UOffs = (swap_uv ? info->offset.v : info->offset.u); | |
825 VOffs = (swap_uv ? info->offset.u : info->offset.v); | |
826 | |
827 /* Assume we have 2 MB to play with */ | |
828 info->num_frames = FRAMEBUFFER_SIZE / info->frame_size; | |
829 if (info->num_frames > VID_PLAY_MAXFRAMES) | |
830 info->num_frames = VID_PLAY_MAXFRAMES; | |
831 | |
832 /* Start at 6 MB. Let's hope it's not in use. */ | |
833 base0 = FRAMEBUFFER_START; | |
834 info->dga_addr = uc_mem + base0; | |
835 | |
836 info->dest.pitch.y = 32; | |
837 info->dest.pitch.u = 32; | |
838 info->dest.pitch.v = 32; | |
839 | |
840 for (i = 0; i < info->num_frames; i++) | |
841 { | |
842 info->offsets[i] = info->frame_size * i; | |
843 frames[i] = base0 + info->offsets[i]; | |
844 } | |
845 | |
846 /* Write to the hardware */ | |
847 uc_ovl_vcmd_wait (vio); | |
848 | |
849 /* Configure diy_pitchlay parameters now */ | |
850 if (v_ctrl & V1_COLORSPACE_SIGN) | |
851 { | |
852 if (hwrev >= 0x10) | |
853 { | |
854 VIDEO_OUT (vio, V1_ColorSpaceReg_2, ColorSpaceValue_2_3123C0); | |
855 VIDEO_OUT (vio, V1_ColorSpaceReg_1, ColorSpaceValue_1_3123C0); | |
856 } | |
857 else | |
858 { | |
859 VIDEO_OUT (vio, V1_ColorSpaceReg_2, ColorSpaceValue_2); | |
860 VIDEO_OUT (vio, V1_ColorSpaceReg_1, ColorSpaceValue_1); | |
861 } | |
862 } | |
863 | |
864 VIDEO_OUT (vio, V1_CONTROL, v_ctrl); | |
865 VIDEO_OUT (vio, V_FIFO_CONTROL, fifo_ctrl); | |
866 | |
867 VIDEO_OUT (vio, V1_WIN_START_Y, win_start); | |
868 VIDEO_OUT (vio, V1_WIN_END_Y, win_end); | |
869 | |
870 VIDEO_OUT (vio, V1_SOURCE_HEIGHT, (src_h << 16) | dcount); | |
871 | |
872 VIDEO_OUT (vio, V12_QWORD_PER_LINE, qwfetch << 20); | |
873 VIDEO_OUT (vio, V1_STRIDE, pitch | ((pitch >> 1) << 16)); | |
874 | |
875 VIDEO_OUT (vio, V1_MINI_CONTROL, mini); | |
876 VIDEO_OUT (vio, V1_ZOOM_CONTROL, zoom); | |
877 | |
878 /* Configure buffer address and execute the changes now! */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
879 unichrome_frame_select (0); |
22850 | 880 |
881 return 0; | |
882 } | |
883 | |
884 /** | |
885 * @brief Set playback on : driver should activate BES on this call. | |
886 * | |
887 * @return 0. | |
888 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
889 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
890 unichrome_playback_on (void) |
22850 | 891 { |
892 LOGWRITE ("Enable overlay\n"); | |
893 | |
894 /* Turn on overlay */ | |
895 VIDEO_OUT (vio, V1_CONTROL, VIDEO_IN (vio, V1_CONTROL) | V1_ENABLE); | |
896 | |
897 /* Execute the changes */ | |
898 VIDEO_OUT (vio, V_COMPOSE_MODE, | |
899 VIDEO_IN (vio, V_COMPOSE_MODE) | V1_COMMAND_FIRE); | |
900 | |
901 return 0; | |
902 } | |
903 | |
904 /** | |
905 * @brief Set playback off : driver should deactivate BES on this call. | |
906 * | |
907 * @return 0. | |
908 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
909 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
910 unichrome_playback_off (void) |
22850 | 911 { |
912 LOGWRITE ("Disable overlay\n"); | |
913 | |
914 uc_ovl_vcmd_wait (vio); | |
915 | |
916 /* Restore FIFO */ | |
917 VIDEO_OUT (vio, V_FIFO_CONTROL, UC_MAP_V1_FIFO_CONTROL (16, 12, 8)); | |
918 | |
919 /* Turn off overlay */ | |
920 VIDEO_OUT (vio, V1_CONTROL, VIDEO_IN (vio, V1_CONTROL) & ~V1_ENABLE); | |
921 | |
922 /* Execute the changes */ | |
923 VIDEO_OUT (vio, V_COMPOSE_MODE, | |
924 VIDEO_IN (vio, V_COMPOSE_MODE) | V1_COMMAND_FIRE); | |
925 | |
926 return 0; | |
927 } | |
928 | |
929 /** | |
930 * @brief Driver should prepare and activate corresponded frame. | |
931 * | |
932 * @param frame the frame index. | |
933 * | |
934 * @return 0. | |
935 * | |
936 * @note This function is used only for double and triple buffering | |
937 * and never used for single buffering playback. | |
938 */ | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
939 static int |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
940 unichrome_frame_select (unsigned int frame) |
22850 | 941 { |
942 LOGWRITE ("Frame select\n"); | |
943 | |
944 uc_ovl_vcmd_wait (vio); | |
945 | |
946 /* Configure buffer address */ | |
947 VIDEO_OUT (vio, V1_STARTADDR_Y0, frames[frame] + YOffs); | |
948 VIDEO_OUT (vio, V1_STARTADDR_CB0, frames[frame] + UOffs); | |
949 VIDEO_OUT (vio, V1_STARTADDR_CR0, frames[frame] + VOffs); | |
950 | |
951 /* Execute the changes */ | |
952 VIDEO_OUT (vio, V_COMPOSE_MODE, | |
953 VIDEO_IN (vio, V_COMPOSE_MODE) | V1_COMMAND_FIRE); | |
954 | |
955 return 0; | |
956 } | |
22857
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
957 |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
958 VDXDriver unichrome_drv = { |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
959 "unichrome", |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
960 NULL, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
961 .probe = unichrome_probe, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
962 .get_caps = unichrome_get_caps, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
963 .query_fourcc = unichrome_query_fourcc, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
964 .init = unichrome_init, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
965 .destroy = unichrome_destroy, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
966 .config_playback = unichrome_config_playback, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
967 .playback_on = unichrome_playback_on, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
968 .playback_off = unichrome_playback_off, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
969 .frame_sel = unichrome_frame_select, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
970 .get_eq = unichrome_get_eq, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
971 .set_eq = unichrome_set_eq, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
972 .get_gkey = unichrome_get_gkey, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
973 .set_gkey = unichrome_set_gkey, |
77def5093daf
switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
ben
parents:
22850
diff
changeset
|
974 }; |