summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
AgeCommit message (Expand)Author
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
2013-06-18sna: Mark the base bo as unreusable for temporary mappingsChris Wilson
2013-06-17sna: Refactor scanout flushingChris Wilson
2013-06-11sna: Mollify an assert to allow us to call busy_ioctl on a GTT writeChris Wilson
2013-06-10sna: Move the GTT dirty tracking from the pixmap to the boChris Wilson
2013-06-10sna: s/bo->dirty/bo->gpu_dirty/ to avoid later confusionChris Wilson
2013-04-12sna: Flush the scanout cache after resizing the displayChris Wilson
2013-04-10sna: Align uploads to start on page boundariesChris Wilson
2013-04-01sna: Try to eliminate pending operations to the bo being replacedChris Wilson
2013-03-12sna: Mark redirect proxies with a unique idChris Wilson
2013-03-04sna: Ensure we do not attempt to operate inplace on a very large pixmapChris Wilson
2013-02-07sna: Also assert that the GPU is not wedged before continuing a batchChris Wilson
2013-01-31sna: Make sure the needs_flush is always accompanied by a tracking requestChris Wilson
2013-01-20sna/gen7: Place the vsync commands in the same cachelineChris Wilson
2013-01-16sna: Revert use of a separate CAN_CREATE_SMALL flagChris Wilson
2013-01-13sna: Relax limitation on not mapping GPU bo with shadow pointersChris Wilson
2013-01-12sna: Experiment with a CPU mapping for certain fallbacksChris Wilson
2013-01-11sna: Reorder struct kgem_bo to move related data into the same cachelineChris Wilson
2013-01-10sna: Allow CPU bo to copy to GPU bo if the device is idle.Chris Wilson
2013-01-04sna: Embed the pre-allocation of the static request into the deviceChris Wilson
2013-01-04sna: Flush the batch prior to referencing work from another ringChris Wilson
2013-01-02sna/gen6+: Fine tune placement of DRI copiesChris Wilson
2012-12-31sna/dri: Fix triple buffering to not penalise missed framesChris Wilson