summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2012-10-11sna: Limit available space for gen2Chris Wilson
2012-10-11sna: Use high/low watermarks for fenced aperture countingChris Wilson
2012-10-09sna: Check the map exists before trying to release itChris Wilson
2012-10-07sna: Only reduce the maximum batch size for old kernelsChris Wilson
2012-10-05sna: Do not create an unsnooped CPU mapping for readbacksChris Wilson
2012-10-04sna/gen2: Prevent using the GTT maps with I915_TILING_Y on 855gmChris Wilson
2012-10-03sna: Protect against undefined O_CLOEXECChris Wilson
2012-09-30sna: Cache repeated use of the temporary CPU mapping for tiled_x uploadsChris Wilson
2012-09-30sna: set_cacheing returns a bool not an error-codeChris Wilson
2012-09-28sna: Restore LLC cache level after using a buffer for scanout (uncached)Chris Wilson
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson
2012-09-15sna: Improve handling of probe failure during initialisationChris Wilson
2012-09-12sna: Keep a very small, short-lived cache of large buffersChris Wilson
2012-09-12sna: Propagate busyness when creating the proxyChris Wilson
2012-09-12sna: Add some DBG as to why kgem_check_bo() flushesChris Wilson
2012-09-12sna: Ensure tiling upload buffers are trimmed to fit in the cacheChris Wilson
2012-09-12sna: Flush after operating on large buffersChris Wilson
2012-09-06sna: Apply the minimum 256 pitch to CREATE_USAGE_SHARED pixmaps as wellChris Wilson
2012-09-05Revert "sna: Flush the batch before a render operation if the GPU is idle"Chris Wilson
2012-09-05sna/video: Use the scanout flag and FB id for sprite framebuffersChris Wilson
2012-09-05sna: Add DBG control to disable CPU boChris Wilson
2012-09-04sna: Flush the batch before a render operation if the GPU is idleChris Wilson
2012-09-04sna: Fix a typo in an error messageChris Wilson
2012-09-04sna: Fixup CREATE_USAGE_SHAREDChris Wilson
2012-09-04sna: Fix typo for detecting prime ioctlsChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-09-02sna: Don't retire when searching for a snoopable buffer without hw supportChris Wilson
2012-08-30sna/dri: Hold a reference to the vsync blitChris Wilson
2012-08-28sna: Align active upload buffers to the next page for reuseChris Wilson
2012-08-28sna: Discard inplace flag if we create a CPU map for the upload bufferChris Wilson
2012-08-28sna: Propagate the request to flush rather than directly submit the batchChris Wilson
2012-08-28sna: Make sure we reset the domain tracking when exporting DRI boChris Wilson
2012-08-27sna: Track outstanding requests per-ringChris Wilson
2012-08-27sna: Ensure that we create a GTT mapping for the inplace upload bufferChris Wilson
2012-08-27sna: Add a modicum of DBG to kgem_is_idle()Chris Wilson
2012-08-27sna: A little more DBG to try and identify ratelimiting opsChris Wilson
2012-08-27sna: Assert that the bo is marked as 'flush' when exported to DRI clientsChris Wilson
2012-08-27sna: Flush the batch if it references a ShmPixmap and the GPU is idleChris Wilson
2012-08-26sna: Add some DBG to kgem_is_idle()Chris Wilson
2012-08-24sna: Allow the batch to be flushed if the GPU is idle upon a context switchChris Wilson
2012-08-23sna: Flush the batch if it contains any DRI pixmapsChris Wilson
2012-08-21sna: Display still resident memory in inactive/snoop caches under DEBUG_MEMORYChris Wilson
2012-08-21sna: Fix the assertion for tracking proxies in the batchChris Wilson
2012-08-21sna: Mark all levels of a proxy as dirtyChris Wilson
2012-08-20sna: Assign a unique id to snoopable CPU boChris Wilson
2012-08-20sna: Trim a parameter from kgem_bo_mark_dirty() and add some assertionsChris Wilson
2012-08-20sna: Keep a stash of the most recently allocated requestsChris Wilson
2012-08-20sna: A few more buffer cache management assertionsChris Wilson
2012-08-20sna: Add a couple of buffer cache management assertionsChris Wilson
2012-08-15sna: Submit the batch upon destroying a ShmPixmapChris Wilson