summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-05More fixes to "choose closest mode for the pipe" code to select correct refresh.Eric Anholt
2006-07-03Bug #7375: Don't double-free the current XF86 mode after a randr reprobe.Eric Anholt
2006-07-03Only override display size with the XFree86 mode's for actual panel scaling.Eric Anholt
2006-06-28Replace i830InjectModes with i830DuplicateModes usage.Eric Anholt
2006-06-28Validate and insert user and VESA standard modes for DDC or configured fallback.Eric Anholt
2006-06-28Replace xf86ValidateModes usage with a set of custom validators and pruning.Eric Anholt
2006-06-27If the panel power registers are all zeroes on Mobile parts, disable LVDS.Eric Anholt
2006-06-27Fix randr current mode reporting and mode loss/mis-configuration on re-randr.Eric Anholt
2006-06-26Fix remaining warning.Eric Anholt
2006-06-26Merge branch 'master' into exaEric Anholt
2006-06-26Fix build with new EXA headers.Eric Anholt
2006-06-26Merge branch 'origin'Eric Anholt
2006-06-26Clean up warnings.Eric Anholt
2006-06-26Merge branch 'master' into modesettingEric Anholt
2006-06-26Turn on extra warning flags for GCC, and clean up the resulting fallout.Eric Anholt
2006-06-26Fix the plane/pipe disabling and turn off missing outputs when no longer DDCed.Eric Anholt
2006-06-26Fix FP scaling by using the desired mode to get at the real [HV]Display.Eric Anholt
2006-06-26Add a function to turn off unused outputs, DPLLs, planes, and pipes.Eric Anholt
2006-06-26Fix DDC probing after last (untested) commit.Eric Anholt
2006-06-26Unset pipe current mode on EnterVT, so we reprogram the mode for sure.Eric Anholt
2006-06-26Major cleanup of mode reprobing:Eric Anholt
2006-06-23WIP to allow re-probing and validation of modes for new heads at "xrandr" time.Eric Anholt
2006-06-23Split probed modes out per pipe, and union them into the available modes.Eric Anholt
2006-06-22Provide definitions of __FUNCTION__ for non-gcc compilersAlan Coopersmith
2006-06-22Move FP mode validation next to other mode validation code.Eric Anholt
2006-06-21Detect SDVO display presence at startup and default to displaying to it, too.Eric Anholt
2006-06-21Fix SDVO output at low pixel clocks.Eric Anholt
2006-06-21Add decoding of SDVO command names for debug output.Eric Anholt
2006-06-21Fix build without DRIAlan Hourihane
2006-06-21Fix build without DRIMatthieu Herrb
2006-06-20Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-06-20Add #if 0-ed code I've been using for CRT detection debugging.Eric Anholt
2006-06-20Only default to enabling CRT or LVDS output if they're actually detected.Eric Anholt
2006-06-20Add support for CRT detection using DDC.Eric Anholt
2006-06-20Add CRT detection function by testing for load, and clean up hotplug version.Eric Anholt
2006-06-20Remove dead DisplayInfo option.Eric Anholt
2006-06-20Add debugging info for pipe/display plane size.Eric Anholt
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
2006-06-19Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-06-19Set vblank interrupt configuration to match pipe configurationKeith Packard
2006-06-19Add backlight control to DPMS logic.Keith Packard
2006-06-20Merge branch 'master' into exaWang Zhenyu
2006-06-19additions for rotation fixesAlan Hourihane
2006-06-19Set some invarient state, cures some problems withAlan Hourihane
2006-06-18Fix crash with EXA during randr, when XAA structures were being accessed. EXAEric Anholt
2006-06-18Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internalEric Anholt
2006-06-13fix 8bpp & 16bpp rotation modes for i8xxAlan Hourihane
2006-06-12Use 800x600 mode to double checkAlan Hourihane
2006-06-12Don't rely on register check to find outAlan Hourihane
2006-06-12Only mark rotation flags after initial screen setup.Alan Hourihane