VirtualBox

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

Last change on this file since 93369 was 69098, checked in by vboxsync, 8 years ago

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.

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
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
Note: See TracBrowser for help on using the repository browser.

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