index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-09-04
amdgpu: remove unneeded -Wno-switch-enum flag
Emil Velikov
1
-1
/
+1
2015-09-02
amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()
Jonathan Gray
1
-1
/
+1
2015-09-02
amdgpu: fix missing deinit on vamgr_32
monk.liu
1
-0
/
+2
2015-08-25
amdgpu: serialize drmPrimeFDToHandle
Christian König
1
-4
/
+5
2015-08-25
amdgpu: remove sequence mutex
Christian König
2
-13
/
+0
2015-08-20
amdgpu: add Android build support
Mauro Rossi
1
-0
/
+18
2015-08-20
amdgpu: add Makefile.sources
Mauro Rossi
2
-14
/
+18
2015-08-17
amdgpu: make vamgr per device v2
Jammy Zhou
3
-35
/
+12
2015-08-17
amdgpu: add flag to support 32bit VA address v4
Jammy Zhou
4
-7
/
+59
2015-08-17
amdgpu: improve amdgpu_vamgr_init
Jammy Zhou
1
-5
/
+8
2015-08-13
amdgpu: add symbols check test
Emil Velikov
2
-0
/
+54
2015-08-13
amdgpu: hide the final internal functions from global namespace
Emil Velikov
5
-46
/
+42
2015-08-13
amdgpu/amdgpu_vamgr: hide private symbols from global namespace
Emil Velikov
2
-13
/
+22
2015-08-13
amdgpu: squash trivial documentation typo
Emil Velikov
1
-1
/
+1
2015-08-13
amdgpu: cosmetic chances in license boilerplate
Emil Velikov
7
-5
/
+7
2015-08-13
amdgpu: add a bunch of missing config.h includes
Emil Velikov
6
-0
/
+24
2015-08-13
amdgpu/util_hash_table: hide private symbols from global namespace
Emil Velikov
2
-16
/
+26
2015-08-13
amdgpu/util_hash: hide private symbols from global namespace
Emil Velikov
2
-27
/
+36
2015-08-05
amdgpu: Remove unused local variables bo_size/offset from amdgpu_cs_submit
Michel Dänzer
1
-2
/
+0
2015-08-05
amdgpu: expose the PCI revision ID
Jammy Zhou
2
-0
/
+3
2015-08-05
libdrm/amdgpu: Use private fd for amdgpu_device and winsys hash table to fix ...
Mario Kleiner
1
-4
/
+13
2015-08-05
amdgpu: add VCE harvesting instance query
Leo Liu
2
-0
/
+3
2015-08-05
amdgpu: add amdgpu_bo_va_op for va map/unmap support v3
Jammy Zhou
3
-126
/
+59
2015-08-05
amdgpu: add flags parameter for amdgpu_va_range_alloc
Jammy Zhou
2
-2
/
+5
2015-08-05
amdgpu : move management of user fence from libdrm to UMD
Ken Wang
3
-122
/
+52
2015-08-05
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs
Michel Dänzer
1
-6
/
+2
2015-08-05
amdgpu: use common fence structure for dependencies as well.
Christian König
2
-33
/
+10
2015-08-05
amdgpu: improve the amdgpu_cs_query_fence_status interface
Jammy Zhou
2
-10
/
+9
2015-08-05
amdgpu: add va range query interface
Sabre Shao
2
-0
/
+32
2015-08-05
amdgpu: add va allocation intefaces
Sabre Shao
3
-1
/
+118
2015-08-05
amdgpu: add base_preferred parameter to amdgpu_vamgr_find_va
Ken Wang
3
-17
/
+35
2015-08-05
amdgpu: check the user fence only if the IP supports user fences
Marek Olšák
1
-13
/
+18
2015-08-05
drm/amdgpu: allow passing absolute timeouts to amdgpu_cs_query_fence_status
Marek Olšák
2
-3
/
+14
2015-08-05
amdgpu: remove reference to AMD specific error codes
Christian König
1
-32
/
+2
2015-08-05
amdgpu: cleanup public interface style
Christian König
1
-136
/
+90
2015-08-05
amdgpu: add CS dependencies v2
Christian König
2
-1
/
+69
2015-08-05
amdgpu: remove pointer arithmetic from command submission
Christian König
1
-12
/
+6
2015-08-05
amdgpu: do NULL check for bo handle in amdgpu_bo_query_info
Jammy Zhou
1
-0
/
+4
2015-08-05
amdgpu: cleanup VA IOCTL handling
Christian König
1
-16
/
+16
[next]