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