summaryrefslogtreecommitdiff
path: root/src/tfp410
AgeCommit message (Collapse)Author
2010-03-01fix fallout from ccd5869dedd857ed3cc40bfcdda93fa527f20057.Owain G. Ainsworth
We have some extra dirs that were removed with user modesetting so similar changes are needed for them.
2009-07-28intel: remove unneeded includesDave Airlie
none of these need the resource includes
2009-07-18Update to xextproto 7.1 support.Peter Hutterer
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. SHM is now shm.h instead of shmstr. Requires definition of ShmFuncs that's not exported by the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-21Require xserver 1.3Julien Cristau
I don't think anyone tests this against an old server anymore. Signed-off-by: Eric Anholt <eric@anholt.net>
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-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-10-01Remove more DVO probing noise.Eric Anholt
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-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller