summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2006-04-19Add more registers to save/restore. Save/restore palette as wellLukáš 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
2006-04-06Fill in clock information from VBT table, so that a good clock value getsEric Anholt
2006-04-06Port code from radeon driver for panel mode validation, which will hopefully getEric Anholt
2006-04-06Remove some VBE DDC code that I believe is OBE.Eric Anholt
2006-04-06Save/restore a couple of important VGA plane registers, and have vgahwEric Anholt
2006-04-06Update to newer airlied DDC code, and do some cleanups as well. Now tries DDCEric Anholt
2006-04-06Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.Eric Anholt
2006-04-06Make the reg-snapshot code work, add a couple more registers, and use it on VTEric Anholt
2006-04-06Add missed save/restore of DSP*SIZE registers.Eric Anholt
2006-04-06Change the order of reg writes for restore, possibly increasing chances ofEric Anholt
2006-04-06Remove some dead VBE code.Eric Anholt
2006-04-06Move display base setting to a separate function and use it from both mode setupEric Anholt
2006-04-06Correct capitalization of i830SetMode.Eric Anholt
2006-04-06Replace I830VESASetMode with simpler i830SetMode, which is all native andEric Anholt
2006-04-06Start making i830SetMode aware of multiple pipes.Eric Anholt
2006-04-06Clean up a couple of warnings.Eric Anholt
2006-04-06Disable I830VESASetVBEMode on restore, since I've removed that code. Note thatEric Anholt
2006-04-06Re-disable chatty debug code.Eric Anholt
2006-04-06Move LVDS panel power state setting to a separate function, and reduce magicEric Anholt
2006-04-06Remove more VBE stuff and start using xf86ValidateModes. Guessed some params toEric Anholt
2006-04-06Replace a few magic numbers with symbolic names. Reviewed by md5.Eric Anholt
2006-04-06Add untested save/restore code, and starting on not using VBEValidateModesEric Anholt
2006-04-06Initial add of native CRT modesetting code.Eric Anholt
2006-04-04Add more missing #include's, in particular assert.h.Kristian Høgsberg
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-03Check the version of shadow being used and turn off rotation if it isn't theAlan Hourihane
2006-01-25When going dual head only take a portion of memory for the second headAlan Hourihane
2006-01-25Fix a glitch in a dual head fix from #3105Alan Hourihane
2006-01-24Bump version to 1.5.0.0Alan Hourihane
2005-10-03Bug #4353: Fix lockup when suspend and resume when playing video.Alan Hourihane
2005-09-27Put back the print code to display the DDC information, and remove some bogusAlan Hourihane
2005-09-08fix another possible crashAlan Hourihane
2005-09-08Fix a crash situationAlan Hourihane
2005-09-06Fix DirectColor visual colormap issues at 16bpp in the i830 driver.Alan Hourihane
2005-09-06Sync the accelerator before calling AdjustFrame to avoid lockups.Alan Hourihane
2005-08-21Fix typo in debug ErrorF.Daniel Stone