summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-20amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez1-4/+13
2017-10-12amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák1-0/+22
2017-10-12amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák1-0/+12
2017-10-12amdgpu: add sync_file import and export functionsMarek Olšák1-0/+20
2017-07-19drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie1-0/+47
2017-07-19drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie1-0/+38
2017-05-03amdgpu: Use the canonical form in branch predicateEdward O'Callaghan1-1/+1
2017-04-19amdgpu/: concisely && consistently check null ptrs in canonical formEdward O'Callaghan1-30/+13
2017-04-18amdgpu: add the interface of waiting multiple fencesNicolai Hähnle1-0/+71
2016-02-04amdgpu: fix for submition with no ibsKen Wang1-0/+8
2016-01-20amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang1-2/+2
2016-01-20amdgpu: add semaphore supportMarek Olšák1-4/+169
2015-11-20amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis1-2/+4
2015-11-20amdgpu: fix overflow for timeout calculationJammy Zhou1-2/+6
2015-09-12Include <alloca.h> when needed before calling allocaAlan Coopersmith1-0/+3
2015-08-25amdgpu: remove sequence mutexChristian König1-10/+0
2015-08-13amdgpu: hide the final internal functions from global namespaceEmil Velikov1-1/+1
2015-08-13amdgpu: cosmetic chances in license boilerplateEmil Velikov1-1/+1
2015-08-13amdgpu: add a bunch of missing config.h includesEmil Velikov1-0/+5
2015-08-05amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submitMichel Dänzer1-2/+0
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang1-108/+22
2015-08-05amdgpu: Use drmIoctl in amdgpu_ioctl_wait_csMichel Dänzer1-6/+2
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König1-2/+2
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou1-3/+5
2015-08-05amdgpu: check the user fence only if the IP supports user fencesMarek Olšák1-13/+18
2015-08-05drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_statusMarek Olšák1-2/+8
2015-08-05amdgpu: add CS dependencies v2Christian König1-1/+33
2015-08-05amdgpu: remove pointer arithmetic from command submissionChristian König1-12/+6
2015-08-05amdgpu: use alloca and malloc in critical codepaths (v2)Marek Olšák1-3/+2
2015-08-05amdgpu: add zero timeout check in amdgpu_cs_query_fence_statusJack Xiao1-0/+5
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák1-3/+2
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák1-88/+0
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák1-53/+19
2015-08-05amdgpu: don't use amdgpu_cs_create_ib for allocation of the fence BOMarek Olšák1-8/+26
2015-08-05amdgpu: get rid of IB pool management v3Jammy Zhou1-417/+13
2015-08-05amdgpu: add IB sharing support v2Jammy Zhou1-1/+11
2015-08-05amdgpu: implement amdgpu_cs_query_reset_stateMarek Olšák1-0/+21
2015-08-05amdgpu: reuse the kernel IB flags v2Jammy Zhou1-3/+1
2015-08-05amdgpu: add ctx_id for wait_csJammy Zhou1-2/+4
2015-08-05amdgpu: fix segfault when resources are NULLmonk.liu1-1/+2
2015-08-05amdgpu: add public bo list interface v3Christian König1-84/+4
2015-08-05amdgpu: cleanup public interface v2Christian König1-67/+48
2015-08-05amdgpu: do not call BO_LIST ioctl when no resource referredmonk.liu1-0/+9
2015-08-05amdgpu: fix an error of bo_list handlermonk.liu1-2/+4
2015-08-05drm: add libdrm_amdgpu (v7)Alex Deucher1-0/+981