summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2008-06-05Move DSPARB setup into a separate function, and save/restore it at VT switch.Eric Anholt
2008-06-05Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt
2008-06-05Just remove the mprotect kludge.Eric Anholt
2008-06-04Fix DSPARB change on 965GHong Liu
2008-05-28Fixup DSPARB for 855 & 945Jesse Barnes
2008-05-26Fixup FIFO commentJesse Barnes
2008-05-26Handle display FIFOs betterJesse Barnes
2008-05-26Fixup power saving registersJesse Barnes
2008-05-21Revert "Disable FBC by default on 965GM"Jesse Barnes
2008-05-17Merge commit 'origin/master' into drm-gemKeith Packard
2008-05-08Implement option to ignore external fixed mode settingsMike Isely
2008-05-07Save/restore cursor registersJesse Barnes
2008-05-06Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.Eric Anholt
2008-05-05Move a declaration under #ifndef HAVE_FREE_SHADOWKeith Packard
2008-05-05Merge branch 'master' into drm-gemKeith Packard
2008-05-02Add initial GEM hacks to bring the server up.Eric Anholt
2008-04-29Add a new quirk for BIOSes that reprogram regs at lid close/open timeJesse Barnes
2008-04-29Use new xf86RotateFreeShadow function to clean up shadow buffers.Keith Packard
2008-04-17Add 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-10Keep static copies of the 965 render programs in video memory.Eric Anholt
2008-04-09Implement 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-25Fix 965+ rendering issues with DRI disabled.Eric Anholt
2008-03-24Revert "Use mprotect on unbound AGP memory to attempt to catch use while unbo...Eric Anholt
2008-03-24Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.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
2008-01-09GTT access change for new integrated graphics deviceZhenyu Wang