summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2006-12-01TV output exists on all 9xx chips except for 915GKeith Packard
2006-12-01Merge branch 'modesetting' into crestlineKeith Packard
2006-12-01Do output detection before any crtc allocation.Keith Packard
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-30Oops. Don't try to use xf86RandR names, use xf86RandR12 instead.Keith Packard
2006-11-30Merge branch 'restructure-outputs-origin' into restructure-outputsKeith Packard
2006-11-30Rename I830 randr functions to xf86 as they are becoming generic.Keith Packard
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt
2006-11-29Properly detect the GTT size on the G965.Eric Anholt
2006-11-29Revert "Don't allocate stuff in the first 256K of video memory (GATT?)"Eric Anholt
2006-11-28Remove printing of the XFree86 screen mode list, and some other detritus.Eric Anholt
2006-11-27Driver-independent code tracks num_crtc itself, don't do it in driver.Keith Packard
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Clean up reworked data structure code so the server actually starts.Keith Packard
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard
2006-11-22Remove custom configuration code (which was #ifdef'd out).Keith Packard
2006-11-22Limit DRI use to cases when pitch < 8Kbytes, not 4096 pixels.Keith Packard
2006-11-20Enable second SDVO channel.Keith Packard
2006-11-19Enable TV output on Crestline (untested).Eric Anholt
2006-11-19Merge branch 'modesetting-origin' into crestlineEric Anholt
2006-11-19Preliminary 945 TV output. Color key is broken. Fixed mode.Keith Packard
2006-11-17Merge branch 'crestline-origin' into crestlineEric Anholt
2006-11-17Merge branch 'modesetting' into crestlineEric Anholt
2006-11-17Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-17Rotation support for 965GMWang Zhenyu
2006-11-16RandR-based initial output configuration.Keith Packard
2006-11-16Merge branch 'master' into modesettingEric Anholt
2006-11-16Replace broken PCI resource size detection with pciGetBaseSize() call.Eric Anholt
2006-11-15Enable the LVDS if we find it and assign it to a pipe (oops).Eric Anholt
2006-11-14Disable setup of the second SDVO device until we fix it.Eric Anholt
2006-11-08Create RandR 1.2 objects in I830PreInit.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Change the output and pipe "is it on/off" field name to "enabled".Eric Anholt
2006-11-08Go back to only setting up outputs that have a display connected.Eric Anholt
2006-11-08855 fixroot
2006-11-07Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-07Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-06Restore PFIT_CONTROL before turning the LVDS back on in the restore method.Eric Anholt
2006-11-05Don't allocate stuff in the first 256K of video memory (GATT?)Keith Packard
2006-11-06Merge branch 'master' into crestlineWang Zhenyu
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-03Use pI830->availablePipes instead of MAX_DISPLAY_PIPES everywhereKeith Packard
2006-11-03Finish removing persistant vbe dataKeith Packard
2006-11-03Use VBE only temporarily to fetch BIOS rom imageKeith Packard
2006-11-03Merge branch 'modesetting-origin' into modesettingEric Anholt
2006-11-03Create I830PipeRec to hold pipe-specific data. Remove unused I830 members.Keith Packard
2006-11-03Fix a pasteo in I965 register restore.Eric Anholt
2006-11-02Disable the panel fitter when not using it. Cleans up SDVO DVI output.Keith Packard
2006-11-02Remove dead specifiedMonitor field.Eric Anholt