index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amdgpu: use drm sync objects for shared semaphores (v6)
Dave Airlie
2017-06-16
1
-1
/
+87
*
amdgpu/cs: split out fence dependency checking (v2)
Dave Airlie
2017-06-16
1
-42
/
+51
*
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2017-06-16
1
-91
/
+36
|
\
|
*
drm/amdgpu: fix a typo in comment
Alex Xie
2017-06-09
1
-1
/
+1
|
*
drm/amdgpu: untie user ring ids from kernel ring ids v6
Andres Rodriguez
2017-05-31
1
-102
/
+26
|
*
drm/amdgpu: return -ENODEV to user space when vram is lost v2
Chunming Zhou
2017-05-24
1
-0
/
+9
|
*
drm/amdgpu: get cs support for AMDGPU_HW_IP_VCN_ENC
Leo Liu
2017-05-24
1
-0
/
+9
|
*
drm/amdgpu: get cs support of AMDGPU_HW_IP_VCN_DEC
Leo Liu
2017-05-24
1
-0
/
+3
*
|
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-05-18
1
-9
/
+10
|
/
*
drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2
Chunming Zhou
2017-04-28
1
-0
/
+4
*
drm/amdgpu: fix fence memory leak in wait_all_fence V2
Chunming Zhou
2017-04-07
1
-0
/
+1
*
drm/amdgpu: use uintptr_t instead of unsigned long to store pointer
Alex Xie
2017-04-06
1
-4
/
+4
*
drm/amdgpu: use a 64bit interval tree for VM management v2
Christian König
2017-04-04
1
-6
/
+6
*
drm/amdgpu: Couple small warning fixes
Harry Wentland
2017-03-29
1
-1
/
+2
*
drm/amdgpu:changes in gfx DMAframe scheme (v2)
Monk Liu
2017-03-29
1
-1
/
+1
*
drm/amdgpu:fix the check in cs_ib_fill for SRIOV
Monk Liu
2017-03-29
1
-9
/
+10
*
drm/amdgpu:protect cs submit
Monk Liu
2017-03-29
1
-1
/
+12
*
drm/amdgpu:fix cs_ib_fill
Monk Liu
2017-03-29
1
-1
/
+1
*
drm/amdgpu: handle multi level PD updates V2
Christian König
2017-03-29
1
-1
/
+1
*
drm/amdgpu: generalize page table level
Christian König
2017-03-29
1
-1
/
+1
*
drm/amdgpu: rename page_directory_fence to last_dir_update
Christian König
2017-03-29
1
-1
/
+1
*
drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freed
Nicolai Hähnle
2017-03-29
1
-1
/
+1
*
drm/amdgpu: get cs support of AMDGPU_HW_IP_UVD_ENC
Leo Liu
2017-03-29
1
-0
/
+9
*
drm/amdgpu: IOCTL interface for PRT support v4
Junwei Zhang
2017-03-29
1
-3
/
+13
*
drm/amdgpu: fix parser init error path to avoid crash in parser fini
Dave Airlie
2017-03-10
1
-0
/
+2
*
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
2017-02-23
1
-0
/
+7
|
\
|
*
drm/amdgpu: check ring being ready before using
Ding Pixel
2017-01-23
1
-0
/
+7
*
|
drm/amdgpu: report the number of bytes moved at buffer creation
Samuel Pitoiset
2017-02-09
1
-2
/
+1
*
|
drm/amdgpu: use the num_rings variable for checking vce rings
Alex Deucher
2017-01-27
1
-2
/
+2
*
|
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
2017-01-27
1
-0
/
+14
|
/
*
drm/amd/amdgpu: validate the shadow BO.
Alex Xie
2016-12-06
1
-1
/
+1
*
drm/amdgpu: remove amdgpu_cs_handle_lockup
Huang Rui
2016-11-11
1
-11
/
+0
*
drm/amdgpu: cleanup amdgpu_cs_ioctl to make code logicality clear
Huang Rui
2016-11-11
1
-16
/
+16
*
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-11-11
1
-0
/
+174
|
\
|
*
drm/amdgpu: add the interface of waiting multiple fences (v4)
Junwei Zhang
2016-11-09
1
-0
/
+174
*
|
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm/amdgpu: avoid drm error log during S3 on RHEL7.3
jimqu
2016-10-21
1
-1
/
+2
*
|
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-28
1
-8
/
+8
|
\
\
|
*
|
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
1
-8
/
+8
|
|
/
*
|
drm/amdgpu: improve parse_cs handling a bit
Christian König
2016-10-25
1
-4
/
+5
*
|
drm/amdgpu: move the ring type into the funcs structure (v2)
Christian König
2016-10-25
1
-2
/
+2
*
|
drm/amdgpu: move PT validation back into VM code v2
Christian König
2016-10-25
1
-14
/
+28
*
|
drm/amdgpu: remove adev pointer from struct amdgpu_bo v2
Christian König
2016-10-25
1
-4
/
+6
*
|
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
2016-10-25
1
-0
/
+9
|
/
*
drm/amdgpu: add a custom GTT memory manager v2
Christian König
2016-09-28
1
-2
/
+2
*
drm/amdgpu: validate size and offset of user fence BO
Christian König
2016-09-14
1
-0
/
+6
*
drm/amdgpu: mark symbols static where possible
Baoyou Xie
2016-09-14
1
-1
/
+1
*
drm/amdgpu: bind GTT on demand
Christian König
2016-09-14
1
-2
/
+32
*
drm/amdgpu:implement CONTEXT_CONTROL (v5)
Monk Liu
2016-09-14
1
-0
/
+8
*
drm/amdgpu: change job->ctx field name
Monk Liu
2016-09-12
1
-1
/
+1
[next]