summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard1-21/+30
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt1-2/+0
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao1-2/+24
2009-07-15Reset framebuffer offset when rebinding aperture (22760).Keith Packard1-0/+3
2009-07-10i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GARTKeith Packard1-8/+6
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard1-65/+70
2009-07-10Remove NoAccel supportKeith Packard1-11/+11
2009-06-30Don't try to pin buffers in KMS modeJesse Barnes1-2/+2
2009-05-26Fold GEM detection into DRM master open.Eric Anholt1-15/+1
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt1-0/+26
2009-05-15Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard1-1/+6
2009-05-14Remove dead "avail" variable from XAA stuff.Eric Anholt1-2/+1
2009-05-13Add new have_gem flagJesse Barnes1-0/+1
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang1-3/+3
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-14/+0
2009-04-27Remove I830_XV ifdef.Eric Anholt1-4/+0
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt1-4/+1
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt1-7/+0
2009-04-27Remove EXA support.Eric Anholt1-42/+0
2009-04-27Remove XAA support.Eric Anholt1-94/+5
2009-04-27Remove DRI1 support.Eric Anholt1-244/+2
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt1-0/+1
2009-04-27Don't clear the framebuffer if it isn't currently bound.Eric Anholt1-1/+1
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+2
2009-04-13Turn on front buffer tiling in KMS.Li Peng1-2/+0
2009-04-08Don't enable kernel execbuf fencing w/EXAJesse Barnes1-8/+9
2009-03-30Non-GEM allocations incorrectly force TILE_NONE (bug 20797)Albert Damen1-2/+0
2009-03-20Don't manage fences part twoJesse Barnes1-1/+2
2009-03-19Don't install fences if the kernel is managing themJesse Barnes1-7/+4
2009-03-11Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg1-3/+2
2009-03-09Fix XV with non-GEM kernels by allocating a larger fake bufmgr.Eric Anholt1-1/+1
2009-03-06Don't allocate the render power saving context in KMS mode.Eric Anholt1-0/+3
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt1-23/+11
2009-03-06Remove configured SW cursor support.Eric Anholt1-6/+5
2009-03-06Remove StolenOnly support.Eric Anholt1-6/+2
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-45/+9
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg1-1/+1
2009-02-02Fix front buffer memset() for non-KMS case.Kristian Høgsberg1-1/+1
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg1-15/+56
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg1-56/+15
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg1-14/+1
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes1-15/+56
2009-01-21Move i965 render sampler state to BOs.Eric Anholt1-18/+0
2009-01-20Remove triple-buffering supportOwain G. Ainsworth1-11/+0
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard1-111/+9
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard1-173/+164
2008-12-29Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3Eric Anholt1-1/+0
2008-12-29Remove logical context setup.Eric Anholt1-9/+0
2008-12-29intel/kms: disable overlay when it needs physical addressDave Airlie1-1/+4
2008-12-02Remove DRI_MM defines which are always true now.Eric Anholt1-3/+0