summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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-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 build without DRIAlan Hourihane
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-20Remove dead DisplayInfo option.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-19additions for rotation fixesAlan 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
2006-06-04Get sDVO output working on mac mini.Keith Packard
2006-06-02intel: fix VT switch DRI lockingDave Airlie
2006-05-22Replace VBE call to do DPMS with native code, and fix screensaver in clone mode.Lukáš Hejtmanek
2006-05-17fixup chipid overrideDave Airlie
2006-05-12Remove the local, renamed copy of lnx_agp.c. The diff between lnx_agp.c and itEric Anholt
2006-05-12Remove the code that changes our behavior based on whether a magic file existsEric Anholt
2006-05-12Make the intel_acpi.c code non-modular and make it compile. I think we'll endEric Anholt
2006-05-12Revert internal shadow module changes back like master, along with RandREric Anholt
2006-05-12Start fixing up the build and remove a regression from master (I think) inEric Anholt
2006-05-12Re-add authorship note in i830_driver.c accidentally left out of last commit.Eric Anholt
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-05-01Stop doing the BIOS memory size tweaking now that we don't ask the BIOS aboutEric Anholt
2006-04-24Start trying to save/restore SDVO state on VT switches.Eric Anholt
2006-04-24Start trying to implement DDC over SDVO. It's slightly tricky because theEric Anholt
2006-04-24Set displayWidth to a sufficient value for the modes we come up with for LVDS.Eric Anholt
2006-04-24Merge branch 'lukas-resume'Eric Anholt
2006-04-20cleanup sDVO for device on C onlyDave Airlie
2006-04-19Clean up SDVO initialization, include config.h, and make it check the rightEric Anholt
2006-04-19Add more registers to save/restore. Save/restore palette as welllukas-resumeLukáš Hejtmanek
2006-04-19Start bringing in some SDVO code, mostly from airlied.Eric Anholt
2006-04-15Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOSEric Anholt
2006-04-12Automatically enable clone mode if we detect two active outputs.Eric Anholt
2006-04-10Save/restore PFIT_CONTROL. Eliminate compiler warningsKeith Packard
2006-04-10Merge in master to modesettingKeith Packard
2006-04-10x86_64 warning fixesAlan Hourihane
2006-04-10Remove the int10 POST on EnterVT. It has been reported to cause crashes now,Eric Anholt
2006-04-10Warnings cleanup.Eric Anholt
2006-04-10Don't try to use LVDS by default on chipsets that won't have an LVDS attached.Eric Anholt
2006-04-06Remove BIOS save/restore code, fixing VT switching. Removes some other deadEric Anholt
2006-04-06Remove the hacky-looking Set640x480. I'll be removing things it depends onEric Anholt
2006-04-06Remove more BIOS stuff, particularly Get/SetDisplayDevices. Now, if there's noEric Anholt
2006-04-06Remove the now-unused displaySize and pipeDisplaySize.Eric Anholt
2006-04-06Remove more BIOS modesetting stuff.Eric Anholt