summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-02-15remove the pthread-stub dependencySooChan Lim1-2/+1
2017-01-27android: introduce Android.common.mk to reduce boilerplateEmil Velikov1-5/+2
2017-01-27android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov1-1/+0
2016-11-14amdgpu: Add amdgpu_asic_id.h to Makefile.sources.Matt Turner1-0/+1
2016-11-07amdgpu: add the function to get the marketing name (v4)Junwei Zhang4-0/+191
2016-10-31amdgpu: check parameters in amdgpu_query_gpu_infoAlex Deucher1-0/+2
2016-09-05amdgpu: add SI supportRonie Salgado1-7/+11
2016-09-05amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_versionMarek Olšák1-1/+1
2016-07-06Android: strip out header files from sources listRob Herring1-1/+1
2016-04-07amdgpu: Fix spelling mistakesEric Engestrom1-2/+2
2016-02-04amdgpu: fix for submition with no ibsKen Wang2-0/+9
2016-02-04amdgpu: add libdrm as private requirement/dependencyEmil Velikov1-0/+1
2016-01-20amdgpu: Add new symbols to amdgpu-symbols-checkMichel Dänzer1-0/+4
2016-01-20amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang1-2/+2
2016-01-20amdgpu: add semaphore supportMarek Olšák3-4/+249
2016-01-20amdgpu: validate user memory for userptrChunming Zhou1-1/+2
2016-01-20amdgpu: drop address patching logicsmonk.liu1-10/+1
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