index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2021-04-28
drm/amdgpu/sriov: Remove clear vf fw support
Victor Zhao
-33
/
+0
2021-04-28
drm/amdgpu: provide socket/die id info in RAS message
Hawking Zhang
-2
/
+27
2021-04-28
drm/amdgpu: implement smuio callback to query socket id
Hawking Zhang
-0
/
+19
2021-04-28
drm/amdgpu: Enable SDMA LS for Vangogh
Jinzhou Su
-0
/
+5
2021-04-28
drm/amdgpu: Added missing prototype
Souptick Joarder
-0
/
+1
2021-04-27
drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()
Lyude Paul
-1
/
+1
2021-04-27
drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
Lyude Paul
-1
/
+1
2021-04-27
drm/dp: Add backpointer to drm_device in drm_dp_aux
Lyude Paul
-0
/
+2
2021-04-26
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-2092
/
+9506
2021-04-23
drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
Christian König
-8
/
+18
2021-04-23
drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag
Nirmoy Das
-4
/
+1
2021-04-23
drm/amdgpu: cleanup amdgpu_bo_create()
Nirmoy Das
-47
/
+14
2021-04-23
drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()
Nirmoy Das
-24
/
+45
2021-04-23
drm/amdgpu: remove unused vm context flags
Nirmoy Das
-3
/
+0
2021-04-23
drm/amdgpu: cleanup amdgpu_vm_init()
Nirmoy Das
-16
/
+6
2021-04-23
drm/amdgpu: expose amdgpu_bo_create_shadow()
Nirmoy Das
-3
/
+6
2021-04-23
drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.c
Christian König
-80
/
+93
2021-04-23
drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.c
Christian König
-79
/
+90
2021-04-23
drm/amdgpu: extend xnack limit page fault timeout
Alex Sierra
-0
/
+2
2021-04-23
drm/amdgpu: disable gfx ras by default in aldebaran
Hawking Zhang
-2
/
+1
2021-04-23
drm/amd/amdgpu: add cgls
Kenneth Feng
-0
/
+3
2021-04-23
drm/amdgpu: optimize gfx ras features flag clean
Stanley.Yang
-5
/
+5
2021-04-23
drm/amdgpu: Enable SDMA MGCG for Vangogh
Jinzhou Su
-0
/
+5
2021-04-23
drm/amdgpu: add support for ras init flags
John Clements
-2
/
+14
2021-04-23
drm/amdgpu: refine gprs init shaders to check coverage
Dennis Li
-5
/
+382
2021-04-23
drm/ttm: move the page_alignment into the BO v2
Christian König
-5
/
+6
2021-04-20
drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparity
Lee Jones
-3
/
+3
2021-04-20
drm/amd/amdgpu/amdgpu_ring: Provide description for 'sched_score'
Lee Jones
-0
/
+1
2021-04-20
drm/amd/amdgpu/amdgpu_ttm: Fix incorrectly documented function 'amdgpu_ttm_co...
Lee Jones
-1
/
+1
2021-04-20
drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs
Lee Jones
-2
/
+2
2021-04-20
drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'
Lee Jones
-0
/
+1
2021-04-20
drm/amd/amdgpu/amdgpu_device: Remove unused variable 'r'
Lee Jones
-3
/
+2
2021-04-20
drm/amdgpu: add svm_bo eviction to enable_signal cb
Alex Sierra
-3
/
+8
2021-04-20
drm/amdgpu: svm bo enable_signal call condition
Alex Sierra
-0
/
+14
2021-04-20
drm/amdgpu: add param bit flag to create SVM BOs
Alex Sierra
-5
/
+6
2021-04-20
drm/amdkfd: add svm_bo reference for eviction fence
Alex Sierra
-5
/
+10
2021-04-20
drm/amdkfd: SVM API call to restore page tables
Alex Sierra
-5
/
+15
2021-04-20
drm/amdgpu: enable 48-bit IH timestamp counter
Alex Sierra
-0
/
+1
2021-04-20
drm/amdkfd: set memory limit to avoid OOM with HMM enabled
Philip Yang
-0
/
+6
2021-04-20
drm/amdgpu: Enable retry faults unconditionally on Aldebaran
Felix Kuehling
-5
/
+12
2021-04-20
drm/amdkfd: map svm range to GPUs
Felix Kuehling
-7
/
+4
2021-04-20
drm/amdgpu: export vm update mapping interface
Philip Yang
-9
/
+20
2021-04-20
drm/amdkfd: support larger svm range allocation
Philip Yang
-1
/
+4
2021-04-20
drm/amdgpu: add common HMM get pages function
Philip Yang
-66
/
+100
2021-04-20
drm/amdgpu: Remove verify_access shortcut for KFD BOs
Felix Kuehling
-7
/
+0
2021-04-20
drm/amdkfd: Allow access for mmapping KFD BOs
Felix Kuehling
-2
/
+19
2021-04-20
drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
Felix Kuehling
-35
/
+48
2021-04-20
drm/amdgpu/gmc9: remove dummy read workaround for newer chips
Alex Deucher
-2
/
+4
2021-04-20
drm/amdgpu: Add mem sync flag for IB allocated by SA
Jinzhou Su
-0
/
+2
2021-04-20
drm/amdgpu: Fix SDMA RAS error reporting on Aldebaran
Mukul Joshi
-7
/
+28
[prev]
[next]