summaryrefslogtreecommitdiff
path: root/src/ch7xxx
AgeCommit message (Collapse)Author
2008-07-27Run autoreconf at build-time; build-depend on automake, libtool and xutils-dev.Julien Cristau
2008-07-27refresh patch, autoreconf and update changelogsJulien Cristau
2008-05-12New upstream releaseBrice Goglin
2008-03-21New upstream release candidateBrice Goglin
2008-03-21Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimentalBrice Goglin
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c
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-26Bug #14649: Fix build if pciaccess headers are not with other xorg headers.Mark Kettenis
We failed to include the pciaccess header flags in our build. Even if the server was to include those flags for us, it would leave us broken for the tools-only case, and it's easier to just put the flags everywhere so we avoid future copy'n'paste mistakes.
2008-02-06Merge branch 'upstream-unstable' of ↵Julien Cristau
git+ssh://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel into debian-unstable
2008-02-05* New upstream stable branch release candidate. Fixes the following bugs:David Nusinow
+ server leaves pipe disabled at shutdown / vt switch ; closes: #453374 + [855GM] need to use BIOS for mode information ; closes: #437066 + Intel 2.2 crashes if playing a video then switching to another desktop; closes: #452372 + [G33] 2.2.0 locks up X with error "First SDVO output reported failure to sync" ; closes: #451917
2008-02-05Make 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.
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.
2008-01-07Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow
2007-11-16vendor is CARD8Alan Hourihane
2007-11-10Merge tag 'xf86-video-intel-2.1.99' into debian-experimentalJulien Cristau
Conflicts: configure.ac src/i830.h src/i830_display.c src/i830_lvds.c src/i830_memory.c src/i830_quirks.c src/i830_tv.c
2007-10-01Suppress I2C failure error messages during DVO device detection.Eric Anholt
Otherwise, errors would be printed for every chip probed which wasn't present on the system.
2007-09-18Bug #12457: Let the ch7xxx driver probe the 7301Dmitry Babrovich
Looking at the 7304, this chipset likely requires slightly different programming. However, this change allows for at least some functionality.
2007-08-18Generate PCI ID's without the leading 0x. Autoreconf to deal with it.David Nusinow
2007-08-18Add previous patch to the series (wtf quilt?) and autoreconfDavid Nusinow
2007-08-14New upstream releaseJulien Cristau
autoreconf and update changelogs.
2007-05-26Merge git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into ↵Drew Parsons
debian-experimental
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-04-20autoreconf.Julien Cristau
2007-04-20Merge tag 'xf86-video-intel-2.0.0' into debian-experimentalJulien Cristau
2007-04-19Clean up 1.2 xserver build support.Keith Packard
Convert relative X server source path to absolute. Check for local copies of needed header files before building, rather than requiring server source. Remove extra duplicate -I elements in AM_CFLAGS in sub directories.
2007-04-03New upstream release candidate.Julien Cristau
Run autoreconf to update configure/Makefile.in.
2007-04-03Merge tag 'xf86-video-intel-1.9.94' into debian-experimentalJulien Cristau
2007-03-30Warnings cleanup in ch7xxx.Eric Anholt
2007-03-30Don't forget the warnings CFLAGS in subdirectories.Eric Anholt
2007-03-15autoreconfJulien Cristau
2007-03-15Merge tag 'xf86-video-intel-1.9.92' into debian-experimentalJulien Cristau
2007-03-13autoreconf and git-add Makefile.in files in ./src subdirectoriesDrew Parsons
2007-03-11add XMODES flags to the i2c driversDave Airlie
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.
2007-01-29ch7xxx: actually power up the chip around connection detectionDave Airlie
2007-01-23ch7xxx: fix output detection as per datasheet, have no DVI to test this.Dave Airlie
2006-12-19Respect the srcdir.Daniel Stone
2006-12-18Add a detect() function for DVO chips, and implement it on sil164.Eric Anholt
2006-12-18Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.Eric Anholt
The old Init() function is removed and the previous Detect() function is now init(). This leaves us room in the namespace for a detect() like other outputs have ("is the monitor connected?"). Also, Power() became dpms(), taking a DPMSMode*. In general, the mode setting path now matches the intel internal path, except for the lack of mode_fixup().
2006-12-19ch7xxx: add lookup table for nameDave Airlie
Don't load if we don't match name
2006-12-18Limit modes to 165Mhz on CH7009, according to spec.Eric Anholt
2006-12-18Align the driver to the CH7009[AB] spec.Eric Anholt
With this, the driver works at 640x480 and 1280x1024 on my panel.
2006-12-18Clean up a bunch of log noise from ch7xxx startup.Eric Anholt
2006-12-18Add save/restore to ch7xxx to avoid segfaults on server start.Eric Anholt
2006-12-18Move the ch7xxx code to the style I've been settling on for output code.Eric Anholt
2006-11-27Re-indent ch7xxx driver.Eric Anholt
2006-11-02ch7xxxSaveRegs receives real type instead of void *Keith Packard
2006-08-08Fix a build problem.Alan Hourihane
2006-07-10Supply proper NULL-terminated symbol lists to avoid crashing.Eric Anholt
2006-07-07Initial add of DVO support code. Probes my sil164.Eric Anholt
This is a mostly-untested merge of airlied's work. The I2C modules are intended to be moved into the core server or a separate driver module when they're functional and we're happy with the API.