Age | Commit message (Expand) | Author | Files | Lines |
2006-04-24 | Try to choose the right SDVO clock rate multiplier for the mode, so we staymodesetting-sdvo-stuffing | Eric Anholt | 2 | -6/+42 |
2006-04-24 | Correct some SDVO-related register definitions. | Eric Anholt | 2 | -6/+7 |
2006-04-24 | Save/restore the output's SDVO reg. Note that we might be programming the other | Eric Anholt | 1 | -1/+6 |
2006-04-24 | Start trying to save/restore SDVO state on VT switches. | Eric Anholt | 5 | -29/+237 |
2006-04-24 | Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that had | Eric Anholt | 1 | -80/+47 |
2006-04-24 | Only write out as many arguments as the commands need, and fix up the numbers in | Eric Anholt | 1 | -12/+26 |
2006-04-24 | Start trying to implement DDC over SDVO. It's slightly tricky because the | Eric Anholt | 2 | -16/+116 |
2006-04-24 | Set displayWidth to a sufficient value for the modes we come up with for LVDS. | Eric Anholt | 1 | -0/+4 |
2006-04-24 | Simplify the i2c code by using the GetBits/PutBits interface rather than | Eric Anholt | 2 | -202/+19 |
2006-04-24 | Merge branch 'lukas-resume' | Eric Anholt | 4 | -31/+102 |
2006-04-20 | move sdvo output setting | Dave Airlie | 1 | -3/+6 |
2006-04-20 | fix type 0 instead of O | Dave Airlie | 2 | -2/+2 |
2006-04-20 | correct height parameter in sdvo packet | Dave Airlie | 1 | -2/+2 |
2006-04-20 | cleanup sDVO for device on C only | Dave Airlie | 2 | -5/+7 |
2006-04-19 | Clean up SDVO initialization, include config.h, and make it check the right | Eric Anholt | 5 | -43/+31 |
2006-04-19 | Add more registers to save/restore. Save/restore palette as well | Lukáš Hejtmanek | 4 | -31/+102 |
2006-04-19 | Whine if SDVO I2C device init fails, rather than be silent. | Eric Anholt | 1 | -6/+6 |
2006-04-19 | Add more SDVO code. It's taken from airlied's driver, but with magic numbers | Eric Anholt | 5 | -6/+667 |
2006-04-19 | Start bringing in some SDVO code, mostly from airlied. | Eric Anholt | 6 | -29/+188 |
2006-04-17 | Use the IS_I9XX macro intead of >= i915G, since by PCI ID number, 855GM > 915. | Eric Anholt | 1 | -4/+4 |
2006-04-17 | Remove some dead code and one particularly useless debug printf. | Eric Anholt | 1 | -87/+0 |
2006-04-17 | Disable the BIOS dump-to-file since it's a trivial local DOS, and I can just ask | Eric Anholt | 1 | -1/+3 |
2006-04-16 | Bug #6589: Use alternate offsets to successfully get at the panel data for | Eric Anholt | 1 | -0/+15 |
2006-04-16 | Add a standalone program for parsing VBT. | Eric Anholt | 5 | -1/+170 |
2006-04-15 | Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS | Eric Anholt | 3 | -4/+32 |
2006-04-12 | fix typo | Alan Hourihane | 1 | -2/+0 |
2006-04-12 | Initial support for pre-i915 PLL programming. Untested. | Eric Anholt | 2 | -66/+104 |
2006-04-12 | Automatically enable clone mode if we detect two active outputs. | Eric Anholt | 1 | -7/+6 |
2006-04-10 | Add missing MIT copyright licenses, which should have been on all versions. | Eric Anholt | 4 | -0/+108 |
2006-04-10 | Save/restore PFIT_CONTROL. Eliminate compiler warnings | Keith Packard | 4 | -155/+166 |
2006-04-10 | Merge branch 'modesetting-origin' into modesetting | Keith Packard | 1 | -40/+60 |
2006-04-10 | Merge in master to modesetting | Keith Packard | 24 | -122/+256 |
2006-04-10 | Improve LVDS modes when outputting a CRT+LVDS combo at larger than the LVDS's | Eric Anholt | 1 | -40/+60 |
2006-04-10 | Bump to 1.6.0.i810-1_6_0 | Adam Jackson | 3 | -3/+9 |
2006-04-10 | Add a DrawablePtr argument to the XV functions to pave the way for redirected | Aaron Plattner | 3 | -4/+14 |
2006-04-10 | x86_64 warning fixes | Alan Hourihane | 7 | -54/+84 |
2006-04-10 | Remove the int10 POST on EnterVT. It has been reported to cause crashes now, | Eric Anholt | 1 | -31/+0 |
2006-04-10 | Warnings cleanup. | Eric Anholt | 2 | -6/+4 |
2006-04-10 | Don't try to use LVDS by default on chipsets that won't have an LVDS attached. | Eric Anholt | 1 | -2/+6 |
2006-04-06 | Remove BIOS save/restore code, fixing VT switching. Removes some other dead | Eric Anholt | 2 | -172/+0 |
2006-04-06 | Turn off the VGA plane when we're setting our native modes. | Eric Anholt | 1 | -0/+2 |
2006-04-06 | Remove the hacky-looking Set640x480. I'll be removing things it depends on | Eric Anholt | 1 | -22/+1 |
2006-04-06 | Remove more BIOS stuff, particularly Get/SetDisplayDevices. Now, if there's no | Eric Anholt | 2 | -445/+47 |
2006-04-06 | Remove the now-unused displaySize and pipeDisplaySize. | Eric Anholt | 2 | -83/+4 |
2006-04-06 | Remove more BIOS modesetting stuff. | Eric Anholt | 3 | -705/+3 |
2006-04-06 | autodetect LVDS dither. Fix 16bpp depth selection | Keith Packard | 3 | -5/+14 |
2006-04-06 | Clean up (and I believe fix a couple of bugs in) the divisor selection code. | Eric Anholt | 1 | -7/+20 |
2006-04-06 | Fill in clock information from VBT table, so that a good clock value gets | Eric Anholt | 3 | -1/+3 |
2006-04-06 | Port code from radeon driver for panel mode validation, which will hopefully get | Eric Anholt | 3 | -124/+202 |
2006-04-06 | Remove some VBE DDC code that I believe is OBE. | Eric Anholt | 1 | -75/+3 |