summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-08named preserveickleChris Wilson1-8/+36
2015-08-08intel: Check the physical swizzle mode for the objectChris Wilson1-20/+27
2015-08-08intel: Keep live buffers in the cacheChris Wilson1-0/+3
2015-08-08intel: Round large allocations upto PAGE_SIZEChris Wilson1-10/+4
2015-08-08intel: Keep the caches in loose active orderChris Wilson1-1/+4
2015-08-08intel: Export raw GEM mmap interfacesChris Wilson2-0/+152
2015-08-08intel: Use WAIT for wait-renderingChris Wilson1-0/+18
2015-08-08intel: Defer setting madv on the bo cacheChris Wilson1-7/+20
2015-08-06add a note about which version of cunit is fixed for debian/ubuntuAlex Deucher1-0/+1
2015-08-06move up cunit workaround for ubuntu/debianAlex Deucher1-13/+11
2015-08-06fix amdgpu cunit configure test harderAlex Deucher1-2/+3
2015-08-06fix configuration when amdgpu is disabledAlex Deucher1-1/+1
2015-08-05amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submitMichel Dänzer1-2/+0
2015-08-05amdgpu: expose the PCI revision IDJammy Zhou2-0/+3
2015-08-05libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...Mario Kleiner1-4/+13
2015-08-05libdrm/amdgpu: Fixed drm.h include.Alexandr Akulich1-1/+1
2015-08-05amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer1-6/+8
2015-08-05amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer1-3/+3
2015-08-05amdgpu: add VCE harvesting instance queryLeo Liu3-0/+5
2015-08-05test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2-0/+4
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou8-243/+391
2015-08-05amdgpu: add flags parameter for amdgpu_va_range_allocJammy Zhou2-2/+5
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang6-134/+69
2015-08-05amdgpu: fix bs buffer size for vce testChristian König1-1/+1
2015-08-05tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou1-8/+0
2015-08-05drm: fix the ALIGN macro to avoid value clampJammy Zhou1-1/+2
2015-08-05amdgpu: Use drmIoctl in amdgpu_ioctl_wait_csMichel Dänzer1-6/+2
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König5-40/+17
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou5-22/+27
2015-08-05amdgpu: add va range query interfaceSabre Shao2-0/+32
2015-08-05amdgpu: add va allocation intefacesSabre Shao3-1/+118
2015-08-05amdgpu: add base_preferred parameter to amdgpu_vamgr_find_vaKen Wang3-17/+35
2015-08-05amdgpu: check the user fence only if the IP supports user fencesMarek Olšák1-13/+18
2015-08-05drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_statusMarek Olšák2-3/+14
2015-08-05amdgpu: remove reference to AMD specific error codesChristian König1-32/+2
2015-08-05amdgpu: cleanup public interface styleChristian König1-136/+90
2015-08-05gitignore: add some generated amdgpu filesChristian König1-0/+2
2015-08-05amdgpu: add CS dependencies v2Christian König2-1/+69
2015-08-05amdgpu: update to the latest kernel headerAlex Deucher1-44/+91
2015-08-05amdgpu: remove pointer arithmetic from command submissionChristian König1-12/+6
2015-08-05amdgpu: do NULL check for bo handle in amdgpu_bo_query_infoJammy Zhou1-0/+4
2015-08-05amdgpu: cleanup VA IOCTL handlingChristian König2-32/+18
2015-08-05amdgpu: remove flink export workaround v2Christian König1-6/+0
2015-08-05amdgpu: explicitly unmap GPU mapping on BO destructionChristian König1-24/+57
2015-08-05amdgpu: merge amdgpu_drm.h from kernelJammy Zhou1-10/+7
2015-08-05amdgpu: cleanup gds specific alloc/free functionsJammy Zhou1-60/+0
2015-08-05amdgpu: add amdgpu_query_gds_infoJammy Zhou2-3/+27
2015-08-05amdgpu: fix double mutex_unlock in amdgpu_bo_importMarek Olšák1-1/+1
2015-08-05amdgpu: fix valgrind warningsMarek Olšák2-2/+2
2015-08-05amdgpu: use alloca and malloc in critical codepaths (v2)Marek Olšák2-12/+23