summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
Commit message (Expand)AuthorAgeFilesLines
* sna: Rebalance prefer_blt to weight I915_TILING_Y higherChris Wilson2019-07-191-2/+5
* sna: Check for incoherent writes through the GTTChris Wilson2018-09-061-0/+1
* sna/gen8+: Discard any blt using a LINEAR buffer that is not 64byte alignedChris Wilson2017-08-221-1/+1
* sna: Mark up CPU writes for scanout flushChris Wilson2016-11-051-3/+10
* sna: Add a special case for fast DRI2CopyRegion and NoAccelChris Wilson2016-05-071-10/+9
* sna: Tweak flushing before adding a new bo into a batchChris Wilson2016-04-171-1/+1
* sna: Manually expand sse2 memcpy to compensate for a bad compilerChris Wilson2016-04-061-1/+1
* sna: Relax tiling requirements to cope with kernel errorsChris Wilson2016-03-161-0/+1
* sna/dri2: Add active-scanout tracking to single CRTC flipsChris Wilson2016-02-241-0/+1
* sna: Use dirtyfb for fallback direct renderingChris Wilson2016-02-181-0/+3
* sna: Simply retire-requestsChris Wilson2015-11-081-1/+1
* sna: Enable use of GPU tiling even when SET_TILING failsChris Wilson2015-06-011-0/+1
* sna: Only mark wedged checking inside operations as a WARNChris Wilson2015-05-171-2/+2
* sna: Enable blitting with Y-tiled surfacesChris Wilson2015-04-171-2/+21
* sna: Consider idleness of both rings if we need a semaphoreChris Wilson2015-03-311-0/+5
* sna: Detect Y-tiled scanout featureChris Wilson2015-03-241-0/+1
* sna: Avoid asserting that a foreign bo is idleChris Wilson2015-02-251-3/+2
* sna: Use local defines for compilation on older distributionsChris Wilson2015-02-041-2/+2
* sna/gen6+: Tweak engine placement when considering src/dst combinationsChris Wilson2015-01-251-1/+9
* sna: Reorganise assertions when retiring idle boChris Wilson2015-01-221-7/+7
* sna/gen6+: Prefer not to switch away from active RENDER pipelineChris Wilson2015-01-171-0/+1
* sna: Make error debug tracing available at normal debug levelsChris Wilson2014-12-161-9/+1
* sna: gen8 BLT broken when address has bit 4 setMika Kuoppala2014-11-191-0/+13
* sna: Experimental support for write-combining mmapsChris Wilson2014-11-061-2/+11
* sna: Treat external bo carefully when marking as idleChris Wilson2014-10-311-2/+2
* sna: Retire all requests when a bo is found to be not busyChris Wilson2014-10-311-2/+7
* sna: Reuse the same fence until retiredChris Wilson2014-10-291-0/+1
* sna: Avoid pwriting large batchesChris Wilson2014-10-211-12/+16
* sna: Avoid u16 underflow when computing reserved batch spaceChris Wilson2014-09-081-0/+7
* sna: Do not force creation of a linear GPU bo that we don't wantChris Wilson2014-08-141-0/+1
* sna: Restrict fencing to only use the low 256MiBChris Wilson2014-08-021-1/+1
* sna: Disable rendering with the DRM device whilst away from VTChris Wilson2014-07-231-1/+2
* sna: Tidy calling memcpy_from_tiledChris Wilson2014-06-291-0/+10
* sna: Inject a batch flush before adding a fresh boChris Wilson2014-06-231-0/+2
* sna: Assert that we do not try to mmap a proxyChris Wilson2014-06-181-4/+7
* sna: Track the pageflip bo's busynessChris Wilson2014-06-131-2/+11
* sna: Auto-retire upload proxiesChris Wilson2014-06-061-0/+16
* sna/dri2: Enable immediate buffer exchangesChris Wilson2014-06-051-0/+1
* sna: Allow replacements to cancel operations between both bo under a PixmapChris Wilson2014-06-031-0/+1
* sna: Add support for DRI3Chris Wilson2014-06-021-0/+8
* sna: Add DBG hints for using inplace CPU mmappingsChris Wilson2014-06-021-2/+10
* sna: Do not allow imported buffers to be cachedChris Wilson2014-05-301-0/+1
* sna: Unexport kgem_get_unique_id()Chris Wilson2014-05-301-2/+0
* sna: Implicit release of upload buffers considered badChris Wilson2014-05-261-1/+0
* sna: Add some DBG to track rogue requestsChris Wilson2014-05-141-0/+1
* sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson2014-03-121-0/+2
* sna: Rearrange assertion to ease use of substitute cached boChris Wilson2014-02-041-2/+4
* sna: Allow more inplace promotions of CPU to GPU boChris Wilson2014-02-011-1/+3
* sna: Cull the DBG spew to stderrChris Wilson2014-01-171-1/+4
* sna: Simplify kgem_bo_can_map()Chris Wilson2013-12-081-4/+1