summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2014-06-09sna/dri2: Allow TearFree flipping to individual CRTCChris Wilson
2014-06-06sna: Fix no relaxed delta path for gen4+Chris 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: Relax tiling height restrictionsChris Wilson
2014-06-02sna: Silence a DBG compiler warningChris Wilson
2014-05-30sna: Reuse the first scanout boChris Wilson
2014-05-30sna: Do not allow imported buffers to be cachedChris Wilson
2014-05-30sna: Mark all caches for expirationChris Wilson
2014-05-30sna: Unexport kgem_get_unique_id()Chris Wilson
2014-05-28Silence CLang (almost)Chris Wilson
2014-05-26sna: Implicit release of upload buffers considered badChris Wilson
2014-05-26sna: Assert that we do not replace active IO buffersChris Wilson
2014-05-20sna: Only mark the scanout as being busy for writes (not solitary reads)Chris Wilson
2014-05-16sna: Userptr lands upstream, enable.Chris Wilson
2014-05-16sna: Handle driver failures more gracefullyChris Wilson
2014-05-14sna: Add some DBG to track rogue requestsChris Wilson
2014-05-14sna: Avoid promoting SHM Pixmaps for DRIChris Wilson
2014-05-13sna: Check for PRIME scanoutsChris Wilson
2014-04-28sna: Rearrange final aperture checkChris Wilson
2014-04-28sna: Refine fence packing estimatesChris Wilson
2014-04-24sna: Be more selective of reusing bo for inplace uploads on !LLCChris Wilson
2014-04-24sna: Tweak untiled limitsChris Wilson
2014-04-23sna: Fix assertions for mmapping stolen buffersChris Wilson
2014-04-22sna: Add a DBG aide to disable hardware executionChris Wilson
2014-04-18sna/video: Only try to set the color key onceChris Wilson
2014-04-17sna: Pre-emptively bind framebuffers into the GTTChris Wilson
2014-04-15sna: Pre-emptively move framebuffers into the DISPLAY cache domainChris Wilson
2014-03-31sna: Update tiling flags after reusing inactive VMAChris Wilson
2014-03-31sna: Allow reassignment of inactive VMA if not mapped into the GTTChris Wilson
2014-03-12sna: Restore asserts that we do not map a freed bufferChris Wilson
2014-03-12sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson
2014-03-11sna: Be defensive when applying size restrictions to boChris Wilson
2014-02-23sna: Add a little more DBG to watch the flow of allocated bo sizesChris Wilson
2014-02-23sna: Cleanup caches if execbuf failsChris Wilson
2014-02-12sna: Retrieve tiling for fbconChris Wilson
2014-02-04sna: Tweak assert_bo_retired() to be callable on cached boChris Wilson
2014-02-01sna: Allow more inplace promotions of CPU to GPU boChris Wilson
2014-01-31sna: Balance memory accounting for buffer objectsChris Wilson
2014-01-29sna: Always clear the domain even only a potential syncChris Wilson
2014-01-29sna: We can only retire a bo if is not referenced by the current batchChris Wilson
2014-01-29sna: Add assertions for set/get bindingChris Wilson
2014-01-28sna: Check for a hang after a spurious error return from set-domain-ioctlChris Wilson
2014-01-28sna: Be a little more assertive in retiring after set-domainChris Wilson
2014-01-20sna: build fix for OpenBSDMark Kettenis
2014-01-20sna: Yield the processor if the kernel reports EAGAINChris Wilson
2014-01-19sna: Use device minor to narrow search for debugfs filesChris Wilson
2014-01-19sna: Always emit an error message when an execbuffer failsChris Wilson