summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-05amdgpu: cleanup gds specific alloc/free functionsJammy Zhou1-60/+0
2015-08-05amdgpu: add amdgpu_query_gds_infoJammy Zhou1-3/+2
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák1-5/+2
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák1-70/+0
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák1-10/+3
2015-08-05amdgpu: get rid of IB pool management v3Jammy Zhou1-19/+0
2015-08-05amdgpu: add ce_ram_size for interface queryKen Wang1-0/+2
2015-08-05amdgpu: add vram_type and vram_bit_width for interface queryKen Wang1-0/+4
2015-08-05amdgpu: add max_memory_clock for interface queryKen Wang1-0/+2
2015-08-05amdgpu: add IB sharing support v2Jammy Zhou1-0/+3
2015-08-05amdgpu: add amdgpu_bo_list_update interface v2Jammy Zhou1-0/+19
2015-08-05amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITYJammy Zhou1-11/+0