summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-05amdgpu: fix the number of IB size enumsJammy Zhou1-6/+6
2015-08-05amdgpu: implement amdgpu_cs_query_reset_stateMarek Olšák1-22/+3
2015-08-05amdgpu: reuse the kernel IB flags v2Jammy Zhou1-6/+0
2015-08-05amdgpu: remove active_rb_pipes from amdgpu_gpu_infoJammy Zhou1-2/+0
2015-08-05amdgpu: add public bo list interface v3Christian König1-10/+41
2015-08-05amdgpu: cleanup public interface v2Christian König1-18/+6
2015-08-05drm: add libdrm_amdgpu (v7)Alex Deucher1-0/+1276