summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2009-06-06Support for HDMI 1600x1200 50Hz interlaced resolution.Thomas Hilber
2009-06-06Improved field timing debug support.Thomas Hilber
2009-06-02Add new scheduling option.Thomas Hilber
2009-05-31now automatically raises Xserver sched prio for single processor systemsThomas Hilber
2009-05-31New options for xorg.conf and start with disconnected monitor.Thomas Hilber
2009-05-31Add frame rate control.Thomas Hilber
2008-06-12Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt
2008-06-12Remove SVG_WORK_CONTROL init.Eric Anholt
2008-06-12Initialize clock gating from EnterVT and save/restore it appropriately.Eric Anholt
2008-06-12Move BIOS scratch register setup to EnterVT instead of PreInit.Eric Anholt
2008-06-12Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.Eric Anholt
2008-06-12Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().Eric Anholt
2008-06-12Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt
2008-06-12Just remove the mprotect kludge.Eric Anholt
2008-06-12Fixup power saving registersJesse Barnes
2008-06-12Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.Eric Anholt
2008-05-09Implement option to ignore external fixed mode settingsMike Isely
2008-05-08Save/restore cursor registersJesse Barnes
2008-05-07Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.Eric Anholt
2008-05-07Add a new quirk for BIOSes that reprogram regs at lid close/open timeJesse Barnes
2008-05-07Use new xf86RotateFreeShadow function to clean up shadow buffers.Keith Packard
2008-04-21Add a kludge-around to fix cd/wt bits in fb ptes on linux.Keith Packard
2008-04-17fix possible segfault in I830FreeScreenHong Liu
2008-04-10Implement support for 24 bit pixel formatMike Isely
2008-03-28Disable DRI earlier if fb width > 2048Zhenyu Wang
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
2008-03-26Fix 965+ rendering issues with DRI disabled.Eric Anholt
2008-03-25Revert "Use mprotect on unbound AGP memory to attempt to catch use while unbo...Eric Anholt
2008-03-18Merge branch 'master' into xvmcZhenyu Wang
2008-03-18Disable XvMC if DRI is not enabled.Zhenyu Wang
2008-03-18Compile warning fixes.Paulo Cesar Pereira de Andrade
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-13Merge branch 'master' into xvmcZhenyu Wang
2008-03-12Fix rotation mem with kernel memory manager in VT switchHong Liu
2008-03-11Nuke more CARD* types from i810 driver. Untested.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Merge branch 'master' into xvmcZhenyu Wang
2008-03-06remove extra dri checkingZhenyu Wang
2008-03-06Pull chipset detection out of PreInit into its own functionJesse Barnes
2008-03-06Move MTRR fixup to its own routineJesse Barnes
2008-03-06Refactor memory allocation into a separate functionJesse Barnes
2008-02-20Fix DSP*CNTR restorationJesse Barnes
2008-02-15Bug #14440: fix stolen mem size mask on i830MZhenyu Wang
2008-02-05Program FBC fence offset registerJesse Barnes
2008-01-30hardware status page initialization reworkZhenyu Wang
2008-01-25Set vtSema before EnterVTZhenyu Wang
2008-01-24Fix i830 block handler wrapZhenyu Wang
2008-01-09Add pipe A force enable quirkJesse Barnes
2008-01-09Disable frame buffer compression on new chipset now.Zhenyu Wang