Age | Commit message (Expand) | Author |
2006-04-06 | Add more VBT reading, so we find the panel size. | Eric Anholt |
2006-04-06 | Start interpreting VBT information with the goal of pulling out LVDS timings | Eric Anholt |
2006-04-06 | Save/restore a couple of important VGA plane registers, and have vgahw | Eric Anholt |
2006-04-06 | Update to newer airlied DDC code, and do some cleanups as well. Now tries DDC | Eric Anholt |
2006-04-06 | Add enough of airlied's DDC/I2C work to pull EDID info from my CRT. | Eric Anholt |
2006-04-06 | Add some register information for VGACNTRL, and do the reg-debug thing on it. | 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 | Make the reg-snapshot code work, add a couple more registers, and use it on VT | Eric Anholt |
2006-04-06 | Add missed save/restore of DSP*SIZE registers. | Eric Anholt |
2006-04-06 | Add some untested debugging code to for helping figure out VT switch issues. | Eric Anholt |
2006-04-06 | Add more integrated LVDS support code. | Eric Anholt |
2006-04-06 | Change the order of reg writes for restore, possibly increasing chances of | Eric Anholt |
2006-04-06 | Remove some dead VBE 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 | Fix prototype for i830DetectCRT. | 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 | Correct capitalization of i830SetMode. | 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 | Clean up a couple of warnings. | Eric Anholt |
2006-04-06 | Disable I830VESASetVBEMode on restore, since I've removed that code. Note that | Eric Anholt |
2006-04-06 | Re-disable chatty debug code. | Eric Anholt |
2006-04-06 | Enable -Wall on GCC, and do a cleanup of existing warnings. | 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 | Remove more VBE stuff and start using xf86ValidateModes. Guessed some params to | Eric Anholt |
2006-04-06 | Always ErrorF output debugging info when doing BIOS calls, including file/line. | Eric Anholt |
2006-04-06 | Replace a few magic numbers with symbolic names. Reviewed by md5. | Eric Anholt |
2006-04-06 | Add untested save/restore code, and starting on not using VBEValidateModes | Eric Anholt |
2006-04-06 | Change an if statement to a more obvious but equivalent case statement. | Eric Anholt |
2006-04-06 | Move .cvsignore to .gitignore | Eric Anholt |
2006-04-06 | Initial add of native CRT modesetting code. | Eric Anholt |
2006-04-05 | Fix some argument inversions in xf86DrvMsg function calls | Dave Airlie |
2006-04-04 | Add more missing #include's, in particular assert.h. | Kristian Høgsberg |
2006-03-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg |
2006-03-10 | Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek) | Alan Hourihane |
2006-03-03 | Check the version of shadow being used and turn off rotation if it isn't the | Alan Hourihane |
2006-02-20 | Fix a rotation problem when DRI is disabled | Alan Hourihane |
2006-02-19 | fix another build problem | Alan Hourihane |
2006-02-17 | fix build failure | Alan Hourihane |
2006-02-15 | a little more of a workaround until we unplug the frontbuffer from libdri | Alan Hourihane |
2006-02-10 | temporary workaround until DRI frontbuffer mapping code is removed from | Alan Hourihane |