summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
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
2014-01-18sna: Refactor common routines for debugfs file dumpingChris Wilson
2014-01-18sna: Fix typo in debugfs pathsChris Wilson
2014-01-18sna: Dump fence registers upon starvationChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2014-01-10sna: Handle release of active stolen scanoutsChris Wilson
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson
2013-12-10sna: Set minimum pitch alignment to 8 bytesChris Wilson
2013-12-03sna: Include Pineview in fence over-allocation checksChris Wilson
2013-12-02sna: Drop forced alignment to 64 on pre-gen4 devicesChris Wilson
2013-11-29sna: Dump GTT info if we fail to execute a batch due to ENOSPCChris Wilson
2013-11-28sna: Wrap image upload with sigtrapChris Wilson
2013-11-25sna: Add missing va_endZdenek Kabelac
2013-11-13Bump experimental ioctl command numbersChris Wilson
2013-11-12sna: Factor available memory into available aperture estimationChris Wilson
2013-11-09Merge branch 'master' of hsw:/usr/src/xf86-video-intelChris Wilson
2013-11-08sna: Always schedule upload buffers for retirement after useChris Wilson
2013-11-07sna: Skip an unmappable linear bo when searching through a cache for a GTT ma...Chris Wilson
2013-11-07sna: Only assert that the bo is small enough to be mmappedChris Wilson
2013-11-06sna: Add a DBG breadcrumb to kgem_bo_convert_to_gpu()Chris Wilson
2013-11-06sna: Trim create flags if tiled sizes are too largeChris Wilson
2013-11-06sna: Fences are power-of-two sizesChris Wilson
2013-11-06sna: Trim the overestimate of required aperture space for fence alignmentChris Wilson
2013-11-05sna: Submit execution on the bo before changing its caching statusChris Wilson
2013-11-05sna: Clear snoop flag after converting from a CPU boChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-05sna: Be move conservative with tiling sizes for older fenced genChris Wilson
2013-11-04sna: s/active/busy/ to silence compiler warningChris Wilson
2013-11-04sna: Update DBG formats for larger BO offset integersChris Wilson
2013-11-04sna: Rename the two variants of pwrite so very relative dangers are obviousChris Wilson
2013-11-04sna: Use the unoptimized pwrite for general buffersChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02sna: Add some more asserts around inactive VMA listsChris Wilson