summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-03Allow initial position to be set in config file. Increase 965 max size.Keith Packard
2007-01-03Sync dspbase/dspsurf registers by re-reading them.Keith Packard
2007-01-02 Various sparse cleanups:Jesse Barnes
2007-01-02Use correct variable to initialize DVO I2C bus.Dave Airlie
2007-01-02Typo disabled new DRI MM on all chips.Keith Packard
2007-01-02Fix driver to build on RandR 1.2 systems again.Keith Packard
2007-01-02Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.Keith Packard
2006-12-31Elide identical modes from reported list.Keith Packard
2006-12-31Replace author-specific license with generic license.Keith Packard
2006-12-31Replace author-specific license with generic license.Keith Packard
2006-12-30Prune default modes to EDID clock limit.Keith Packard
2006-12-30Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard
2006-12-29Relax tiling requirements on G965.Eric Anholt
2006-12-28Lack of configured monitor implies no configured modes.Keith Packard
2006-12-28Sync ranges from EDID/default should not limit configured modelines.Keith Packard
2006-12-28Belinea 10 15 55 monitor quirk - override preferred mode with largest @60HzKeith Packard
2006-12-28Remove 8MB/32MB default VideoRam limits.Eric Anholt
2006-12-28Oops, dont use symlinks for stolen xf86 header filesKeith Packard
2006-12-28Add stolen xf86 header files to driver sourceKeith Packard
2006-12-28Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard
2006-12-28In EXA mode, force backing pixmaps into memory when doing XV to them.Eric Anholt
2006-12-28Draw textured video to the backing pixmap in the composited case.Eric Anholt
2006-12-28Add WIP CH7017 LVDS driver. This is disconnected because it's untested.Eric Anholt
2006-12-28Add WIP IVCH (i82807aa) driver.Eric Anholt
2006-12-28Reformat the DVO drivers table to be a bit more normal style.Eric Anholt
2006-12-28Move dvo driver detection into i830_dvo_init(), and use GPIOB for LVDS drivers.Eric Anholt
2006-12-27Remove the nasty #define away of ErrorF in i830_video.c.Eric Anholt
2006-12-27Fix operator precedence issue that stuck 965 t-v state into the front buffer.Eric Anholt
2006-12-27debugging for location of various 965 textured-video state.Eric Anholt
2006-12-27Fix discrepancy between XAA/EXA linear allocations that broke EXA XV.Eric Anholt
2006-12-27Bump the size of the extra space for 965 so it actually fits.Eric Anholt
2006-12-27Make the assert() in i965_video.c actually work and expose an error.Eric Anholt
2006-12-27Replace XAA mark/waitsyncs with the XAA/EXA wrappers.Eric Anholt
2006-12-27reformat i965_video.c to 4-space indents, 80 columns, no trailing whitespace.Eric Anholt
2006-12-27Move 965 textured-video out to a separate file.Eric Anholt
2006-12-27Bug #7524: Major improvements to EXA/XAA static memory allocation.Eric Anholt
2006-12-21If DDC detailed modes are missing physical size, pull from features.Keith Packard
2006-12-21Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-12-21Change belinea edid quirk to cover the 10 20 30W model as well.Keith Packard
2006-12-21Use Vesa DDC timeouts for all I2C busses.Keith Packard
2006-12-21When cleaning duplicate modes, make sure ->Last is reset correctly.Keith Packard
2006-12-21Add EDID quirk support for broken EDID data.Keith Packard
2006-12-21PLL computations missed one possible 'm2' value.Keith Packard
2006-12-21Computed corred color conversion values.Keith Packard
2006-12-21TV subcarrier was computed from wrong clock value.Keith Packard
2006-12-19Reinitialize DGA mode list whenever we update the global list.Keith Packard
2006-12-19TV output I830OutputPrivate had wrong type (crashed in SetMode).Keith Packard
2006-12-19Re-initialize physical screen size only if -dpi was passed.Keith Packard