summaryrefslogtreecommitdiff
path: root/src/i830_memory.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-282/+0
2010-06-25i810: Move into a legacy directory.Chris Wilson1-1/+0
2010-06-15drmmode: Use the tiled stride for the rotated pixmap.Chris Wilson1-0/+8
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt1-79/+26
2010-05-12i830: Prevent allocation of bo larger than half the apertureChris Wilson1-29/+34
2010-05-10i830: Minor cleanupChris Wilson1-6/+4
2010-03-04Remove remaining fbOffset setting.Eric Anholt1-15/+0
2010-03-04Remove i830_allocate_2d_memory() now that it only called one function.Eric Anholt1-15/+0
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt1-41/+3
2010-03-04i830_memory: rip out the remainings of the old allocatorDaniel Vetter1-154/+0
2010-03-04i830_memory: hide as much of the old memory allocator as possibleDaniel Vetter1-2/+2
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter1-7/+23
2010-03-04i830_memory: switch cursors to drm_intel_boDaniel Vetter1-12/+9
2010-03-04i830_memory: kill field "pitch"Daniel Vetter1-2/+0
2010-03-04i830_memory: rip out field "size"Daniel Vetter1-1/+0
2010-03-04i830_memory: kill field "tiling_mode"Daniel Vetter1-1/+0
2010-03-04i830_memory: no memory allocations without a bo!Daniel Vetter1-25/+15
2010-03-04i830_memory: rename i830_bind_all_memory to reflect code realityDaniel Vetter1-6/+3
2010-03-04i830_memory: rip out the old video memory allocatorDaniel Vetter1-69/+0
2010-03-04i830_memory: kill i830_desribe_allocationsDaniel Vetter1-55/+0
2010-03-04i830_memory: rip out field "offset"Daniel Vetter1-8/+2
2010-03-04i830_memory: rip out field "end"Daniel Vetter1-5/+2
2010-02-20Remove dead assignments noticed by clang.Eric Anholt1-7/+0
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson1-6/+10
2009-12-02Review use of errno after libdrm callChris Wilson1-2/+1
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson1-0/+23
2009-11-29Cleanup a few compiler warnings.Chris Wilson1-2/+2
2009-11-05Increase stride limit for IGDNGJesse Barnes1-0/+3
2009-10-08Clean up more i830_memory.c madness.Eric Anholt1-120/+61
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-64/+64
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-69/+69
2009-10-06Move to kernel coding style.Eric Anholt1-466/+451
2009-10-06Remove UMS support.Eric Anholt1-957/+14
2009-10-05Remove UMS overlay support.Eric Anholt1-42/+0
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