summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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
2005-08-08Enable gamma correction bit even for 8bit modes.Alan Hourihane
2005-08-02Adjust newPipe code for BIOS's starting at 1200Alan Hourihane
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.Adam Jackson
2005-06-13commit missing piece from resume patchAlan Hourihane
2005-06-07Fix text restoration when display switching has been activated and we could beAlan Hourihane
2005-05-31and another. sheesh.Alan Hourihane
2005-05-31missed hunkAlan Hourihane
2005-05-31Add Intel(R) 945G supportAlan Hourihane
2005-05-25Change the sequence on how refresh rates are set in the i830 driver. This worksAlan Hourihane
2005-05-20Bugzilla #3292: https://bugs.freedesktop.org/show_bug.cgi?id=3292Alan Hourihane
2005-05-20Bugzilla #2339: https://bugs.freedesktop.org/show_bug.cgi?id=2339Alan Hourihane
2005-05-20Bugzilla #2585: https://bugs.freedesktop.org/show_bug.cgi?id=2585Alan Hourihane
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
2005-04-14Fix initial DDC parameters when validating modes.Alan Hourihane
2005-04-01Check the VESA BIOS scanline requirements and adjust the displayWidthAlan Hourihane
2005-03-21a one line fixup to the UseDDC codeAlan Hourihane
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane
2005-03-15Enforce DDC monitor ranges usage if we have them and reject badAlan Hourihane
2005-03-03Limit the maximum refresh rate to 85Hz and remove the bogusAlan Hourihane
2005-01-10Revert some changes to TweakMemorySizeAlan Hourihane