summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-08-08amdgpu: merge and cleanup amdgpu_bo_freeMonk Liu2-56/+29
2017-08-08amdgpu: fix race issue between two bo functions(v2)Monk Liu2-6/+12
2017-08-07amdgpu: fix missing mutex unlock before returnMonk Liu1-0/+1
2017-07-19amdgpu: add new symbols to tests.Dave Airlie1-0/+7
2017-07-19drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie2-0/+77
2017-07-19drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie2-1/+92
2017-06-13amdgpu: move asic id table to a separate fileXiaojie Yuan6-173/+258
2017-06-13amdgpu: Add .editorconfig file for amdgpu coding styleMichel Dänzer1-0/+9
2017-05-16amdgpu: add missing extern "C" headersNicolai Hähnle1-0/+8
2017-05-03amdgpu: Use the canonical form in branch predicateEdward O'Callaghan1-1/+1
2017-04-19amdgpu/: concisely && consistently check null ptrs in canonical formEdward O'Callaghan3-33/+17
2017-04-18amdgpu: add the interface of waiting multiple fencesNicolai Hähnle3-0/+95
2017-04-07amdgpu: allow to query GPU sensor related informationSamuel Pitoiset3-0/+34
2017-04-03amdgpu: add amdgpu_bo_va_op_raw to the symbol checkEmil Velikov1-0/+1
2017-04-03amdgpu: add REPLACE and CLEAR checking for VA op (v2)Junwei Zhang1-1/+2
2017-04-03amdgpu: add amdgpu_bo_va_op_rawNicolai Hähnle2-5/+48
2017-03-27amdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10Christian König1-12/+12
2017-03-27amdgpu: don't read registers not present on Vega10Huang Rui1-22/+26
2017-02-02amdgpu: vamgr can be a struct instead of a pointerAlex Xie3-13/+7
2017-02-02amdgpu: vamgr_32 can be a struct instead of a pointerAlex Xie3-9/+5
2017-02-02amdgpu: Free/uninit vamgr_32 in theoretically correct orderAlex Xie1-2/+2
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