summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu_internal.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-07amdgpu: use handle table for flink namesChristian König1-1/+1
2018-08-07amdgpu: use handle table for KMS handlesChristian König1-1/+2
2018-08-07amdgpu: stop using the hash table for fd_tabChristian König1-0/+1
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-02-28amdgpu: add AMDGPU_VA_RANGE_HIGHChristian König1-1/+0
2018-02-28amdgpu: mostly revert "use the high VA range if possible v2"Christian König1-1/+5
2018-02-09amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák1-0/+1
2018-02-09amdgpu: clean up non list code path for vamgr v2Chunming Zhou1-2/+0
2018-02-08Revert "amdgpu: clean up non list code path for vamgr"Michel Dänzer1-0/+2
2018-02-08amdgpu: clean up non list code path for vamgrChunming Zhou1-2/+0
2017-12-05amdgpu: Only remember the device's marketing nameMichel Dänzer1-9/+2
2017-12-01amdgpu: Clean up amdgpu_parse_asic_ids error handlingMichel Dänzer1-1/+1
2017-11-08amdgpu: sanitize 64bit VA managerChristian König1-7/+0
2017-08-08amdgpu: merge and cleanup amdgpu_bo_freeMonk Liu1-33/+0
2017-08-08amdgpu: fix race issue between two bo functions(v2)Monk Liu1-2/+11
2017-06-13amdgpu: move asic id table to a separate fileXiaojie Yuan1-0/+10
2017-02-02amdgpu: vamgr can be a struct instead of a pointerAlex Xie1-1/+1
2017-02-02amdgpu: vamgr_32 can be a struct instead of a pointerAlex Xie1-1/+1
2016-02-04amdgpu: fix for submition with no ibsKen Wang1-0/+1
2016-01-20amdgpu: add semaphore supportMarek Olšák1-0/+15
2015-08-25amdgpu: remove sequence mutexChristian König1-3/+0
2015-08-17amdgpu: make vamgr per device v2Jammy Zhou1-8/+0
2015-08-17amdgpu: add flag to support 32bit VA address v4Jammy Zhou1-0/+9
2015-08-13amdgpu: hide the final internal functions from global namespaceEmil Velikov1-21/+3
2015-08-13amdgpu/amdgpu_vamgr: hide private symbols from global namespaceEmil Velikov1-6/+12
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov1-0/+1
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou1-1/+0
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang1-5/+0
2015-08-05amdgpu: add va allocation intefacesSabre Shao1-1/+8
2015-08-05amdgpu: add base_preferred parameter to amdgpu_vamgr_find_vaKen Wang1-2/+2
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák1-7/+0
2015-08-05amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BOMarek Olšák1-1/+2
2015-08-05amdgpu: get rid of IB pool management v3Jammy Zhou1-19/+1
2015-08-05amdgpu: make vamgr globalKen Wang1-5/+8
2015-08-05amdgpu: remove bo_vas hash table v2Christian König1-2/+0
2015-08-05amdgpu: validate the upper limit of virtual address v2Jammy Zhou1-0/+3
2015-08-05amdgpu: fix round down/up page size errorJack Xiao1-2/+3
2015-08-05amdgpu: add public bo list interface v3Christian König1-0/+6
2015-08-05amdgpu: cleanup public interface v2Christian König1-0/+2
2015-08-05amdgpu: support non-page-aligned userptrmonk.liu1-0/+3
2015-08-05drm: add libdrm_amdgpu (v7)Alex Deucher1-0/+208