summaryrefslogtreecommitdiff
path: root/amdgpu/amdgpu_cs.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-12amdgpu: clean up the cs structure variableHuang Rui1-10/+7
2020-02-12amdgpu: remove the un-used chunk_arrayHuang Rui1-7/+0
2020-02-12amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submitHuang Rui1-3/+5
2020-02-12amdgpu: use alloca for dependencies and sem_dependenciesHuang Rui1-4/+2
2020-01-23meson: always define whether headers existEric Engestrom1-1/+1
2019-10-26libdrm: wrap new flexible syncobj query interface v2Chunming Zhou1-0/+10
2019-10-15amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák1-0/+19
2019-06-25amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priorityMichel Dänzer1-1/+1
2019-05-16wrap transfer interfacesChunming Zhou1-0/+16
2019-05-16expose timeline signal/export/import interfaces v2Chunming Zhou1-0/+68
2019-05-16wrap syncobj timeline query/wait APIs for amdgpu v3Chunming Zhou1-0/+23
2019-04-25libdrm: amdgpu: Initialize unions with memset rather than "= {0}"John Stultz1-3/+6
2019-04-18amdgpu: Add context priority override function.Bas Nieuwenhuizen1-0/+25
2019-01-16amdgpu: add a faster BO list APIMarek Olšák1-0/+25
2018-09-19amdgpu: annotate public functionsLucas De Marchi1-67/+70
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-03-08drm/amdgpu: Remove IB count checkingSabre Shao1-2/+0
2018-01-29remove unnecessary double-semicolonEric Engestrom1-1/+1
2017-12-18amdgpu: Add syncobj reset & signal wrappers.Bas Nieuwenhuizen1-0/+18
2017-11-29amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initiallyDavid Mao1-0/+10
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