index
:
external_libdrm
replicant-10
libdrm for Android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
amdgpu
/
amdgpu_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amdgpu: clean up the cs structure variable
Huang Rui
2020-02-12
1
-10
/
+7
*
amdgpu: remove the un-used chunk_array
Huang Rui
2020-02-12
1
-7
/
+0
*
amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submit
Huang Rui
2020-02-12
1
-3
/
+5
*
amdgpu: use alloca for dependencies and sem_dependencies
Huang Rui
2020-02-12
1
-4
/
+2
*
meson: always define whether headers exist
Eric Engestrom
2020-01-23
1
-1
/
+1
*
libdrm: wrap new flexible syncobj query interface v2
Chunming Zhou
2019-10-26
1
-0
/
+10
*
amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2
Marek Olšák
2019-10-15
1
-0
/
+19
*
amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priority
Michel Dänzer
2019-06-25
1
-1
/
+1
*
wrap transfer interfaces
Chunming Zhou
2019-05-16
1
-0
/
+16
*
expose timeline signal/export/import interfaces v2
Chunming Zhou
2019-05-16
1
-0
/
+68
*
wrap syncobj timeline query/wait APIs for amdgpu v3
Chunming Zhou
2019-05-16
1
-0
/
+23
*
libdrm: amdgpu: Initialize unions with memset rather than "= {0}"
John Stultz
2019-04-25
1
-3
/
+6
*
amdgpu: Add context priority override function.
Bas Nieuwenhuizen
2019-04-18
1
-0
/
+25
*
amdgpu: add a faster BO list API
Marek Olšák
2019-01-16
1
-0
/
+25
*
amdgpu: annotate public functions
Lucas De Marchi
2018-09-19
1
-67
/
+70
*
meson,configure: include config.h automatically
Eric Engestrom
2018-03-20
1
-4
/
+0
*
drm/amdgpu: Remove IB count checking
Sabre Shao
2018-03-08
1
-2
/
+0
*
remove unnecessary double-semicolon
Eric Engestrom
2018-01-29
1
-1
/
+1
*
amdgpu: Add syncobj reset & signal wrappers.
Bas Nieuwenhuizen
2017-12-18
1
-0
/
+18
*
amdgpu: Adding amdgpu_cs_create_syncobj2 to create syncobj as signaled initially
David Mao
2017-11-29
1
-0
/
+10
*
amdgpu: implement context priority for amdgpu_cs_ctx_create2 v3
Andres Rodriguez
2017-10-20
1
-4
/
+13
*
amdgpu: add amdgpu_cs_fence_to_handle
Marek Olšák
2017-10-12
1
-0
/
+22
*
amdgpu: add amdgpu_cs_syncobj_wait
Marek Olšák
2017-10-12
1
-0
/
+12
*
amdgpu: add sync_file import and export functions
Marek Olšák
2017-10-12
1
-0
/
+20
*
drm/amdgpu: add new low overhead command submission API. (v2)
Dave Airlie
2017-07-19
1
-0
/
+47
*
drm/amdgpu: add syncobj create/destroy/import/export apis
Dave Airlie
2017-07-19
1
-0
/
+38
*
amdgpu: Use the canonical form in branch predicate
Edward O'Callaghan
2017-05-03
1
-1
/
+1
*
amdgpu/: concisely && consistently check null ptrs in canonical form
Edward O'Callaghan
2017-04-19
1
-30
/
+13
*
amdgpu: add the interface of waiting multiple fences
Nicolai Hähnle
2017-04-18
1
-0
/
+71
*
amdgpu: fix for submition with no ibs
Ken Wang
2016-02-04
1
-0
/
+8
*
amdgpu: list each entry safely for sw semaphore when submit ib
Junwei Zhang
2016-01-20
1
-2
/
+2
*
amdgpu: add semaphore support
Marek Olšák
2016-01-20
1
-4
/
+169
*
amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on error
Tom St Denis
2015-11-20
1
-2
/
+4
*
amdgpu: fix overflow for timeout calculation
Jammy Zhou
2015-11-20
1
-2
/
+6
*
Include <alloca.h> when needed before calling alloca
Alan Coopersmith
2015-09-12
1
-0
/
+3
*
amdgpu: remove sequence mutex
Christian König
2015-08-25
1
-10
/
+0
*
amdgpu: hide the final internal functions from global namespace
Emil Velikov
2015-08-13
1
-1
/
+1
*
amdgpu: cosmetic chances in license boilerplate
Emil Velikov
2015-08-13
1
-1
/
+1
*
amdgpu: add a bunch of missing config.h includes
Emil Velikov
2015-08-13
1
-0
/
+5
*
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Michel Dänzer
2015-08-05
1
-2
/
+0
*
amdgpu : move management of user fence from libdrm to UMD
Ken Wang
2015-08-05
1
-108
/
+22
*
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
Michel Dänzer
2015-08-05
1
-6
/
+2
*
amdgpu: use common fence structure for dependencies as well.
Christian König
2015-08-05
1
-2
/
+2
*
amdgpu: improve the amdgpu_cs_query_fence_status interface
Jammy Zhou
2015-08-05
1
-3
/
+5
*
amdgpu: check the user fence only if the IP supports user fences
Marek Olšák
2015-08-05
1
-13
/
+18
*
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
Marek Olšák
2015-08-05
1
-2
/
+8
*
amdgpu: add CS dependencies v2
Christian König
2015-08-05
1
-1
/
+33
*
amdgpu: remove pointer arithmetic from command submission
Christian König
2015-08-05
1
-12
/
+6
*
amdgpu: use alloca and malloc in critical codepaths (v2)
Marek Olšák
2015-08-05
1
-3
/
+2
*
amdgpu: add zero timeout check in amdgpu_cs_query_fence_status
Jack Xiao
2015-08-05
1
-0
/
+5
[next]