summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2014-08-03sna: Relax restriction on fenced aperture checkChris Wilson
2014-08-02sna: Restrict fencing to only use the low 256MiBChris Wilson
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson
2014-07-17sna: Add missing DBG parametersChris Wilson
2014-06-30sna: Tweak preference for small GPU boChris Wilson
2014-06-29sna: Prefer linear if below tile_widthChris Wilson
2014-06-29sna: Tidy calling memcpy_from_tiledChris Wilson
2014-06-27sna: Only reuse pinned batches for 830/845Chris Wilson
2014-06-27sna: Tidy selection of a near-miss active buffer.Chris Wilson
2014-06-26sna: Fix userptr defines to match i915_drm.hChris Wilson
2014-06-25sna: Improve throttling during bo allocationChris Wilson
2014-06-25sna: Only mark throttle as done after successChris Wilson
2014-06-25sna: Track desired flushes better after starting a new batchChris Wilson
2014-06-25sna: Tweak scanout flushChris Wilson
2014-06-25sna: And fix the typo...Chris Wilson
2014-06-25sna: Disable userptr for bdwChris Wilson
2014-06-23sna: Fix flushing empty batchesChris Wilson
2014-06-23sna: Do not set CAN_CREATE_GPU flag for untiled allocationsChris Wilson
2014-06-23sna: Inject a batch flush before adding a fresh boChris Wilson
2014-06-20sna: Color patterns for BLT are required to be aligned to 256 byte boundariesChris Wilson
2014-06-18sna: Assert that we do not try to mmap a proxyChris Wilson
2014-06-18sna: Add DBG option to disable snoop bo cacheingChris Wilson
2014-06-16sna: Regularly check the cache level on boChris Wilson
2014-06-16sna: Promote better active buffer reuseChris Wilson
2014-06-16sna: Fix some batch DBGChris Wilson
2014-06-16sna: Add more DBG to track transitions between CRTC and its shadow or flip boChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-11sna: Fix scanout creation routine for old kernels <= 3.11Chris Wilson
2014-06-10sna: Expand debugging to cover gen8 BLT variationsChris Wilson
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