summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Initialize gen4 render code under XAA too2.4Keith Packard1-2/+2
2008-11-11Fix broken stolen memory counting on G4X.Eric Anholt1-2/+2
2008-09-11Disable render standbyZhenyu Wang1-0/+19
2008-08-15Make skip_panel_detect clear for its meaningZhenyu Wang1-2/+2
2008-08-15Reorganize VBIOS codeJesse Barnes1-2/+6
2008-08-11Disable display clock gating for 4 series chipsZhenyu Wang1-1/+1
2008-08-01Don't program dsparb on new Intel chipZhenyu Wang1-3/+5
2008-07-22Bug #16801: fix X crash when NoAccel on 965Zhenyu Wang1-2/+2
2008-07-22only check pipe underrun if vtSema is true.Zhenyu Wang1-6/+8
2008-07-22Check underrun on enabled pipeZhenyu Wang1-2/+6
2008-07-21Choose a split for DSPARB based on the configured modes for both planes.Jesse Barnes1-58/+0
2008-07-21Only initialize integrated TV encoder for mobile chipsZhenyu Wang1-1/+1
2008-07-21Fix DSPARB setting on 845/865, which have only the AEND field and 96 entries.Eric Anholt1-1/+10
2008-07-21Fix official name for GM45 chipsetZhenyu Wang1-10/+12
2008-07-21Fix SDVOC typoZhenyu Wang1-1/+1
2008-06-26Automatically detect the presence of HDMI.Eric Anholt1-7/+13
2008-06-26Initial HDMI work. Not currently hooked up at startup.Eric Anholt1-0/+5
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang1-2/+35
2008-06-10Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt1-6/+10
2008-06-06Fix compile error in LeaveVTTomas Carnecky1-0/+1
2008-06-05Remove SVG_WORK_CONTROL init.Eric Anholt1-7/+0
2008-06-05Initialize clock gating from EnterVT and save/restore it appropriately.Eric Anholt1-9/+17
2008-06-05Move BIOS scratch register setup to EnterVT instead of PreInit.Eric Anholt1-23/+16
2008-06-05Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.Eric Anholt1-2/+0
2008-06-05Move the remaining two lines of SetHWOperatingState to the caller.Eric Anholt1-17/+3
2008-06-05Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().Eric Anholt1-3/+0
2008-06-05Move DSPARB setup into a separate function, and save/restore it at VT switch.Eric Anholt1-17/+36
2008-06-05Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt1-3/+3
2008-06-05Just remove the mprotect kludge.Eric Anholt1-5/+0
2008-06-04Fix DSPARB change on 965GHong Liu1-4/+4
2008-05-28Fixup DSPARB for 855 & 945Jesse Barnes1-1/+10
2008-05-26Fixup FIFO commentJesse Barnes1-2/+2
2008-05-26Handle display FIFOs betterJesse Barnes1-0/+44
2008-05-26Fixup power saving registersJesse Barnes1-17/+46
2008-05-21Revert "Disable FBC by default on 965GM"Jesse Barnes1-2/+1
2008-05-08Implement option to ignore external fixed mode settingsMike Isely1-0/+8
2008-05-07Save/restore cursor registersJesse Barnes1-0/+21
2008-05-06Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.Eric Anholt1-1/+1
2008-04-29Add a new quirk for BIOSes that reprogram regs at lid close/open timeJesse Barnes1-0/+3
2008-04-29Use new xf86RotateFreeShadow function to clean up shadow buffers.Keith Packard1-0/+6
2008-04-17Add a kludge-around to fix cd/wt bits in fb ptes on linux.Keith Packard1-0/+10
2008-04-17fix possible segfault in I830FreeScreenHong Liu1-1/+1
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt1-0/+6
2008-04-09Implement support for 24 bit pixel formatMike Isely1-0/+8
2008-03-28Disable DRI earlier if fb width > 2048Zhenyu Wang1-6/+6
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang1-1/+1
2008-03-25Fix 965+ rendering issues with DRI disabled.Eric Anholt1-0/+9
2008-03-24Revert "Use mprotect on unbound AGP memory to attempt to catch use while unbo...Eric Anholt1-10/+0
2008-03-24Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.Eric Anholt1-1/+5
2008-03-18Merge branch 'master' into xvmcZhenyu Wang1-14/+24