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
2024-10-08
drm/amdgpu: move error log from ring write to commit
Sunil Khatri
-2
/
+3
2024-10-08
drm/amdgpu: fix typos
Andrew Kreimer
-9
/
+9
2024-10-08
drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job
Tvrtko Ursulin
-1
/
+1
2024-10-08
drm/amdgpu: Drop impossible condition from amdgpu_job_prepare_job
Tvrtko Ursulin
-1
/
+1
2024-10-08
drm/amdgpu: Use drm_print_memory_stats helper from fdinfo
Tvrtko Ursulin
-81
/
+122
2024-10-08
drm/amdgpu: Drop unused fence argument from amdgpu_vmid_grab_used
Tvrtko Ursulin
-4
/
+2
2024-10-07
drm/amdkfd: Fix an eviction fence leak
Lang Yu
-2
/
+2
2024-10-07
drm/amdgpu: Add sysfs interfaces for NPS mode
Lijo Lazar
-16
/
+104
2024-10-07
drm/amdgpu: Add gmc interface to request NPS mode
Lijo Lazar
-0
/
+24
2024-10-07
drm/amdgpu/gfx10: Apply Isolation Enforcement to GFX & Compute rings
Srinivasan Shanmugam
-0
/
+4
2024-10-07
drm/amdgpu: Add PSP interface for NPS switch
Rajneesh Bhardwaj
-3
/
+37
2024-10-07
drm/amdgpu/gfx11: Apply Isolation Enforcement to GFX & Compute rings
Srinivasan Shanmugam
-0
/
+4
2024-10-07
drm/amdgpu/gfx12: Implement cleaner shader support for GFX12 hardware
Srinivasan Shanmugam
-2
/
+25
2024-10-07
drm/amdgpu: Fix spelling mistake "initializtion" -> "initialization"
Colin Ian King
-1
/
+1
2024-10-07
drm/amdgpu/gfx11: Implement cleaner shader support for GFX11 hardware
Srinivasan Shanmugam
-4
/
+37
2024-10-07
drm/amdgpu: change the comment from handle to ip_block
Sunil Khatri
-126
/
+126
2024-10-07
drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardware
Srinivasan Shanmugam
-4
/
+35
2024-10-07
drm/amdkfd: Fix an eviction fence leak
Lang Yu
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
-412
/
+266
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
-377
/
+288
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
-171
/
+171
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
-167
/
+179
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
-152
/
+214
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in post_soft_reset
Sunil Khatri
-19
/
+20
2024-10-01
drm/amdgpu: update the handle ptr in soft_reset
Sunil Khatri
-91
/
+96
2024-10-01
drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
Srinivasan Shanmugam
-0
/
+2
2024-10-01
drm/amdgpu: update the handle ptr in pre_soft_reset
Sunil Khatri
-17
/
+17
2024-10-01
drm/amdgpu: Fix logic to determine TOS reload
Lijo Lazar
-1
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in check_soft_reset
Sunil Khatri
-25
/
+26
2024-10-01
drm/amdgpu: update the handle ptr in prepare_suspend
Sunil Khatri
-11
/
+11
2024-10-01
drm/amdgpu: update the handle ptr in late_fini
Sunil Khatri
-1
/
+1
2024-10-01
drm/amdgpu: remove the dummy fn acp_early_init
Sunil Khatri
-6
/
+1
2024-10-01
drm/amd: Taint the kernel when enabling overdrive
Mario Limonciello
-0
/
+6
2024-10-01
drm/amdkfd: Fix kdoc entry for 'get_wave_count()' function parameters
Srinivasan Shanmugam
-3
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in early_fini
Sunil Khatri
-1
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in sw_fini
Sunil Khatri
-154
/
+154
2024-10-01
drm/amdgpu: update the handle ptr in sw_init
Sunil Khatri
-158
/
+158
2024-10-01
drm/amdgpu: update the handle ptr in late_init
Sunil Khatri
-55
/
+55
2024-10-01
drm/amdgpu: update the handle ptr in early_init
Sunil Khatri
-169
/
+170
2024-10-01
drm/amdgpu: Add supported partition mode node
Asad Kamal
-3
/
+41
2024-10-01
drm/amdgpu: Add option to refresh NPS data
Lijo Lazar
-17
/
+55
2024-10-01
drm/amdgpu/sdma5.2: implement ring reset callback for sdma5.2
Jiadong Zhu
-0
/
+91
2024-10-01
drm/amdgpu: Flush tlb by VM_INVALIDATION packet in sdma_v5_2
YuanShang
-1
/
+86
2024-10-01
drm/amdgpu/sdma5.2: split out per instance resume function
Jiadong Zhu
-111
/
+136
2024-10-01
drm/amdgpu/sdma5: implement ring reset callback for sdma5
Jiadong Zhu
-0
/
+88
2024-10-01
drm/amdgpu: update the handle ptr in print_ip_state
Sunil Khatri
-45
/
+43
2024-10-01
drm/amdgpu: Add sysfs nodes to get xcp details
Lijo Lazar
-0
/
+208
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
-40
/
+40
2024-10-01
drm/amdgpu/sdma5: split out per instance resume function
Jiadong Zhu
-115
/
+138
[prev]
[next]