summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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
2007-08-10Enable tiling by default on 965.Jesse Barnes
2007-08-10Merge branch 'master' into xvmc-i915xvmc-i915Zhenyu Wang
2007-08-07code cleanupsZhenyu Wang
2007-07-27Pin some buffer objects at creation time, which can't be moved yet.Eric Anholt
2007-07-27Delay the first screen pixmap update to CreateScreenResources.Eric Anholt
2007-07-27Add quirk supportWang Zhenyu
2007-07-26Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.Eric Anholt
2007-07-25When TTM is available, use it instead of manual AGP allocations when possible.Eric Anholt
2007-07-23only enable xvmc for 915/945/G33Xiang, Haihao
2007-07-20don't initialize XvMC if xv is disabled.Xiang, Haihao
2007-07-19enable XvMC for i915Xiang, Haihao
2007-07-19strip out remainder of drmmm code in driverDave Airlie
2007-07-17intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie
2007-07-07FBC fixes:Jesse Barnes
2007-07-06Fix tiling and fb compression defaults for 965 (not yet fully supported).Jesse Barnes
2007-07-06FBC and tiling changesJesse Barnes
2007-07-02Framebuffer compression changes:Jesse Barnes