summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2008-07-21Don't set up the HWS page in GEM mode now that the kernel manages it.Eric Anholt
2008-07-18Merge commit 'origin/master' into drm-gemKeith Packard
2008-07-18Choose a split for DSPARB based on the configured modes for both planes.Jesse Barnes
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-16Only initialize integrated TV encoder for mobile chipsZhenyu Wang
2008-07-14Fix DSPARB setting on 845/865, which have only the AEND field and 96 entries.Eric Anholt
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-28Fix SDVOC typoZhenyu Wang
2008-06-20Flush pending batch in block handlerKeith Packard
2008-06-19Automatically detect the presence of HDMI.Eric Anholt
2008-06-19Initial HDMI work. Not currently hooked up at startup.Eric Anholt
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-06-12Require libdrm 2.4.0 always since we need the bufmgr code.Eric Anholt
2008-06-10[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.Eric Anholt
2008-06-10Use bufmgr_gem when available instead of the fake bufmgr.Eric Anholt
2008-06-10Avoid needless flush emits in the blockhandler.Eric Anholt
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt
2008-06-10Merge branch 'master' into drm-gemEric Anholt
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-05Merge branch 'master' into drm-gemEric Anholt
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-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