summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2012-01-06sna: always skip active search when requested for find an inactive boChris Wilson
2012-01-05sna: Only force a batch continuation if the scanout is written toChris Wilson
2012-01-05sna: Deferred attachment to a pixmap needs to mark the pixmap as entirely dirtyChris Wilson
2012-01-05sna: Fix assertion as we may want to create active bo with cpu mappingsChris Wilson
2012-01-04sna: Only request page size allocations for the replacement bufferChris Wilson
2012-01-04sna: The batch is counted in dwords, not bytes!Chris Wilson
2012-01-04sna: Limit batch to a single page on 865gChris Wilson
2012-01-04sna: Fix typo during partial list deletionChris Wilson
2012-01-03sna: Always search for an exact active match first from the bo-cacheChris Wilson
2012-01-03sna: Force tiling on medium pitches if not reduced for other reasonsChris Wilson
2012-01-03sna: Delete the last buffer if destroyed without being used on the GPUChris Wilson
2012-01-01sna: Keep a freelist of buffersChris Wilson
2011-12-31Revert "sna: Increase the minimum alignment constraint for g33"Chris Wilson
2011-12-31sna: compare tiling against minimum width for relevancyChris Wilson
2011-12-26sna: Increase the minimum alignment constraint for g33Chris Wilson
2011-12-24sna: Use shadow if the GPU is busy or not immediately mappableChris Wilson
2011-12-24sna: Search the inactive VMA cache first for a linear mappingChris Wilson
2011-12-23sna: Don't align pwrite to cachelines for doing discontiguous copiesChris Wilson
2011-12-23sna: Silence unsigned comparison against 0Chris Wilson
2011-12-23sna: Trim the unused pages from the batch between the last command and surfaceChris Wilson
2011-12-23sna: Free the additional bindings on proxiesChris Wilson
2011-12-20sna: Treat all exported bo as potentially activeChris Wilson
2011-12-20sna: Improve a debug messageChris Wilson
2011-12-20sna: Fixup the refcnt to avoid an assertChris Wilson
2011-12-20sna: Don't mark mapping as synchronous by defaultChris Wilson
2011-12-19sna: Tune the inplace cross-over point to be half-cache sizeChris Wilson
2011-12-18sna: Continue searching the linear lists for CPU mappingsChris Wilson
2011-12-18sna: Distinguish between GTT and CPU maps when searching for VMAChris Wilson
2011-12-18sna: the active cache is not marked as purgeable, so skip checking itChris Wilson
2011-12-18sna: clear the request list when reusing a flushing boChris Wilson
2011-12-18sna: When freeing vma, first see if the kernel evicted anyChris Wilson
2011-12-18sna: Use a safe iterator whilst searching for inactive linear boChris Wilson
2011-12-18sna: Purge all evicted boChris Wilson
2011-12-18sna: Only retire for the VMA search if there are cached VMAChris Wilson
2011-12-18sna: Retire if the inactive vma list is emptyChris Wilson
2011-12-18sna: Explicitly handle errors from madvChris Wilson
2011-12-17sna: Simplify write domain trackingChris Wilson
2011-12-17sna: Upload to large pixmaps inplaceChris Wilson
2011-12-17sna: Search through the inactive VMA cache for potential upload boChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-17sna: Wrap I915_GEM_GET_PARAM with valgrind markupChris Wilson
2011-12-17sna: Clean up caches stored upon the batch boChris Wilson
2011-12-15sna: cap the number of times we attempt to resubmit the batch upon EBUSYChris Wilson
2011-12-14sna: Close any handles after bo allocation failuresChris Wilson
2011-12-14sna: Use a static request and synchronous rendering in case of malloc failureChris Wilson
2011-12-14sna: Mark upload buffers as unaccessible upon submissionChris Wilson
2011-12-13sna: Allow the debugger to map bo from the batch during kgem_submit()Chris Wilson
2011-12-13sna: Fix a debugging assertChris Wilson
2011-12-13sna: Set the refcnt on the replacement boChris Wilson
2011-12-13sna: Double-check that the submitted buffers were not purgedChris Wilson