summaryrefslogtreecommitdiff
path: root/src/ch7017/ch7017.c
AgeCommit message (Collapse)Author
2008-03-12Add stdint.h to DVO driversJesse Barnes
Fixes the build for me (just following the git development guide on a new machine).
2008-03-11Cleanse DVO drivers of CARD* types.Eric Anholt
2008-02-01Make sure symbols used by other modules are public.Paulo Cesar Pereira de Andrade
These symbols must be explicitly exported, otherwise if compiled with hidden symbols, LoaderSymbol (and dlopen) will fail to find them.
2007-11-08Bug #12059: Add ch7019 to the list of supported devices for ch7017.Eric Anholt
While I'm here, fix the chip description to be LVDS instead of TMDS in i2c device.
2007-10-01Bring the CH7017 driver closer to spec.Eric Anholt
This is also closer to what my hardware is programmed with, except for some very confusing off-by-one bugs in an unexpected direction.
2007-10-01Remove more DVO probing noise.Eric Anholt
2007-10-01Disable TV/VGA output on the CH7017/7018 devices.Eric Anholt
We don't support those outputs on this chip yet, so turn them off if the BIOS had set them on.
2007-05-16Change DVO module interface to pass more state across. Fix IVCH display.Keith Packard
The DVO module interface reflected most of the xf86Output API to the underlying functions; finish that work given the changes that have since occurred in the xf86Output API. Move the LVDS-specific code into the IVCH module and make that work on the Thinkpad X30 (an i830-based laptop). Panel scaling does not work yet.
2007-03-30Finish off some function renaming that was missed before.Eric Anholt
Thanks to alanc for catching this.
2007-02-16Check for presence of xf86Modes.h file.Keith Packard
xf86Modes.h file signals the availability of the new modes API in the server; use that instead of counting on X server version numbers. Also, finish eliminating use of local copies of those header files.
2006-12-28Add WIP CH7017 LVDS driver. This is disconnected because it's untested.Eric Anholt