summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-07amdgpu: stop using the hash table for fd_tabChristian König2-33/+17
2018-07-25amdgpu: add amdgpu_bo_handle_type_kms_noimportMarek Olšák2-1/+10
2018-07-17amdgpu: make sure to set CLOEXEC on duplicated FDsChristian König1-2/+3
2018-07-11Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"Michel Dänzer1-1/+1
2018-07-10amdgpu: don't call add_handle_to_table for KMS BO exportsMarek Olšák1-1/+1
2018-05-25amdgpu: Destroy fd_hash table when the last device is removed.Jan Vesely1-0/+4
2018-05-25amdgpu/util_hash_table: Add helper function to count the number of entries in...Jan Vesely2-0/+14
2018-05-25amdgpu: Take a lock before removing devices from fd_tab hash table.Jan Vesely1-4/+7
2018-04-27amdgpu: Deinitialize vamgr_high{,_32}Michel Dänzer1-0/+2
2018-03-22libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_exportSatyajit1-2/+3
2018-03-20meson,configure: include config.h automaticallyEric Engestrom12-48/+0
2018-03-09meson: use pkg-config to detect libatomic_opsEric Engestrom1-1/+1
2018-03-08drm/amdgpu: Remove IB count checkingSabre Shao1-2/+0
2018-03-08Revert "amdgpu:support 16 ibs per submit for PAL/SRIOV"Marek Olšák1-1/+1
2018-03-08amdgpu:support 16 ibs per submit for PAL/SRIOVQiang Yu1-1/+1
2018-02-28amdgpu: fix "add AMDGPU_VA_RANGE_HIGH"Christian König1-2/+2
2018-02-28amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König4-8/+24
2018-02-28amdgpu: mostly revert "use the high VA range if possible v2"Christian König2-14/+20
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2
2018-02-19amdgpu: Fix mistake in initial hole size calculation.Andrey Grodzovsky1-1/+2
2018-02-12amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-checkMichel Dänzer1-0/+1
2018-02-09amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák3-0/+36
2018-02-09amdgpu: clean up non list code path for vamgr v2Chunming Zhou2-80/+44
2018-02-08Revert "amdgpu: clean up non list code path for vamgr"Michel Dänzer2-43/+80
2018-02-08amdgpu: clean up non list code path for vamgrChunming Zhou2-80/+43
2018-02-08amdgpu: fix inefficient vamgr algorithmChunming Zhou1-3/+1