summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2008-11-11Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-11-11Make I830FALLBACK debugging a runtime instead of compile-time option.Jesse Barnes
2008-11-11Add an option to make the overlay be the first XV adaptor.Maxim Levitsky
2008-11-11Don't modify render standby if kernel mode setting is activeJesse Barnes
2008-10-19Enable Option "Legacy3D" for 965 as well, and clarify both the docs and code.Eric Anholt
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-10-16Don't handle irq in GEM modeZhenyu Wang
2008-10-14Fix broken stolen memory counting on G4X.Eric Anholt
2008-10-08Put forware VBIOS data parsingZhenyu Wang
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
2008-10-01Eliminate INT10 call to get BIOS contentsKeith Packard
2008-09-30Work around gcc uninitialized variable warningsJesse Barnes
2008-09-28Bug #16631: add option for SDVO force detectZhenyu Wang
2008-09-26Render register clock gating disable fix on 4 series chipsetZhenyu Wang
2008-09-26Bug #16515: Fix VT switch with DVI on G45Zhenyu Wang
2008-09-16Move bufmgr init earlier so it's available at I830DRIDoMappings time.Xiang, Haihao
2008-09-16Put back check for pI830->hw_status in setting hws in non-GEM mode.Xiang, Haihao
2008-09-11Add support for G41 chipsetZhenyu Wang
2008-09-11Disable render standbyZhenyu Wang
2008-09-09Track the move of irq emit/wait to fake bufmgr.Eric Anholt
2008-09-09Bug #17446: Don't try to manage IRQs in GEM mode.Eric Anholt
2008-09-05i830: Fix timer leakDaniel Stone
2008-08-26Destroy bufmgr after allocation finishZhenyu Wang
2008-08-19Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-19Bail out if kernel mode setting is active but DRI failsJesse Barnes
2008-08-15Make skip_panel_detect clear for its meaningZhenyu Wang
2008-08-14Fixup AccelMethod kernel mode setting codeJesse Barnes
2008-08-12Don't run old accel init codeJesse Barnes
2008-08-11Disable display clock gating for 4 series chipsZhenyu Wang
2008-08-08Make it actually build the kernel stuff if possibleJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-06Merge branch 'drm-gem'Jesse Barnes
2008-08-05Use EXA by default instead of UXA until we have GTT mappingKeith Packard
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Add throttlingKeith Packard
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-08-05Reorganize VBIOS codeJesse Barnes
2008-08-05Merge branch 'drm-gem' of ssh://git.freedesktop.org/git/xorg/driver/xf86-vide...Jesse Barnes
2008-08-05Merge branch 'master' into drm-gemJesse Barnes
2008-07-31Call DRM_I915_GEM_THROTTLE from I830BlockHandlerCarl Worth
2008-07-31Add call to intel_bufmgr_gem_enable_reuseCarl Worth
2008-07-31Don'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-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