VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/XFree86-4.3/Xserver/xf86DDC.h@ 97956

最後變更 在這個檔案從97956是 69098,由 vboxsync 提交於 7 年 前

Clean up XFree86 driver header files.
bugref:3810: X11 Guest Additions maintenance
Over the years we have cleaned up the layout in the tree of the X.Org
header files we use to build drivers. The XFree86 ones were still in their
original, rather sub-optimal layout. This change fixes that.

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.2 KB
 
1/* $XFree86: xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.h,v 1.11 2003/02/17 16:08:27 dawes Exp $ */
2
3/* xf86DDC.h
4 *
5 * This file contains all information to interpret a standard EDIC block
6 * transmitted by a display device via DDC (Display Data Channel). So far
7 * there is no information to deal with optional EDID blocks.
8 * DDC is a Trademark of VESA (Video Electronics Standard Association).
9 *
10 * Copyright 1998 by Egbert Eich <[email protected]>
11 */
12
13
14#ifndef XF86_DDC_H
15# define XF86_DDC_H
16
17#include "edid.h"
18#include "xf86i2c.h"
19#include "xf86str.h"
20
21/* speed up / slow down */
22typedef enum {
23 DDC_SLOW,
24 DDC_FAST
25} xf86ddcSpeed;
26
27extern xf86MonPtr xf86DoEDID_DDC1(
28 int scrnIndex,
29 void (*DDC1SetSpeed)(ScrnInfoPtr, xf86ddcSpeed),
30 unsigned int (*DDC1Read)(ScrnInfoPtr)
31);
32
33extern xf86MonPtr xf86DoEDID_DDC2(
34 int scrnIndex,
35 I2CBusPtr pBus
36);
37
38extern xf86MonPtr xf86PrintEDID(
39 xf86MonPtr monPtr
40);
41
42extern xf86MonPtr xf86InterpretEDID(
43 int screenIndex, Uchar *block
44);
45
46extern xf86vdifPtr xf86InterpretVdif(
47 CARD8 *c
48);
49
50extern Bool xf86SetDDCproperties(
51 ScrnInfoPtr pScreen,
52 xf86MonPtr DDC
53);
54
55extern void xf86print_vdif(
56 xf86vdifPtr v
57);
58
59#endif
60
61
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette