aboutsummaryrefslogtreecommitdiffstats
path: root/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* amdgpu: Add wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky2017-10-274-0/+71
* amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez2017-10-203-6/+29
* amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák2017-10-123-0/+37
* amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák2017-10-123-0/+33
* amdgpu: add sync_file import and export functionsMarek Olšák2017-10-123-0/+52
* Android: move libraries to /vendorRob Herring2017-10-091-1/+1
* amdgpu: print error messages when amdgpu_device_initialize is failingMarek Olšák2017-09-281-3/+16
* amdgpu: Do not write beyond allocated memory when parsing idsJan Vesely2017-09-041-7/+8
* android: amdgpu: fix build breakChih-Wei Huang2017-08-211-0/+6
* amdgpu: merge and cleanup amdgpu_bo_freeMonk Liu2017-08-082-56/+29
* amdgpu: fix race issue between two bo functions(v2)Monk Liu2017-08-082-6/+12
* amdgpu: fix missing mutex unlock before returnMonk Liu2017-08-071-0/+1
* amdgpu: add new symbols to tests.Dave Airlie2017-07-181-0/+7
* drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie2017-07-182-0/+77
* drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie2017-07-182-1/+92
* amdgpu: move asic id table to a separate fileXiaojie Yuan2017-06-126-173/+258
* amdgpu: Add .editorconfig file for amdgpu coding styleMichel Dänzer2017-06-121-0/+9
* amdgpu: add missing extern "C" headersNicolai Hähnle2017-05-161-0/+8
* amdgpu: Use the canonical form in branch predicateEdward O'Callaghan2017-05-031-1/+1
* amdgpu/: concisely && consistently check null ptrs in canonical formEdward O'Callaghan2017-04-193-33/+17
* amdgpu: add the interface of waiting multiple fencesNicolai Hähnle2017-04-183-0/+95
* amdgpu: allow to query GPU sensor related informationSamuel Pitoiset2017-04-073-0/+34
* amdgpu: add amdgpu_bo_va_op_raw to the symbol checkEmil Velikov2017-04-031-0/+1
* amdgpu: add REPLACE and CLEAR checking for VA op (v2)Junwei Zhang2017-04-031-1/+2
* amdgpu: add amdgpu_bo_va_op_rawNicolai Hähnle2017-04-032-5/+48
* amdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10Christian König2017-03-271-12/+12
* amdgpu: don't read registers not present on Vega10Huang Rui2017-03-271-22/+26
* amdgpu: vamgr can be a struct instead of a pointerAlex Xie2017-02-023-13/+7
* amdgpu: vamgr_32 can be a struct instead of a pointerAlex Xie2017-02-023-9/+5
* amdgpu: Free/uninit vamgr_32 in theoretically correct orderAlex Xie2017-02-021-2/+2
* android: introduce Android.common.mk to reduce boilerplateEmil Velikov2017-01-271-5/+2
* android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov2017-01-271-1/+0
* amdgpu: Add amdgpu_asic_id.h to Makefile.sources.Matt Turner2016-11-141-0/+1
* amdgpu: add the function to get the marketing name (v4)Junwei Zhang2016-11-074-0/+191
* amdgpu: check parameters in amdgpu_query_gpu_infoAlex Deucher2016-10-311-0/+2
* amdgpu: add SI supportRonie Salgado2016-09-051-7/+11
* amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_versionMarek Olšák2016-09-051-1/+1
* Android: strip out header files from sources listRob Herring2016-07-061-1/+1
* amdgpu: Fix spelling mistakesEric Engestrom2016-04-071-2/+2
* amdgpu: fix for submition with no ibsKen Wang2016-02-042-0/+9
* amdgpu: add libdrm as private requirement/dependencyEmil Velikov2016-02-041-0/+1
* amdgpu: Add new symbols to amdgpu-symbols-checkMichel Dänzer2016-01-201-0/+4
* amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang2016-01-191-2/+2
* amdgpu: add semaphore supportMarek Olšák2016-01-193-4/+249
* amdgpu: validate user memory for userptrChunming Zhou2016-01-191-1/+2
* amdgpu: drop address patching logicsmonk.liu2016-01-191-10/+1
* amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis2015-11-201-2/+4
* amdgpu: fix overflow for timeout calculationJammy Zhou2015-11-201-2/+6
* amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()Tom St Denis2015-10-221-2/+9
* amdgpu: Fix use-after-free bug in vamgr_deinitTom St Denis2015-10-221-2/+2