summaryrefslogtreecommitdiff
path: root/src/ch7xxx
AgeCommit message (Expand)AuthorFilesLines
2009-07-28intel: remove unneeded includesDave Airlie1-1/+0
2009-07-18Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-04-21Require xserver 1.3Julien Cristau1-1/+1
2008-03-12Add stdint.h to DVO driversJesse Barnes1-0/+1
2008-03-11Cleanse DVO drivers of CARD* types.Eric Anholt1-8/+8
2008-02-26Bug #14649: Fix build if pciaccess headers are not with other xorg headers.Mark Kettenis1-1/+2
2008-02-01Make sure symbols used by other modules are public.Paulo Cesar Pereira de Andrade1-1/+1
2007-11-16vendor is CARD8Alan Hourihane1-2/+2
2007-10-01Suppress I2C failure error messages during DVO device detection.Eric Anholt1-9/+18
2007-09-18Bug #12457: Let the ch7xxx driver probe the 7301Dmitry Babrovich1-0/+1
2007-05-16Change DVO module interface to pass more state across. Fix IVCH display.Keith Packard1-1/+1
2007-04-19Clean up 1.2 xserver build support.Keith Packard1-2/+1
2007-03-30Warnings cleanup in ch7xxx.Eric Anholt1-7/+1
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt1-1/+2
2007-03-11add XMODES flags to the i2c driversDave Airlie1-1/+1
2007-02-16Check for presence of xf86Modes.h file.Keith Packard2-2/+2
2007-01-29ch7xxx: actually power up the chip around connection detectionDave Airlie2-1/+13
2007-01-23ch7xxx: fix output detection as per datasheet, have no DVI to test this.Dave Airlie2-2/+10
2006-12-19Respect the srcdir.Daniel Stone1-1/+1
2006-12-18Add a detect() function for DVO chips, and implement it on sil164.Eric Anholt2-1/+14
2006-12-18Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.Eric Anholt1-19/+12
2006-12-19ch7xxx: add lookup table for nameDave Airlie1-3/+28
2006-12-18Limit modes to 165Mhz on CH7009, according to spec.Eric Anholt1-0/+3
2006-12-18Align the driver to the CH7009[AB] spec.Eric Anholt2-75/+30
2006-12-18Clean up a bunch of log noise from ch7xxx startup.Eric Anholt2-19/+17
2006-12-18Add save/restore to ch7xxx to avoid segfaults on server start.Eric Anholt1-7/+25
2006-12-18Move the ch7xxx code to the style I've been settling on for output code.Eric Anholt2-84/+86
2006-11-27Re-indent ch7xxx driver.Eric Anholt3-185/+188
2006-11-02ch7xxxSaveRegs receives real type instead of void *Keith Packard1-3/+3
2006-08-08Fix a build problem.Alan Hourihane1-1/+1
2006-07-10Supply proper NULL-terminated symbol lists to avoid crashing.Eric Anholt1-2/+0
2006-07-07Initial add of DVO support code. Probes my sil164.Eric Anholt5-0/+448