aboutsummaryrefslogtreecommitdiffstats
path: root/amdgpu/amdgpu_cs.c
Commit message (Expand)AuthorAgeFilesLines
* amdgpu: clean up the cs structure variableHuang Rui2020-02-121-10/+7
* amdgpu: remove the un-used chunk_arrayHuang Rui2020-02-121-7/+0
* amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submitHuang Rui2020-02-121-3/+5
* amdgpu: use alloca for dependencies and sem_dependenciesHuang Rui2020-02-121-4/+2
* meson: always define whether headers existEric Engestrom2020-01-231-1/+1
* libdrm: wrap new flexible syncobj query interface v2Chunming Zhou2019-10-261-0/+10
* amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák2019-10-151-0/+19
* amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priorityMichel Dänzer2019-06-251-1/+1
* wrap transfer interfacesChunming Zhou2019-05-161-0/+16
* expose timeline signal/export/import interfaces v2Chunming Zhou2019-05-161-0/+68
* wrap syncobj timeline query/wait APIs for amdgpu v3Chunming Zhou2019-05-161-0/+23
* libdrm: amdgpu: Initialize unions with memset rather than "= {0}"John Stultz2019-04-251-3/+6
* amdgpu: Add context priority override function.Bas Nieuwenhuizen2019-04-181-0/+25
* amdgpu: add a faster BO list APIMarek Olšák2019-01-161-0/+25
* amdgpu: annotate public functionsLucas De Marchi2018-09-191-67/+70
* meson,configure: include config.h automaticallyEric Engestrom2018-03-201-4/+0
* drm/amdgpu: Remove IB count checkingSabre Shao2018-03-081-2/+0
* remove unnecessary double-semicolonEric Engestrom2018-01-291-1/+1
* amdgpu: Add syncobj reset & signal wrappers.Bas Nieuwenhuizen2017-12-181-0/+18
* amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initiallyDavid Mao2017-11-291-0/+10
* amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3Andres Rodriguez2017-10-201-4/+13
* amdgpu: add amdgpu_cs_fence_to_handleMarek Olšák2017-10-121-0/+22
* amdgpu: add amdgpu_cs_syncobj_waitMarek Olšák2017-10-121-0/+12
* amdgpu: add sync_file import and export functionsMarek Olšák2017-10-121-0/+20
* drm/amdgpu: add new low overhead command submission API. (v2)Dave Airlie2017-07-191-0/+47
* drm/amdgpu: add syncobj create/destroy/import/export apisDave Airlie2017-07-191-0/+38
* amdgpu: Use the canonical form in branch predicateEdward O'Callaghan2017-05-031-1/+1
* amdgpu/: concisely && consistently check null ptrs in canonical formEdward O'Callaghan2017-04-191-30/+13
* amdgpu: add the interface of waiting multiple fencesNicolai Hähnle2017-04-181-0/+71
* amdgpu: fix for submition with no ibsKen Wang2016-02-041-0/+8
* amdgpu: list each entry safely for sw semaphore when submit ibJunwei Zhang2016-01-201-2/+2
* amdgpu: add semaphore supportMarek Olšák2016-01-201-4/+169
* amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on errorTom St Denis2015-11-201-2/+4
* amdgpu: fix overflow for timeout calculationJammy Zhou2015-11-201-2/+6
* Include <alloca.h> when needed before calling allocaAlan Coopersmith2015-09-121-0/+3
* amdgpu: remove sequence mutexChristian König2015-08-251-10/+0
* amdgpu: hide the final internal functions from global namespaceEmil Velikov2015-08-131-1/+1
* amdgpu: cosmetic chances in license boilerplateEmil Velikov2015-08-131-1/+1
* amdgpu: add a bunch of missing config.h includesEmil Velikov2015-08-131-0/+5
* amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submitMichel Dänzer2015-08-051-2/+0
* amdgpu : move management of user fence from libdrm to UMDKen Wang2015-08-051-108/+22
* amdgpu: Use drmIoctl in amdgpu_ioctl_wait_csMichel Dänzer2015-08-051-6/+2
* amdgpu: use common fence structure for dependencies as well.Christian König2015-08-051-2/+2
* amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2015-08-051-3/+5
* amdgpu: check the user fence only if the IP supports user fencesMarek Olšák2015-08-051-13/+18
* drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_statusMarek Olšák2015-08-051-2/+8
* amdgpu: add CS dependencies v2Christian König2015-08-051-1/+33
* amdgpu: remove pointer arithmetic from command submissionChristian König2015-08-051-12/+6
* amdgpu: use alloca and malloc in critical codepaths (v2)Marek Olšák2015-08-051-3/+2
* amdgpu: add zero timeout check in amdgpu_cs_query_fence_statusJack Xiao2015-08-051-0/+5