summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-30Remove GetBIOSVersion().Eric Anholt
2006-10-30Warning fix.Eric Anholt
2006-10-30Remove SetPipeAccess and now-unnecessary VBE reinit.Eric Anholt
2006-10-30Use the new fields for SDVO pixel multiply on the G965.Eric Anholt
2006-10-30Return and use valid status bits for i830_sdvo_get_trained_inputs().Eric Anholt
2006-10-30Clean up whitespace in i830_randr.c.Eric Anholt
2006-10-30Bug 8594: Fix Xv hang with G965Wang Zhenyu
2006-10-27Add support for the new DRM memory manager.Thomas Hellstrom
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.Eric Anholt
2006-10-26Note alignment requirement for i915 3D (texturing).Eric Anholt
2006-10-26Don't write unused values beyond the end of scale_units array.Eric Anholt
2006-10-25Move vbeInfo out of the driver struct to the one place it's used.Eric Anholt
2006-10-25Remove dead memsize reporting.Eric Anholt
2006-10-25Remove disabled I830DetectMonitorChange().Eric Anholt
2006-10-25Move LVDS initialization and blacklisting damage to the LVDS support file.Eric Anholt
2006-10-25Clean up the SDVO code.Eric Anholt
2006-10-25Nuke trailing whitespace in SDVO code not already cleaned up.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-24Merge branch 'modesetting-origin' into modesettingKeith Packard
2006-10-23Merge branch 'overhaul' into modesettingEric Anholt
2006-10-23Add work-in-progress integrated TV-out support.Eric Anholt
2006-10-23Add some MergedFB checks for accelerator limitationsAlan Hourihane
2006-10-17Don't crash if SetCursorPosition is called with pScrn->currentMode == NULL.Michel Dänzer
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-13Advertise textured video adapter firstKeith Packard
2006-10-13Make VIDEO_DEBUG into a configure optionAlan Hourihane
2006-10-13Bump to 1.7.2Alan Hourihane
2006-10-13Ugh. Turn off debugging.Alan Hourihane
2006-10-13Bump to 1.7.1Alan Hourihane
2006-10-13Fix bug #8553 & #8542 - suspend/resume regression from 1.5 driverAlan Hourihane
2006-10-13Fix some warningsAlan Hourihane
2006-10-10Only disable the output when marked disabled.Eric Anholt
2006-10-10Mark current ps kernel is experimential with little test.Wang Zhenyu
2006-10-10Use sf_prog.h insteadWang Zhenyu
2006-10-09Fix LVDS restore path, and move pipe assignment for outputs to the right place.Eric Anholt
2006-10-09Add a function for describing the output connection configuration.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-07Expand the check for AOpen Mini-PC.Adam Jackson
2006-10-06Compute LVDS resolution from server DPI and native panel size.Keith Packard
2006-10-06Fix server regeneration problem mapping the apertureAlan Hourihane
2006-10-05Don't require MonitorLayout when two monitors are plugged in.Keith Packard
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-05Fix DPI at startup in RandR 1.2 code.Keith Packard
2006-10-04Remove mode origins, add preferred mode count.Keith Packard
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-10-04Merge branch 'modesetting-guitar' into modesettingKeith Packard
2006-10-04Add mode origins for randrKeith Packard
2006-10-04Fix bug #5795, VT switching fails because of a bad test on some platforms.Alan Hourihane
2006-10-03Enable XV_PORT attribute even when not in Clone mode.Keith Packard