summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
AgeCommit message (Expand)Author
2014-06-29sna: Tidy calling memcpy_from_tiledChris Wilson
2014-06-23sna: Inject a batch flush before adding a fresh boChris Wilson
2014-06-18sna: Assert that we do not try to mmap a proxyChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-06sna: Auto-retire upload proxiesChris Wilson
2014-06-05sna/dri2: Enable immediate buffer exchangesChris Wilson
2014-06-03sna: Allow replacements to cancel operations between both bo under a PixmapChris Wilson
2014-06-02sna: Add support for DRI3Chris Wilson
2014-06-02sna: Add DBG hints for using inplace CPU mmappingsChris Wilson
2014-05-30sna: Do not allow imported buffers to be cachedChris Wilson
2014-05-30sna: Unexport kgem_get_unique_id()Chris Wilson
2014-05-26sna: Implicit release of upload buffers considered badChris Wilson
2014-05-14sna: Add some DBG to track rogue requestsChris Wilson
2014-03-12sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson
2014-02-04sna: Rearrange assertion to ease use of substitute cached boChris Wilson
2014-02-01sna: Allow more inplace promotions of CPU to GPU boChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2013-12-08sna: Simplify kgem_bo_can_map()Chris Wilson
2013-12-02sna: Drop forced alignment to 64 on pre-gen4 devicesChris Wilson
2013-11-27sna: Add a few more refcnt assertsChris Wilson
2013-11-06sna: Trim the overestimate of required aperture space for fence alignmentChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-04sna: Update DBG formats for larger BO offset integersChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02Prepare for changes in the BLT unit on future generationsChris Wilson
2013-11-01sna: Guard the replace-with-xor fallback pathChris Wilson
2013-11-01sna: Scale uses of aperture_mappable by PAGE_SIZEChris Wilson
2013-10-31sna: Tweak deletion of used buffersChris Wilson
2013-10-29sna: Try harder to complete writesChris Wilson
2013-10-21sna: Tweak opportunistic flushing to reduce power consumptionChris Wilson
2013-09-29sna: Apply the non-relaxed fencing partial paranoia everywhereChris Wilson
2013-09-23sna: Track CPU/GTT maps independentlyChris Wilson
2013-09-10sna: Disable use of Y-tiling for gen4Chris Wilson
2013-09-03sna: Add some more DBGChris Wilson
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson
2013-08-14Correct misspelled cachingSedat Dilek
2013-08-09sna: Rewrite the can-mmap-cpu test to handle stolen unclaimed boChris Wilson
2013-08-04sna: Mark the entire userptr proxy chain as flush/non-reusableChris Wilson
2013-08-02sna: Reserve relocation entries for the deferred VBOChris Wilson
2013-07-31sna: Relax readback constraint for CPU mappings of scanoutsChris Wilson
2013-07-31sna: Fix interaction between WT mapping of scanouts and allocating from stolenChris Wilson
2013-07-30sna: Allow CPU access to scanouts if WT cachedChris Wilson
2013-07-17sna: Include linear GTT maps when deciding whether a bo is mappableChris Wilson
2013-07-07sna: Experiment with a new ioctl to create buffers from stolen memoryChris Wilson
2013-07-06sna: Flush blt copies if no operations pendingChris Wilson
2013-07-02sna: Add the condition that 855gm cannot GTT map Y-tiled surfacesChris Wilson
2013-06-29sna: Improve checks for coherent access through CPU mappingsChris Wilson
2013-06-27sna: Implement memcpy_from_tiled functions (for X-tiling only atm)Chris Wilson
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson
2013-06-18sna: Add extra assertions to sanity check CPU access is coherentChris Wilson