summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2015-11-20amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis1-2/+4
2015-11-20amdgpu: fix overflow for timeout calculationJammy Zhou1-2/+6
2015-10-22amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis1-2/+9
2015-10-22amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis1-2/+2
2015-10-22amdgpu: Unlock mutex if base_required is invalidTom St Denis1-1/+3
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith1-0/+3
2015-09-04amdgpu: remove unneeded -Wno-switch-enum flagEmil Velikov1-1/+1
2015-09-02amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()Jonathan Gray1-1/+1
2015-09-02amdgpu: fix missing deinit on vamgr_32monk.liu1-0/+2
2015-08-25amdgpu: serialize drmPrimeFDToHandleChristian König1-4/+5
2015-08-25amdgpu: remove sequence mutexChristian König2-13/+0
2015-08-20amdgpu: add Android build supportMauro Rossi1-0/+18
2015-08-20amdgpu: add Makefile.sourcesMauro Rossi2-14/+18
2015-08-17amdgpu: make vamgr per device v2Jammy Zhou3-35/+12
2015-08-17amdgpu: add flag to support 32bit VA address v4Jammy Zhou4-7/+59
2015-08-17amdgpu: improve amdgpu_vamgr_initJammy Zhou1-5/+8
2015-08-13amdgpu: add symbols check testEmil Velikov2-0/+54
2015-08-13amdgpu: hide the final internal functions from global namespaceEmil Velikov5-46/+42
2015-08-13amdgpu/amdgpu_vamgr: hide private symbols from global namespaceEmil Velikov2-13/+22
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-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-05amdgpu: add VCE harvesting instance queryLeo Liu2-0/+3
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou3-126/+59
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 Wang3-122/+52
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önig2-33/+10
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2-10/+9
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-05amdgpu: add CS dependencies v2Christian König2-1/+69
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önig1-16/+16
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: 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