index
:
~nh/libdrm
freesync
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
amdgpu: add amdgpu_cs_fence_to_handle
Marek Olšák
3
-0
/
+37
2017-10-12
amdgpu: add amdgpu_cs_syncobj_wait
Marek Olšák
3
-0
/
+33
2017-10-12
amdgpu: add sync_file import and export functions
Marek Olšák
3
-0
/
+52
2017-10-09
Android: move libraries to /vendor
Rob Herring
1
-1
/
+1
2017-09-28
amdgpu: print error messages when amdgpu_device_initialize is failing
Marek Olšák
1
-3
/
+16
2017-09-04
amdgpu: Do not write beyond allocated memory when parsing ids
Jan Vesely
1
-7
/
+8
2017-08-21
android: amdgpu: fix build break
Chih-Wei Huang
1
-0
/
+6
2017-08-08
amdgpu: merge and cleanup amdgpu_bo_free
Monk Liu
2
-56
/
+29
2017-08-08
amdgpu: fix race issue between two bo functions(v2)
Monk Liu
2
-6
/
+12
2017-08-07
amdgpu: fix missing mutex unlock before return
Monk Liu
1
-0
/
+1
2017-07-19
amdgpu: add new symbols to tests.
Dave Airlie
1
-0
/
+7
2017-07-19
drm/amdgpu: add new low overhead command submission API. (v2)
Dave Airlie
2
-0
/
+77
2017-07-19
drm/amdgpu: add syncobj create/destroy/import/export apis
Dave Airlie
2
-1
/
+92
2017-06-13
amdgpu: move asic id table to a separate file
Xiaojie Yuan
6
-173
/
+258
2017-06-13
amdgpu: Add .editorconfig file for amdgpu coding style
Michel Dänzer
1
-0
/
+9
2017-05-16
amdgpu: add missing extern "C" headers
Nicolai Hähnle
1
-0
/
+8
2017-05-03
amdgpu: Use the canonical form in branch predicate
Edward O'Callaghan
1
-1
/
+1
2017-04-19
amdgpu/: concisely && consistently check null ptrs in canonical form
Edward O'Callaghan
3
-33
/
+17
2017-04-18
amdgpu: add the interface of waiting multiple fences
Nicolai Hähnle
3
-0
/
+95
2017-04-07
amdgpu: allow to query GPU sensor related information
Samuel Pitoiset
3
-0
/
+34
2017-04-03
amdgpu: add amdgpu_bo_va_op_raw to the symbol check
Emil Velikov
1
-0
/
+1
2017-04-03
amdgpu: add REPLACE and CLEAR checking for VA op (v2)
Junwei Zhang
1
-1
/
+2
2017-04-03
amdgpu: add amdgpu_bo_va_op_raw
Nicolai Hähnle
2
-5
/
+48
2017-03-27
amdgpu: stop reading CC_RB_BACKEND_DISABLE on Vega10
Christian König
1
-12
/
+12
2017-03-27
amdgpu: don't read registers not present on Vega10
Huang Rui
1
-22
/
+26
2017-02-02
amdgpu: vamgr can be a struct instead of a pointer
Alex Xie
3
-13
/
+7
2017-02-02
amdgpu: vamgr_32 can be a struct instead of a pointer
Alex Xie
3
-9
/
+5
2017-02-02
amdgpu: Free/uninit vamgr_32 in theoretically correct order
Alex Xie
1
-2
/
+2
2017-01-27
android: introduce Android.common.mk to reduce boilerplate
Emil Velikov
1
-5
/
+2
2017-01-27
android: remove LOCAL_MODULE_TAGS := optional tag
Emil Velikov
1
-1
/
+0
2016-11-14
amdgpu: Add amdgpu_asic_id.h to Makefile.sources.
Matt Turner
1
-0
/
+1
2016-11-07
amdgpu: add the function to get the marketing name (v4)
Junwei Zhang
4
-0
/
+191
2016-10-31
amdgpu: check parameters in amdgpu_query_gpu_info
Alex Deucher
1
-0
/
+2
2016-09-05
amdgpu: add SI support
Ronie Salgado
1
-7
/
+11
2016-09-05
amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version
Marek Olšák
1
-1
/
+1
2016-07-06
Android: strip out header files from sources list
Rob Herring
1
-1
/
+1
2016-04-07
amdgpu: Fix spelling mistakes
Eric Engestrom
1
-2
/
+2
2016-02-04
amdgpu: fix for submition with no ibs
Ken Wang
2
-0
/
+9
2016-02-04
amdgpu: add libdrm as private requirement/dependency
Emil Velikov
1
-0
/
+1
2016-01-20
amdgpu: Add new symbols to amdgpu-symbols-check
Michel Dänzer
1
-0
/
+4
2016-01-20
amdgpu: list each entry safely for sw semaphore when submit ib
Junwei Zhang
1
-2
/
+2
2016-01-20
amdgpu: add semaphore support
Marek Olšák
3
-4
/
+249
2016-01-20
amdgpu: validate user memory for userptr
Chunming Zhou
1
-1
/
+2
2016-01-20
amdgpu: drop address patching logics
monk.liu
1
-10
/
+1
2015-11-20
amdgpu: Make amdgpu_cs_calculate_timeout() return something sensible on error
Tom St Denis
1
-2
/
+4
2015-11-20
amdgpu: fix overflow for timeout calculation
Jammy Zhou
1
-2
/
+6
2015-10-22
amdgpu: Cleanly handle ENOMEM on result in amdgpu_bo_list_create()
Tom St Denis
1
-2
/
+9
2015-10-22
amdgpu: Fix use-after-free bug in vamgr_deinit
Tom St Denis
1
-2
/
+2
2015-10-22
amdgpu: Unlock mutex if base_required is invalid
Tom St Denis
1
-1
/
+3
2015-09-12
Include <alloca.h> when needed before calling alloca
Alan Coopersmith
1
-0
/
+3
[next]