Age | Commit message (Expand) | Author |
2006-04-20 | move sdvo output setting | Dave Airlie |
2006-04-20 | fix type 0 instead of O | Dave Airlie |
2006-04-19 | Clean up SDVO initialization, include config.h, and make it check the right | Eric Anholt |
2006-04-19 | Add more SDVO code. It's taken from airlied's driver, but with magic numbers | Eric Anholt |
2006-04-19 | Start bringing in some SDVO code, mostly from airlied. | Eric Anholt |
2006-04-17 | Use the IS_I9XX macro intead of >= i915G, since by PCI ID number, 855GM > 915. | Eric Anholt |
2006-04-17 | Remove some dead code and one particularly useless debug printf. | Eric Anholt |
2006-04-15 | Check for LVDS BIOS tables exactly once at startup. While there, dump the BIOS | Eric Anholt |
2006-04-12 | Initial support for pre-i915 PLL programming. Untested. | Eric Anholt |
2006-04-10 | Add missing MIT copyright licenses, which should have been on all versions. | Eric Anholt |
2006-04-10 | Merge branch 'modesetting-origin' into modesetting | Keith Packard |
2006-04-10 | Merge in master to modesetting | Keith Packard |
2006-04-10 | Improve LVDS modes when outputting a CRT+LVDS combo at larger than the LVDS's | Eric Anholt |
2006-04-10 | Warnings cleanup. | Eric Anholt |
2006-04-06 | Turn off the VGA plane when we're setting our native modes. | Eric Anholt |
2006-04-06 | autodetect LVDS dither. Fix 16bpp depth selection | Keith Packard |
2006-04-06 | Clean up (and I believe fix a couple of bugs in) the divisor selection code. | Eric Anholt |
2006-04-06 | Make auto panel fitting work by pulling LVDS timing EDID info out of the static | Eric Anholt |
2006-04-06 | Start interpreting VBT information with the goal of pulling out LVDS timings | Eric Anholt |
2006-04-06 | Move the PFIT enabling before the enabling of the pipe, as the specs say we | Eric Anholt |
2006-04-06 | Add a couple more bits to panel auto-fitting, though it isn't working yet. | Eric Anholt |
2006-04-06 | Add more integrated LVDS support code. | Eric Anholt |
2006-04-06 | Include config.h, fixing many issues with reading from pI830. | Eric Anholt |
2006-04-06 | Turn off panel power before poking pipe B, and turn it back on if we're doing | Eric Anholt |
2006-04-06 | Use DISPPLANE_32BPP_NO_ALPHA for depth 24, else the empty alpha channel results | Eric Anholt |
2006-04-06 | It appears from the specs that you have to wait for vblank after disabling the | Eric Anholt |
2006-04-06 | Move display base setting to a separate function and use it from both mode setup | Eric Anholt |
2006-04-06 | Start implementing support for setting modes for multiple output devices, | Eric Anholt |
2006-04-06 | Replace I830VESASetMode with simpler i830SetMode, which is all native and | Eric Anholt |
2006-04-06 | Start making i830SetMode aware of multiple pipes. | Eric Anholt |
2006-04-06 | Move LVDS panel power state setting to a separate function, and reduce magic | Eric Anholt |
2006-04-06 | Write the ADPA (CRTC) register on mode setup. Obtained from airlied. | Eric Anholt |
2006-04-06 | Add untested CRT detection code. | Eric Anholt |
2006-04-06 | Add adjustments of PLL divisor limits for "Almador". | Eric Anholt |
2006-04-06 | Remove the hacked local xf86SetModeCRTC now that xf86SetCrtcForModes is taking | Eric Anholt |
2006-04-06 | Change an if statement to a more obvious but equivalent case statement. | Eric Anholt |
2006-04-06 | Initial add of native CRT modesetting code. | Eric Anholt |