summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2008-08-01Don't program dsparb on new Intel chipZhenyu Wang
2008-07-22Bug #16801: fix X crash when NoAccel on 965Zhenyu Wang
2008-07-22only check pipe underrun if vtSema is true.Zhenyu Wang
2008-07-22Check underrun on enabled pipeZhenyu Wang
2008-07-21Choose a split for DSPARB based on the configured modes for both planes.Jesse Barnes
2008-07-21Only initialize integrated TV encoder for mobile chipsZhenyu Wang
2008-07-21Fix DSPARB setting on 845/865, which have only the AEND field and 96 entries.Eric Anholt
2008-07-21Fix official name for GM45 chipsetZhenyu Wang
2008-07-21Fix SDVOC typoZhenyu Wang
2008-06-26Automatically detect the presence of HDMI.Eric Anholt
2008-06-26Initial HDMI work. Not currently hooked up at startup.Eric Anholt
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-06-10Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt
2008-06-06Fix compile error in LeaveVTTomas Carnecky
2008-06-05Remove SVG_WORK_CONTROL init.Eric Anholt
2008-06-05Initialize clock gating from EnterVT and save/restore it appropriately.Eric Anholt
2008-06-05Move BIOS scratch register setup to EnterVT instead of PreInit.Eric Anholt
2008-06-05Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.Eric Anholt
2008-06-05Move the remaining two lines of SetHWOperatingState to the caller.Eric Anholt
2008-06-05Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().Eric Anholt
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-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-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