aboutsummaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)Author
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith
2015-09-04amdgpu: remove unneeded -Wno-switch-enum flagEmil Velikov
2015-09-02amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()Jonathan Gray
2015-09-02amdgpu: fix missing deinit on vamgr_32monk.liu
2015-08-25amdgpu: serialize drmPrimeFDToHandleChristian König
2015-08-25amdgpu: remove sequence mutexChristian König
2015-08-20amdgpu: add Android build supportMauro Rossi
2015-08-20amdgpu: add Makefile.sourcesMauro Rossi
2015-08-17amdgpu: make vamgr per device v2Jammy Zhou
2015-08-17amdgpu: add flag to support 32bit VA address v4Jammy Zhou
2015-08-17amdgpu: improve amdgpu_vamgr_initJammy Zhou
2015-08-13amdgpu: add symbols check testEmil Velikov
2015-08-13amdgpu: hide the final internal functions from global namespaceEmil Velikov
2015-08-13amdgpu/amdgpu_vamgr: hide private symbols from global namespaceEmil Velikov
2015-08-13amdgpu: squash trivial documentation typoEmil Velikov
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov
2015-08-13amdgpu: add a bunch of missing config.h includesEmil Velikov
2015-08-13amdgpu/util_hash_table: hide private symbols from global namespaceEmil Velikov
2015-08-13amdgpu/util_hash: hide private symbols from global namespaceEmil Velikov
2015-08-05amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submitMichel Dänzer
2015-08-05amdgpu: expose the PCI revision IDJammy Zhou
2015-08-05libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...Mario Kleiner
2015-08-05amdgpu: add VCE harvesting instance queryLeo Liu
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou
2015-08-05amdgpu: add flags parameter for amdgpu_va_range_allocJammy Zhou
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang
2015-08-05amdgpu: Use drmIoctl in amdgpu_ioctl_wait_csMichel Dänzer
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou
2015-08-05amdgpu: add va range query interfaceSabre Shao
2015-08-05amdgpu: add va allocation intefacesSabre Shao
2015-08-05amdgpu: add base_preferred parameter to amdgpu_vamgr_find_vaKen Wang
2015-08-05amdgpu: check the user fence only if the IP supports user fencesMarek Olšák
2015-08-05drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_statusMarek Olšák
2015-08-05amdgpu: remove reference to AMD specific error codesChristian König
2015-08-05amdgpu: cleanup public interface styleChristian König
2015-08-05amdgpu: add CS dependencies v2Christian König
2015-08-05amdgpu: remove pointer arithmetic from command submissionChristian König
2015-08-05amdgpu: do NULL check for bo handle in amdgpu_bo_query_infoJammy Zhou
2015-08-05amdgpu: cleanup VA IOCTL handlingChristian König
2015-08-05amdgpu: remove flink export workaround v2Christian König
2015-08-05amdgpu: explicitly unmap GPU mapping on BO destructionChristian König
2015-08-05amdgpu: cleanup gds specific alloc/free functionsJammy Zhou
2015-08-05amdgpu: add amdgpu_query_gds_infoJammy Zhou
2015-08-05amdgpu: fix double mutex_unlock in amdgpu_bo_importMarek Olšák
2015-08-05amdgpu: fix valgrind warningsMarek Olšák
2015-08-05amdgpu: use alloca and malloc in critical codepaths (v2)Marek Olšák
2015-08-05amdgpu: allow exporting KMS handles with render nodesMarek Olšák
2015-08-05amdgpu: add zero timeout check in amdgpu_cs_query_fence_statusJack Xiao
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák