summaryrefslogtreecommitdiff
path: root/hw/xfree86/ddc/xf86DDC.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-29EDID: CEA extension supportMa Ling1-0/+50
Reviewed-by: Adam Jackson <ajax@redhat.com>
2009-07-17displayid: Implement mode decoding.Adam Jackson1-0/+11
2009-07-17ddc: s/xf86DDCMonitorSet/xf86EdidMonitorSet/Adam Jackson1-1/+1
Since we need a second path for DisplayID.
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-10/+10
Save in a few special cases, _X_EXPORT should not be used in C source files. Instead, it should be used in headers, and the proper C source include that header. Some special cases are symbols that need to be shared between modules, but not expected to be used by external drivers, and symbols that are accessible via LoaderSymbol/dlopen. This patch also adds conditionally some new sdk header files, depending on extensions enabled. These files were added to match pattern for other extensions/modules, that is, have the headers "deciding" symbol visibility in the sdk. These headers are: o Xext/panoramiXsrv.h, Xext/panoramiX.h o fbpict.h (unconditionally) o vidmodeproc.h o mioverlay.h (unconditionally, used only by xaa) o xfixes.h (unconditionally, symbols required by dri2) LoaderSymbol and similar functions now don't have different prototypes, in loaderProcs.h and xf86Module.h, so that both headers can be included, without the need of defining IN_LOADER. xf86NewInputDevice() device prototype readded to xf86Xinput.h, but not exported (and with a comment about it).
2008-11-03Add xf86MonitorIsHDMI() helper.Adam Jackson1-2/+3
2008-07-01Declare xf86InterpretEEDID() properly.Adam Jackson1-0/+4
2008-06-30Actually fetch all blocks of EEDID if asked to.Adam Jackson1-1/+1
2008-03-28Start E-EDID support in the DDC module.Adam Jackson1-0/+2
Since there's no way to safely know how many blocks xf86DoEDID_DDC2 would return, add a new xf86DoEEDID entrypoint to do that, and implement the one in terms of the other.
2007-06-02Delete VDIF support; it was never used anyway.Adam Jackson1-8/+0
2006-11-28Separate DDC mode list creation from MonPtr creation.Eric Anholt1-0/+2
This will be used by the intel driver, and likely other RandR 1.2 drivers.
2006-09-14Bug #5386: Synthesize modelines from EDID data.Luc Verhaegen1-0/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-5/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb1-1/+1
programs/Xserver/hw/xfree86/vgahw/vgaHW.c programs/Xserver/hw/xfree86/vgahw/vgaHW.h programs/Xserver/miext/shadow/shadow.h programs/Xserver/miext/shadow/shpacked.c programs/Xserver/miext/shadow/shplanar.c programs/Xserver/miext/shadow/shrotate.c Fix glitches in pointer to functions declarations.
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson1-1/+3
*Weak() resolver functions.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+61