summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2009-03-02Disable fb resizing for DRI1-only server so that DRI1 can initialize.Eric Anholt
2009-02-24Don't do AdjustFrame in KMS mode.Eric Anholt
2009-02-24Move disable_render_standby to EnterVT instead of startup.Helge Bahmann
2009-02-24Dont allocate overlay registers in KMS mode.Kristian Høgsberg
2009-02-24Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg
2009-02-24Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-24Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-02-24Implement front buffer resize for KMS.Kristian Høgsberg
2009-02-24Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2009-02-24Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard
2009-02-24warning fix.Eric Anholt
2009-02-24Remove logical context setup.Eric Anholt
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes
2009-01-21Tear down batchbuffers unconditionally on LeaveVTJesse Barnes
2009-01-21Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt
2009-01-15use ifdef __linux__ where needed.Owain G. Ainsworth
2008-12-31Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.Eric Anholt
2008-12-30Add PCI write posting to LeaveVT path when we're about to wait on write results.Eric Anholt
2008-12-30intel: don't call enter/leave VT for KMS enabled systemsDave Airlie
2008-12-15Fix directRenderingType checkZhenyu Wang
2008-12-11Try to always probe SDVOC on 965G/965GMZhenyu Wang
2008-12-11i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth
2008-12-08Make sure DRI/DRI2 can initialize properly with KMS.Kristian Høgsberg
2008-12-08Simplify crtc preinit a bit.Kristian Høgsberg
2008-12-05Move i965 video cc state to BOs.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt
2008-11-05Add an option to make the overlay be the first XV adaptor.Maxim Levitsky
2008-11-04Remove the CheckDevices timer.Eric Anholt
2008-10-30Don'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-14Update to DRI2 changes.dri2Kristian Høgsberg
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
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-12Fix mis-merge of DRI2 changes related to pI830->directRenderingTypeKeith Packard
2008-09-11Add support for G41 chipsetZhenyu Wang
2008-09-11Disable render standbyZhenyu Wang
2008-09-10Merge branch 'master' into dri2Eric Anholt