summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-13amdgpu: squash trivial documentation typoEmil Velikov1-1/+1
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov7-5/+7
2015-08-13amdgpu: add a bunch of missing config.h includesEmil Velikov6-0/+24
2015-08-13amdgpu/util_hash_table: hide private symbols from global namespaceEmil Velikov2-16/+26
2015-08-13amdgpu/util_hash: hide private symbols from global namespaceEmil Velikov2-27/+36
2015-08-13Force enable amdgpu for the dist build/check.Emil Velikov1-0/+1
2015-08-10radeon: add new OLAND pci idAlex Deucher1-0/+1
2015-08-10modeprint: cleanup, remove compile warningsTapani Pälli1-3/+1
2015-08-10intel: wrap intel_bufmgr.h C code for C++ compilation/linkingTapani Pälli1-0/+8
2015-08-10remove usage of 'c_plusplus' preprocessor macroTapani Pälli3-6/+6
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