summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang
2007-12-19Merge branch 'master' into xvmcZhenyu Wang
2007-12-18Unconditionally restore pipe configurationJesse Barnes
2007-11-29xvmc: add "XvMC" option, default is false.Zhenyu Wang
2007-11-15remove unnecessary i830_reg.h includesZhenyu Wang
2007-11-15Merge branch 'master' into xvmcZhenyu Wang
2007-11-15Merge branch 'master' into xvmcZhenyu Wang
2007-11-14Disable FBC by default on 965GMJesse Barnes
2007-11-14Don't stop ring before restoring hw stateJesse Barnes
2007-11-14Don't enable fbc with XAA or tiling is off.Zhenyu Wang
2007-11-14Remove one redundant line.Zhenyu Wang
2007-11-14Don't setup fb compression if fb is not tilingZhenyu Wang
2007-11-13Merge branch 'master' into xvmcZhenyu Wang
2007-11-12Fix typo in PLL enable checkJesse Barnes
2007-11-09Merge branch 'master' into xvmcZhenyu Wang
2007-11-08Default to EXAJesse Barnes
2007-11-08Setup 3D state at EnterVT timeJesse Barnes
2007-11-08Check DPLL status before writing PIPEnCONF regsJesse Barnes
2007-10-30Fix builds without DRIAlan Coopersmith
2007-10-24Adapt to DRM Lockfree and setStatus changes.Thomas Hellstrom
2007-10-23Merge branch 'master' into xvmcZhenyu Wang
2007-10-17intel: make block handler hook happen no matter what video is in useDave Airlie
2007-10-15In update_front_offset(), set pScrn->fbOffset even at EnterVT during init.Eric Anholt
2007-10-13Fix palette save/restoreJesse Barnes
2007-10-12Use mprotect on unbound AGP memory to attempt to catch use while unbound.Eric Anholt
2007-10-11Move tiling fence register setup to bind time instead of allocate time.Eric Anholt
2007-10-11Allow front/back/depth to move over the lifetime of the server.Eric Anholt
2007-10-11Delay SAREA and mapping setup until EnterVT when using the memory manager.Eric Anholt
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt
2007-10-11Move drmMMLock to after we have unbound our (pinned) buffers.Eric Anholt
2007-10-11Revert "Fix G33 GTT stolen mem range"Zhenyu Wang
2007-10-08move some definition out of i915 specific headerZhenyu Wang
2007-10-08Merge branch 'master' into xvmcZhenyu Wang
2007-10-05Warning cleanup.Eric Anholt
2007-09-26Create xvmc driver interfaceZhenyu Wang
2007-09-20Merge remote branch 'origin/master' into buffer-objectsEric Anholt
2007-09-19Merge branch 'master' into xvmc-i915Zhenyu Wang
2007-09-12Remove unused plane->pipe mappings from SAREA privateJesse Barnes
2007-09-11Fix plane/pipe mapping compat codeJesse Barnes
2007-09-10Fix crash in ScreenInitJesse Barnes
2007-09-10Only swap planes and pipes if DRM supports itJesse Barnes
2007-09-06Switch to pci_device_map_range/pci_device_unmap_range APIs.Keith Packard
2007-09-05Fix G33 GTT stolen mem rangeZhenyu Wang
2007-08-26i830_driver.c changes for libpciaccess.Keith Packard
2007-08-17Replace AA allocator usage with i830_memory.c for RandR rotation.Eric Anholt
2007-08-16Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDSJesse Barnes
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
2007-08-10Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFFKeith Packard
2007-08-10Don't force tiling on if it is disabled in configuration but fbc is possible.Eric Anholt
2007-08-10Cleanup tiling and FBC driver output.Jesse Barnes