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_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amdgpu: Add BO handle to table in amdgpu_bo_create
Michel Dänzer
2019-07-01
1
-20
/
+12
*
amdgpu: Pass file descriptor directly to amdgpu_close_kms_handle
Michel Dänzer
2019-07-01
1
-20
/
+15
*
amdgpu: add a faster BO list API
Marek Olšák
2019-01-16
1
-0
/
+34
*
amdgpu: annotate public functions
Lucas De Marchi
2018-09-19
1
-52
/
+52
*
amdgpu: remove invalid check in amdgpu_bo_alloc
Christian König
2018-09-18
1
-7
/
+2
*
amdgpu: amdgpu_bo_inc_ref don't return dummy int
Qiang Yu
2018-09-03
1
-2
/
+1
*
amdgpu: add amdgpu_bo_inc_ref() function.
Qiang Yu
2018-09-03
1
-0
/
+6
*
amdgpu: add error return value for finding bo by cpu mapping (v2)
Junwei Zhang
2018-09-01
1
-2
/
+4
*
amdgpu: add a function to create amdgpu bo internally (v4)
Junwei Zhang
2018-08-17
1
-105
/
+106
*
amdgpu: free flink bo in bo import
Junwei Zhang
2018-08-17
1
-0
/
+5
*
amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping
Michel Dänzer
2018-08-17
1
-2
/
+3
*
amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
Michel Dänzer
2018-08-15
1
-1
/
+1
*
amdgpu: add a function to find bo by cpu mapping (v2)
Junwei Zhang
2018-08-08
1
-0
/
+39
*
amdgpu: add bo from user memory to handle table
Junwei Zhang
2018-08-08
1
-1
/
+10
*
amdgpu: always add all BOs to handle table
Christian König
2018-08-07
1
-10
/
+4
*
amdgpu: use handle table for flink names
Christian König
2018-08-07
1
-13
/
+13
*
amdgpu: use handle table for KMS handles
Christian König
2018-08-07
1
-9
/
+10
*
amdgpu: add amdgpu_bo_handle_type_kms_noimport
Marek Olšák
2018-07-25
1
-0
/
+4
*
Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"
Michel Dänzer
2018-07-11
1
-1
/
+1
*
amdgpu: don't call add_handle_to_table for KMS BO exports
Marek Olšák
2018-07-10
1
-1
/
+1
*
libdrm: amdgpu: Adding DRM_RDWR flag in amdgpu_bo_export
Satyajit
2018-03-22
1
-2
/
+3
*
meson,configure: include config.h automatically
Eric Engestrom
2018-03-20
1
-4
/
+0
*
amdgpu: merge and cleanup amdgpu_bo_free
Monk Liu
2017-08-08
1
-23
/
+29
*
amdgpu: fix race issue between two bo functions(v2)
Monk Liu
2017-08-08
1
-4
/
+1
*
amdgpu: fix missing mutex unlock before return
Monk Liu
2017-08-07
1
-0
/
+1
*
amdgpu/: concisely && consistently check null ptrs in canonical form
Edward O'Callaghan
2017-04-19
1
-1
/
+1
*
amdgpu: add REPLACE and CLEAR checking for VA op (v2)
Junwei Zhang
2017-04-03
1
-1
/
+2
*
amdgpu: add amdgpu_bo_va_op_raw
Nicolai Hähnle
2017-04-03
1
-5
/
+20
*
amdgpu: validate user memory for userptr
Chunming Zhou
2016-01-20
1
-1
/
+2
*
amdgpu: drop address patching logics
monk.liu
2016-01-20
1
-10
/
+1
*
amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()
Tom St Denis
2015-10-22
1
-2
/
+9
*
amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()
Jonathan Gray
2015-09-02
1
-1
/
+1
*
amdgpu: serialize drmPrimeFDToHandle
Christian König
2015-08-25
1
-4
/
+5
*
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
-0
/
+1
*
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
Jammy Zhou
2015-08-05
1
-97
/
+33
*
amdgpu: add base_preferred parameter to amdgpu_vamgr_find_va
Ken Wang
2015-08-05
1
-1
/
+1
*
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
Jammy Zhou
2015-08-05
1
-0
/
+4
*
amdgpu: cleanup VA IOCTL handling
Christian König
2015-08-05
1
-16
/
+16
*
amdgpu: remove flink export workaround v2
Christian König
2015-08-05
1
-6
/
+0
*
amdgpu: explicitly unmap GPU mapping on BO destruction
Christian König
2015-08-05
1
-24
/
+57
*
amdgpu: fix double mutex_unlock in amdgpu_bo_import
Marek Olšák
2015-08-05
1
-1
/
+1
*
amdgpu: use alloca and malloc in critical codepaths (v2)
Marek Olšák
2015-08-05
1
-9
/
+21
*
amdgpu: allow exporting KMS handles with render nodes
Marek Olšák
2015-08-05
1
-3
/
+5
*
amdgpu: stop checking flag masks
Christian König
2015-08-05
1
-2
/
+2
*
amdgpu: make vamgr global
Ken Wang
2015-08-05
1
-2
/
+2
*
amdgpu: add helper for VM mapping v2
Christian König
2015-08-05
1
-62
/
+44
*
amdgpu: remove bo_vas hash table v2
Christian König
2015-08-05
1
-11
/
+0
*
amdgpu: add amdgpu_bo_list_update interface v2
Jammy Zhou
2015-08-05
1
-0
/
+35
*
amdgpu: replace alloca with calloc v2
Jammy Zhou
2015-08-05
1
-3
/
+8
[next]