summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-03-23amdgpu: increase cpu_map_count storage sizePierre-Eric Pelloux-Prayer1-1/+1
2020-02-12amdgpu: clean up the cs structure variableHuang Rui1-10/+7
2020-02-12amdgpu: remove the un-used chunk_arrayHuang Rui1-7/+0
2020-02-12amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submitHuang Rui1-3/+5
2020-02-12amdgpu: use alloca for dependencies and sem_dependenciesHuang Rui1-4/+2
2020-01-23meson: always define whether headers existEric Engestrom1-1/+1
2019-11-11amdgpu: convert to new symbols checkEric Engestrom2-23/+7
2019-10-26libdrm: wrap new flexible syncobj query interface v2Chunming Zhou3-0/+29
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-53/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+53
2019-10-15amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák3-0/+35
2019-10-14libdrm: remove autotools supportEric Engestrom1-53/+0
2019-10-04*-symbols-check: let meson figure out how to execute the scriptsEric Engestrom1-2/+2
2019-10-04*-symbols-check: use normal shell over bashEmil Velikov1-1/+1
2019-07-01amdgpu: Rename fd_mutex/list to dev_mutex/listMichel Dänzer1-15/+15
2019-07-01amdgpu: Add BO handle to table in amdgpu_bo_createMichel Dänzer1-20/+12
2019-07-01amdgpu: Pass file descriptor directly to amdgpu_close_kms_handleMichel Dänzer1-20/+15
2019-06-25amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentationMichel Dänzer1-2/+2
2019-06-25amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priorityMichel Dänzer1-1/+1
2019-05-16amdgpu: Add amdgpu_cs_syncobj_transfer to amdgpu-symbol-checkMichel Dänzer1-0/+1
2019-05-16wrap transfer interfacesChunming Zhou2-0/+38
2019-05-16expose timeline signal/export/import interfaces v2Chunming Zhou3-0/+122
2019-05-16wrap syncobj timeline query/wait APIs for amdgpu v3Chunming Zhou3-0/+64
2019-04-25libdrm: amdgpu: Initialize unions with memset rather than "= {0}"John Stultz1-3/+6
2019-04-18amdgpu: Add context priority override function.Bas Nieuwenhuizen3-0/+41
2019-04-17fix various typosEric Engestrom1-3/+3
2019-01-16amdgpu: add a faster BO list APIMarek Olšák4-0/+116
2018-10-04*-symbols-check: error out when using unset variablesEmil Velikov1-0/+2
2018-10-04automake: set NM before running the testsEmil Velikov1-0/+1
2018-09-19autotools: make symbols hidden by defaultLucas De Marchi1-0/+1
2018-09-19meson: make symbols hidden by defaultLucas De Marchi1-1/+1
2018-09-19amdgpu: annotate public functionsLucas De Marchi6-167/+173
2018-09-18amdgpu: remove invalid check in amdgpu_bo_allocChristian König1-7/+2
2018-09-03amdgpu: amdgpu_bo_inc_ref don't return dummy intQiang Yu3-7/+3
2018-09-03amdgpu: add amdgpu_bo_inc_ref() function.Qiang Yu3-1/+21
2018-09-01amdgpu: add error return value for finding bo by cpu mapping (v2)Junwei Zhang1-2/+4
2018-08-27amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mappingMichel Dänzer1-0/+1
2018-08-17amdgpu: add a function to create amdgpu bo internally (v4)Junwei Zhang1-105/+106
2018-08-17amdgpu: free flink bo in bo importJunwei Zhang1-0/+5
2018-08-17amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mappingMichel Dänzer1-2/+3
2018-08-16amdgpu: fix off by one in handle_table_insertChristian König1-1/+1
2018-08-15amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mappingMichel Dänzer1-1/+1
2018-08-08amdgpu: add a function to find bo by cpu mapping (v2)Junwei Zhang2-0/+62
2018-08-08amdgpu: add bo from user memory to handle tableJunwei Zhang1-1/+10
2018-08-07libdrm: Fix amdgpu build failureMike Lothian1-2/+1
2018-08-07amdgpu: always add all BOs to handle tableChristian König1-10/+4
2018-08-07amdgpu: remove the hash table implementationChristian König5-831/+0
2018-08-07amdgpu: use handle table for flink namesChristian König3-28/+15
2018-08-07amdgpu: use handle table for KMS handlesChristian König3-12/+13
2018-08-07amdgpu: add handle table implementation v2Christian König3-1/+116