Age | Commit message (Expand) | Author |
2006-12-30 | Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan. | Keith Packard |
2006-12-28 | Lack of configured monitor implies no configured modes. | Keith Packard |
2006-12-28 | Sync ranges from EDID/default should not limit configured modelines. | Keith Packard |
2006-12-28 | Belinea 10 15 55 monitor quirk - override preferred mode with largest @60Hz | Keith Packard |
2006-12-28 | Remove 8MB/32MB default VideoRam limits. | Eric Anholt |
2006-12-28 | Oops, dont use symlinks for stolen xf86 header files | Keith Packard |
2006-12-28 | Add stolen xf86 header files to driver source | Keith Packard |
2006-12-28 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2006-12-28 | Configuration support: per-output mode lines, preferred mode. | Keith Packard |
2006-12-28 | In EXA mode, force backing pixmaps into memory when doing XV to them. | Eric Anholt |
2006-12-28 | Draw textured video to the backing pixmap in the composited case. | Eric Anholt |
2006-12-28 | Add WIP CH7017 LVDS driver. This is disconnected because it's untested. | Eric Anholt |
2006-12-28 | Add WIP IVCH (i82807aa) driver. | Eric Anholt |
2006-12-28 | Reformat the DVO drivers table to be a bit more normal style. | Eric Anholt |
2006-12-28 | Move dvo driver detection into i830_dvo_init(), and use GPIOB for LVDS drivers. | Eric Anholt |
2006-12-27 | Remove the nasty #define away of ErrorF in i830_video.c. | Eric Anholt |
2006-12-27 | Fix operator precedence issue that stuck 965 t-v state into the front buffer. | Eric Anholt |
2006-12-27 | debugging for location of various 965 textured-video state. | Eric Anholt |
2006-12-27 | Fix discrepancy between XAA/EXA linear allocations that broke EXA XV. | Eric Anholt |
2006-12-27 | Bump the size of the extra space for 965 so it actually fits. | Eric Anholt |
2006-12-27 | Make the assert() in i965_video.c actually work and expose an error. | Eric Anholt |
2006-12-27 | Replace XAA mark/waitsyncs with the XAA/EXA wrappers. | Eric Anholt |
2006-12-27 | reformat i965_video.c to 4-space indents, 80 columns, no trailing whitespace. | Eric Anholt |
2006-12-27 | Move 965 textured-video out to a separate file. | Eric Anholt |
2006-12-27 | Bug #7524: Major improvements to EXA/XAA static memory allocation. | Eric Anholt |
2006-12-21 | If DDC detailed modes are missing physical size, pull from features. | Keith Packard |
2006-12-21 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2006-12-21 | Change belinea edid quirk to cover the 10 20 30W model as well. | Keith Packard |
2006-12-21 | Use Vesa DDC timeouts for all I2C busses. | Keith Packard |
2006-12-21 | When cleaning duplicate modes, make sure ->Last is reset correctly. | Keith Packard |
2006-12-21 | Add EDID quirk support for broken EDID data. | Keith Packard |
2006-12-21 | PLL computations missed one possible 'm2' value. | Keith Packard |
2006-12-21 | Computed corred color conversion values. | Keith Packard |
2006-12-21 | TV subcarrier was computed from wrong clock value. | Keith Packard |
2006-12-19 | Reinitialize DGA mode list whenever we update the global list. | Keith Packard |
2006-12-19 | TV output I830OutputPrivate had wrong type (crashed in SetMode). | Keith Packard |
2006-12-19 | Re-initialize physical screen size only if -dpi was passed. | Keith Packard |
2006-12-19 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2006-12-19 | Align textured video dither matrix to window | Keith Packard |
2006-12-19 | Bug #9382: Save the CRTC's desired mode in the old RandR 1.0 mode set path. | Eric Anholt |
2006-12-19 | Turn on dithering for 915 textured video | Keith Packard |
2006-12-19 | Remove 8k framebuffer stride restriction on 965. | Eric Anholt |
2006-12-19 | Only erase curMode in i830DisableUnusedFunctions when the CRTC is disabled. | Eric Anholt |
2006-12-19 | Respect the srcdir. | Daniel Stone |
2006-12-19 | Disable configure-disabled outputs before mode setting. | Eric Anholt |
2006-12-19 | Simplify i830DisableUnusedFunctions() by using the CRTC dpms routines. | Eric Anholt |
2006-12-19 | Writing 1 to I2C line means to tristate the bus so others can manipulate it. | Keith Packard |
2006-12-18 | Add a detect() function for DVO chips, and implement it on sil164. | Eric Anholt |
2006-12-18 | Fix crash in xf86SetScrnInfoModes when pScrn->modes ends up empty. | Eric Anholt |
2006-12-18 | Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code. | Eric Anholt |