summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-02DOUBLE_WIDE mode for high pixel clock 8xx. Rewrite PLL search.Keith Packard
2006-12-01Fix copy'n'paste-o from restructure-outputs that resulted in crashes.Eric Anholt
2006-12-01Don't try to write the read-only PP_STATUS register.Eric Anholt
2006-12-01Add the [ax]4r4g4b4 source picture formats.Eric Anholt
2006-12-01Leave detected TV status alone when no free CRTC is available.Keith Packard
2006-12-01Do output detection before any crtc allocation.Keith Packard
2006-11-30When CRTC is disable through RandR, the mode is NULL. Don't dereference it.Keith Packard
2006-11-30Tristate the clock/data pins during GPIO when released while getting values.Eric Anholt
2006-11-30Preserve some GPIO bits that the docs tell us to.Eric Anholt
2006-11-30Add debug code for the bit-banging I2C implementation.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.restructure-outputsKeith Packard
2006-11-30Merge branch 'restructure-outputs-origin' into restructure-outputsKeith Packard
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt
2006-11-29Properly detect the GTT size on the G965.Eric Anholt
2006-11-29Revert "Don't allocate stuff in the first 256K of video memory (GATT?)"Eric Anholt
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt
2006-11-28sparse cleanups (use NULL instead of 0 for pointers)Eric Anholt
2006-11-28Remove printing of the XFree86 screen mode list, and some other detritus.Eric Anholt
2006-11-28Replace custom DDC mode list code with a copy of the X Server's.Eric Anholt
2006-11-27Driver-independent code tracks num_crtc itself, don't do it in driver.Keith Packard
2006-11-27Move #include "randrstr.h" from i830.h to i830_xf86Crtc.hKeith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-27Postpone SDVO DDC bus creation until we've detected the SDVO device.Eric Anholt
2006-11-27Reduce the severity of many informational log messages.Eric Anholt
2006-11-27Re-indent ch7xxx driver.Eric Anholt
2006-11-26Remove mode setting from load detect CRTC allocation.Keith Packard
2006-11-26Clean up reworked data structure code so the server actually starts.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22Remove custom configuration code (which was #ifdef'd out).Keith Packard
2006-11-22Note which pipe has failed to be configured for VBlank interruptKeith Packard
2006-11-22Set up maximum screen size for clone instead of panorama.Keith Packard
2006-11-22Limit DRI use to cases when pitch < 8Kbytes, not 4096 pixels.Keith Packard
2006-11-20Set configured values for screen virtual size and initial frame.Keith Packard
2006-11-20Enable second SDVO channel.Keith Packard
2006-11-19Fix TV color key.Keith Packard
2006-11-19Preliminary 945 TV output. Color key is broken. Fixed mode.Keith Packard
2006-11-17Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-16Don't dereference null DisplayModePtr on disabled output.Keith Packard
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-16Remove output options. Let outputs be connected to other crtcs.Keith Packard
2006-11-16Inverted boolean sense when selecting pipe for CRT detection.Keith Packard
2006-11-15Enable the LVDS if we find it and assign it to a pipe (oops).Eric Anholt
2006-11-14Disable setup of the second SDVO device until we fix it.Eric Anholt
2006-11-10Fix clock range for single-channel LVDS.Eric Anholt
2006-11-10Fill in some of the high bits of mode timings for SDVO.Eric Anholt
2006-11-09Expose the DDC-probed EDID data as the EDID_DATA output property.Eric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.Keith Packard