index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_cs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
drm/amdgpu: correctly sign extend 48bit addresses v3
Christian König
1
-1
/
+1
2018-09-10
drm/amdgpu: fix amdgpu_mn_unlock() in the CS error path
Christian König
1
-1
/
+1
2018-09-02
drm/amdgpu: fix "use bulk moves for efficient VM LRU handling" v2
Christian König
1
-3
/
+2
2018-08-27
drm/amdgpu: fix holding mn_lock while allocating memory
Christian König
1
-12
/
+19
2018-08-27
drm/amdgpu: amdgpu_ctx_add_fence can't fail
Christian König
1
-9
/
+1
2018-08-27
drm/amdgpu: use bulk moves for efficient VM LRU handling (v6)
Huang Rui
1
-0
/
+3
2018-08-27
drm/amdgpu: add amdgpu_gmc_pd_addr helper
Christian König
1
-1
/
+1
2018-08-27
drm/amdgpu: cleanup VM handling in the CS a bit
Christian König
1
-86
/
+74
2018-08-27
drm/amdgpu: use entity instead of ring for CS
Christian König
1
-32
/
+34
2018-08-27
drm/amdgpu: remove the queue manager
Christian König
1
-12
/
+10
2018-08-27
drm/amdgpu: move gem definitions into amdgpu_gem header
Huang Rui
1
-0
/
+1
2018-08-27
drm/amdgpu: fix preamble handling
Christian König
1
-7
/
+9
2018-07-31
drm/amdgpu: create an empty bo_list if no handle is provided
Christian König
1
-65
/
+46
2018-07-31
drm/amdgpu: add bo_list iterators
Christian König
1
-29
/
+22
2018-07-31
drm/amdgpu: always recreate bo_list
Christian König
1
-3
/
+0
2018-07-31
drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2
Christian König
1
-0
/
+2
2018-07-31
drm/amdgpu: return error if both BOs and bo_list handle is given
Christian König
1
-3
/
+6
2018-07-31
drm/amdgpu: add proper error handling to amdgpu_bo_list_get
Christian König
1
-3
/
+8
2018-07-27
drm/amdgpu: add support for inplace IB patching for MM engines v2
Christian König
1
-7
/
+15
2018-07-25
drm/scheduler: remove sched field from the entity
Nayan Deshmukh
1
-1
/
+1
2018-07-25
drm/scheduler: modify API to avoid redundancy
Nayan Deshmukh
1
-1
/
+1
2018-07-25
drm/amdgpu: consistenly name amdgpu_bo_ functions
Christian König
1
-5
/
+5
2018-07-18
drm/amdgpu: change ring priority after pushing the job (v2)
Christian König
1
-1
/
+5
2018-07-16
drm/amdgpu: remove job->ring
Christian König
1
-9
/
+9
2018-07-16
drm/amdgpu: remove fence context from the job
Christian König
1
-1
/
+0
2018-07-16
drm/amdgpu: Allow to create BO lists in CS ioctl v3
Andrey Grodzovsky
1
-3
/
+45
2018-07-13
drm/amdgpu: Make pin_size values atomic
Michel Dänzer
1
-1
/
+1
2018-07-10
drm/amdgpu: Present amdgpu_task_info in VM_FAULTS.
Andrey Grodzovsky
1
-0
/
+4
2018-07-10
drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
Michel Dänzer
1
-0
/
+4
2018-06-15
drm/amdgpu: Consolidate visible vs. real vram check v2.
Andrey Grodzovsky
1
-5
/
+6
2018-05-30
drm/amdgpu: To get gds, gws and oa from adev->gds (v2)
Emily Deng
1
-15
/
+23
2018-05-16
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-11
/
+5
2018-05-15
drm/amdgpu: revert "add new bo flag that indicates BOs don't need fallback (v2)"
Christian König
1
-2
/
+1
2018-05-15
drm/amdgpu: fix and cleanup cpu visible VRAM handling
Christian König
1
-4
/
+2
2018-05-15
drm/amdgpu: use ctx bytes_moved
Christian König
1
-7
/
+3
2018-04-11
drm/amdgpu: add new bo flag that indicates BOs don't need fallback (v2)
Chunming Zhou
1
-1
/
+2
2018-03-23
drm/amdgpu: Add MMU notifier type for KFD userptr
Felix Kuehling
1
-1
/
+1
2018-02-26
drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx
Roger He
1
-2
/
+2
2018-02-19
drm/amdgpu: Fix always_valid bos multiple LRU insertions.
Bas Nieuwenhuizen
1
-1
/
+1
2018-02-19
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
Christian König
1
-8
/
+8
2018-01-10
drm/amdgpu: update VM PDs after the PTs
Christian König
1
-4
/
+4
2017-12-15
drm/amdgpu: set allow_reserved_eviction and resv when bo allocation and cs
Roger He
1
-1
/
+6
2017-12-07
drm: move amd_gpu_scheduler into common location
Lucas Stach
1
-3
/
+3
2017-12-06
drm/amdgpu: Get rid of dep_sync as a seperate object.
Andrey Grodzovsky
1
-7
/
+7
2017-12-06
drm/amdgpu: fix VA hole handling on Vega10 v3
Christian König
1
-5
/
+5
2017-12-06
drm/amdgpu: use the new TTM bytes moved counter v2
Christian König
1
-6
/
+3
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-6
/
+8
2017-12-06
drm/amdgpu: use dep_sync for CS dependency/syncobj
Chunming Zhou
1
-2
/
+2
2017-12-04
drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gart
Christian König
1
-2
/
+2
2017-12-04
drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2
Christian König
1
-2
/
+2
[next]