summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-26libdrm: wrap new flexible syncobj query interface v2Chunming Zhou1-0/+18
2019-10-15amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák1-0/+15
2019-06-25amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentationMichel Dänzer1-2/+2
2019-05-16wrap transfer interfacesChunming Zhou1-0/+22
2019-05-16expose timeline signal/export/import interfaces v2Chunming Zhou1-0/+51
2019-05-16wrap syncobj timeline query/wait APIs for amdgpu v3Chunming Zhou1-0/+39
2019-04-18amdgpu: Add context priority override function.Bas Nieuwenhuizen1-0/+15
2019-04-17fix various typosEric Engestrom1-3/+3
2019-01-16amdgpu: add a faster BO list APIMarek Olšák1-0/+54
2018-09-03amdgpu: amdgpu_bo_inc_ref don't return dummy intQiang Yu1-4/+1
2018-09-03amdgpu: add amdgpu_bo_inc_ref() function.Qiang Yu1-1/+14
2018-08-08amdgpu: add a function to find bo by cpu mapping (v2)Junwei Zhang1-0/+23
2018-07-25amdgpu: add amdgpu_bo_handle_type_kms_noimportMarek Olšák1-1/+6
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: add AMDGPU_VA_RANGE_HIGHChristian König1-0/+1
2018-02-09amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address spaceMarek Olšák1-0/+21
2017-12-18amdgpu: Add syncobj reset & signal wrappers.Bas Nieuwenhuizen1-0/+28
2017-11-29amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initiallyDavid Mao1-0/+15
2017-11-03amdgpu: Fix wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky1-2/+2
2017-10-27amdgpu: Add wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky1-0/+18
2017-10-20amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez1-2/+15
2017-10-12amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák1-0/+14
2017-10-12amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák1-0/+20
2017-10-12amdgpu: add sync_file import and export functionsMarek Olšák1-0/+30
2017-07-19drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie1-0/+30
2017-07-19drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie1-1/+54
2017-05-16amdgpu: add missing extern "C" headersNicolai Hähnle1-0/+8
2017-04-18amdgpu: add the interface of waiting multiple fencesNicolai Hähnle1-0/+23
2017-04-07amdgpu: allow to query GPU sensor related informationSamuel Pitoiset1-0/+18
2017-04-03amdgpu: add amdgpu_bo_va_op_rawNicolai Hähnle1-0/+28
2016-11-07amdgpu: add the function to get the marketing name (v4)Junwei Zhang1-0/+10
2016-04-07amdgpu: Fix spelling mistakesEric Engestrom1-2/+2
2016-01-20amdgpu: add semaphore supportMarek Olšák1-0/+65
2015-08-17amdgpu: add flag to support 32bit VA address v4Jammy Zhou1-0/+5
2015-08-13amdgpu: squash trivial documentation typoEmil Velikov1-1/+1
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov1-1/+1
2015-08-05amdgpu: expose the PCI revision IDJammy Zhou1-0/+2
2015-08-05amdgpu: add VCE harvesting instance queryLeo Liu1-0/+2
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou1-28/+26
2015-08-05amdgpu: add flags parameter for amdgpu_va_range_allocJammy Zhou1-1/+3
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang1-9/+30
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König1-31/+8
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou1-7/+4
2015-08-05amdgpu: add va range query interfaceSabre Shao1-0/+21
2015-08-05amdgpu: add va allocation intefacesSabre Shao1-0/+66
2015-08-05drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_statusMarek Olšák1-1/+6
2015-08-05amdgpu: remove reference to AMD specific error codesChristian König1-32/+2
2015-08-05amdgpu: cleanup public interface styleChristian König1-136/+90
2015-08-05amdgpu: add CS dependencies v2Christian König1-0/+36