summaryrefslogtreecommitdiff
path: root/src/i830_display.c
AgeCommit message (Expand)Author
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