index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-10
drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk
Christian König
1
-8
/
+15
2018-04-24
drm/amdgpu: Fix always_valid bos multiple LRU insertions.
Bas Nieuwenhuizen
1
-1
/
+1
2018-02-03
drm/amdgpu: don't try to move pinned BOs
Christian König
1
-0
/
+4
2017-09-13
Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-4
/
+3
2017-09-13
drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"
Christian König
1
-4
/
+0
2017-08-28
drm/syncobj: Rename fence_get to find_fence
Jason Ekstrand
1
-1
/
+1
2017-08-24
drm/amdgpu: check memory allocation failure
Christophe JAILLET
1
-0
/
+3
2017-08-17
drm/amdgpu: rename VM invalidated to moved
Christian König
1
-1
/
+1
2017-08-17
drm/amdgpu: separate bo_va structure
Christian König
1
-2
/
+2
2017-08-17
drm/amdgpu: cleanup static CSA handling
Christian König
1
-1
/
+2
2017-08-17
drm/amdgpu: move vram usage tracking into the vram manager v2
Christian König
1
-2
/
+3
2017-08-17
drm/amdgpu: only move VM BOs in the LRU during validation v2
Christian König
1
-10
/
+5
2017-08-15
drm/amdgpu: Fix preferred typo
Kent Russell
1
-2
/
+2
2017-08-15
drm/amdgpu: switch to drm_*{get,put} helpers
Cihangir Akturk
1
-1
/
+1
2017-08-15
drm/amdgpu: consistent use u64_to_user_ptr
Christian König
1
-4
/
+4
2017-07-14
drm/amdgpu: Throttle visible VRAM moves separately
John Brooks
1
-19
/
+73
2017-07-06
drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()
Chris Wilson
1
-4
/
+2
2017-06-29
drm/amdgpu: Make amdgpu_cs_parser_init static (v2)
Alex Xie
1
-1
/
+1
2017-06-29
drm/amdgpu/cs: fix a typo in a comment
Alex Xie
1
-1
/
+1
2017-06-16
amdgpu: use drm sync objects for shared semaphores (v6)
Dave Airlie
1
-1
/
+87
2017-06-16
amdgpu/cs: split out fence dependency checking (v2)
Dave Airlie
1
-42
/
+51
2017-06-16
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-91
/
+36
2017-06-09
drm/amdgpu: fix a typo in comment
Alex Xie
1
-1
/
+1
2017-05-31
drm/amdgpu: untie user ring ids from kernel ring ids v6
Andres Rodriguez
1
-102
/
+26
2017-05-25
drm/amdgpu: return -ENODEV to user space when vram is lost v2
Chunming Zhou
1
-0
/
+9
2017-05-25
drm/amdgpu: get cs support for AMDGPU_HW_IP_VCN_ENC
Leo Liu
1
-0
/
+9
2017-05-25
drm/amdgpu: get cs support of AMDGPU_HW_IP_VCN_DEC
Leo Liu
1
-0
/
+3
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-9
/
+10
2017-04-29
drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2
Chunming Zhou
1
-0
/
+4
2017-04-07
drm/amdgpu: fix fence memory leak in wait_all_fence V2
Chunming Zhou
1
-0
/
+1
2017-04-06
drm/amdgpu: use uintptr_t instead of unsigned long to store pointer
Alex Xie
1
-4
/
+4
2017-04-04
drm/amdgpu: use a 64bit interval tree for VM management v2
Christian König
1
-6
/
+6
2017-03-30
drm/amdgpu: Couple small warning fixes
Harry Wentland
1
-1
/
+2
2017-03-30
drm/amdgpu:changes in gfx DMAframe scheme (v2)
Monk Liu
1
-1
/
+1
2017-03-30
drm/amdgpu:fix the check in cs_ib_fill for SRIOV
Monk Liu
1
-9
/
+10
2017-03-30
drm/amdgpu:protect cs submit
Monk Liu
1
-1
/
+12
2017-03-30
drm/amdgpu:fix cs_ib_fill
Monk Liu
1
-1
/
+1
2017-03-30
drm/amdgpu: handle multi level PD updates V2
Christian König
1
-1
/
+1
2017-03-30
drm/amdgpu: generalize page table level
Christian König
1
-1
/
+1
2017-03-30
drm/amdgpu: rename page_directory_fence to last_dir_update
Christian König
1
-1
/
+1
2017-03-30
drm/amdgpu: add optional fence out-parameter to amdgpu_vm_clear_freed
Nicolai Hähnle
1
-1
/
+1
2017-03-30
drm/amdgpu: get cs support of AMDGPU_HW_IP_UVD_ENC
Leo Liu
1
-0
/
+9
2017-03-30
drm/amdgpu: IOCTL interface for PRT support v4
Junwei Zhang
1
-3
/
+13
2017-03-10
drm/amdgpu: fix parser init error path to avoid crash in parser fini
Dave Airlie
1
-0
/
+2
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
1
-0
/
+7
2017-02-09
drm/amdgpu: report the number of bytes moved at buffer creation
Samuel Pitoiset
1
-2
/
+1
2017-01-27
drm/amdgpu: use the num_rings variable for checking vce rings
Alex Deucher
1
-2
/
+2
2017-01-27
drm/amdgpu:invoke CSA functions (v2)
Monk Liu
1
-0
/
+14
2017-01-24
drm/amdgpu: check ring being ready before using
Ding Pixel
1
-0
/
+7
2016-12-07
drm/amd/amdgpu: validate the shadow BO.
Alex Xie
1
-1
/
+1
[next]