summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-12-18amdgpu: Add syncobj reset & signal wrappers.Bas Nieuwenhuizen3-0/+48
2017-12-05amdgpu: Only remember the device's marketing nameMichel Dänzer5-102/+28
2017-12-05amdgpu: Simplify error handling in parse_one_lineMichel Dänzer1-29/+16
2017-12-01amdgpu: Clean up amdgpu_parse_asic_ids error handlingMichel Dänzer3-12/+12
2017-11-30amdgpu: Add amdgpu_cs_create_syncobj2 to amdgpu-symbol-checkMichel Dänzer1-0/+1
2017-11-29amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initiallyDavid Mao2-0/+25
2017-11-09Revert "amdgpu: fix 32bit VA manager max address"Christian König1-1/+1
2017-11-09Revert "amdgpu: use the high VA range if possible"Christian König1-7/+2
2017-11-08amdgpu: use the high VA range if possibleChristian König1-2/+7
2017-11-08amdgpu: fix 32bit VA manager max addressChristian König1-1/+1
2017-11-08amdgpu: sanitize 64bit VA managerChristian König3-27/+8
2017-11-07amdpgu: fix coding style in amdgpu_vamgr.cChristian König1-13/+14
2017-11-03amdgpu: Fix wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky2-6/+6
2017-10-31amdgpu: fix 32-bit buildMarek Olšák1-0/+3
2017-10-27amdgpu: Add wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky4-0/+71
2017-10-20amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez3-6/+29
2017-10-12amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák3-0/+37
2017-10-12amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák3-0/+33
2017-10-12amdgpu: add sync_file import and export functionsMarek Olšák3-0/+52
2017-10-09Android: move libraries to /vendorRob Herring1-1/+1
2017-09-28amdgpu: print error messages when amdgpu_device_initialize is failingMarek Olšák1-3/+16
2017-09-04amdgpu: Do not write beyond allocated memory when parsing idsJan Vesely1-7/+8
2017-08-21android: amdgpu: fix build breakChih-Wei Huang1-0/+6
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