index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
drm/amd/amdgpu: apply command submission parser for JPEG v1
David (Ming Qiang) Wu
2
-1
/
+86
2024-09-10
drm/amd/amdgpu: apply command submission parser for JPEG v2+
David (Ming Qiang) Wu
10
-64
/
+78
2024-09-10
drm/amdgpu: get rid of bogus includes of fdtable.h
Al Viro
2
-2
/
+0
2024-09-10
drm/amdgpu: fix a race in kfd_mem_export_dmabuf()
Al Viro
1
-9
/
+3
2024-09-10
drm/amdgpu: Fix kdoc entry in 'amdgpu_vm_cpu_prepare'
Srinivasan Shanmugam
1
-2
/
+1
2024-09-10
drm/amd/amdgpu: apply command submission parser for JPEG v1
David (Ming Qiang) Wu
2
-1
/
+86
2024-09-10
drm/amd/amdgpu: apply command submission parser for JPEG v2+
David (Ming Qiang) Wu
10
-64
/
+78
2024-09-06
drm/amdgpu: drop redundant W=1 warnings from Makefile
Jani Nikula
1
-17
/
+1
2024-09-06
drm/amdgpu: revert "use CPU for page table update if SDMA is unavailable"
Christian König
1
-6
/
+0
2024-09-06
drm/amdgpu/mes11: Indent an if statment
Dan Carpenter
1
-1
/
+1
2024-09-06
drm/amdgpu: Surface svm_default_granularity, a RW module parameter
Ramesh Errabolu
2
-0
/
+18
2024-09-06
drm/amdgpu: fix queue reset issue by mmio
Jesse Zhang
1
-0
/
+1
2024-09-06
drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...
Srinivasan Shanmugam
1
-16
/
+19
2024-09-06
drm/amdgpu/: Add missing kdoc entry in amdgpu_vm_handle_fault function
Srinivasan Shanmugam
1
-0
/
+1
2024-09-06
drm/amdgpu: Normalize reg offsets on JPEG v4.0.3
Lijo Lazar
1
-21
/
+15
2024-09-06
drm/amdgpu: use clamp() in amdgpu_vm_adjust_size()
Li Zetao
1
-1
/
+1
2024-09-06
drm/amd: use clamp() in amdgpu_pll_get_fb_ref_div()
Li Zetao
1
-1
/
+1
2024-09-06
drm/amdgpu: enable gfxoff quirk on HP 705G4
Peng Liu
1
-0
/
+2
2024-09-06
drm/amdgpu: add raven1 gfxoff quirk
Peng Liu
1
-0
/
+2
2024-09-06
drm/amdgpu: fix invalid fence handling in amdgpu_vm_tlb_flush
Lang Yu
1
-2
/
+4
2024-09-06
drm/amdgpu: re-work VM syncing
Christian König
5
-55
/
+65
2024-09-02
drm/amdgpu: always allocate cleared VRAM for GEM allocations
Alex Deucher
1
-0
/
+3
2024-09-02
drm/amdgpu/mes: add mes mapping legacy queue switch
Jack Xiao
4
-20
/
+43
2024-09-02
drm/amdgpu/gfx10: use rlc safe mode for soft recovery
Alex Deucher
1
-0
/
+2
2024-09-02
drm/amdgpu/gfx11: use rlc safe mode for soft recovery
Alex Deucher
1
-0
/
+2
2024-09-02
drm/amdgpu/gfx12: use rlc safe mode for soft recovery
Alex Deucher
1
-0
/
+2
2024-09-02
drm/amdgpu/gfx12: use proper rlc safe mode helpers
Alex Deucher
1
-2
/
+2
2024-09-02
drm/amdgpu/gfx11: use proper rlc safe mode helpers
Alex Deucher
1
-4
/
+4
2024-09-02
drm/amdgpu/gfx10: use proper rlc safe mode helpers
Alex Deucher
1
-2
/
+2
2024-09-02
drm/amdgpu/gfx12: per queue reset only on bare metal
Alex Deucher
1
-0
/
+6
2024-09-02
drm/amdgpu/gfx11: per queue reset only on bare metal
Alex Deucher
1
-0
/
+6
2024-09-02
drm/amdgpu/gfx10: per queue reset only on bare metal
Alex Deucher
1
-0
/
+6
2024-09-02
drm/amdgpu/mes11: implement mmio queue reset for gfx11
Jiadong Zhu
1
-0
/
+80
2024-09-02
drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmio
Jiadong Zhu
1
-0
/
+20
2024-09-02
drm/amdgpu/mes: modify mes api for mmio queue reset
Jiadong Zhu
4
-4
/
+17
2024-09-02
drm/amdgpu/gfx12: fallback to driver reset compute queue directly
Alex Deucher
1
-14
/
+79
2024-09-02
drm/amdgpu/gfx12: add ring reset callbacks
Alex Deucher
1
-0
/
+18
2024-09-02
drm/amdgpu/gfx10: rework reset sequence
Alex Deucher
1
-7
/
+19
2024-09-02
drm/amdgpu/gfx10: wait for reset done before remap
Jiadong Zhu
1
-11
/
+30
2024-09-02
drm/amdgpu/gfx10: remap queue after reset successfully
Jiadong Zhu
1
-11
/
+35
2024-09-02
drm/amdgpu/gfx10: add ring reset callbacks
Alex Deucher
1
-0
/
+91
2024-09-02
drm/amdgpu/gfx11: wait for reset done before remap
Jiadong Zhu
1
-1
/
+14
2024-09-02
drm/amdgpu/gfx11: rename gfx_v11_0_gfx_init_queue()
Alex Deucher
1
-3
/
+3
2024-09-02
drm/amdgpu/gfx11: fallback to driver reset compute queue directly (v2)
Prike Liang
1
-13
/
+71
2024-09-02
drm/amdgpu/gfx11: add ring reset callbacks
Alex Deucher
1
-0
/
+18
2024-09-02
drm/amdgpu/gfx9.4.3: Implement compute pipe reset
Prike Liang
1
-19
/
+108
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
1
-0
/
+1
2024-08-29
drm/amdgpu: always allocate cleared VRAM for GEM allocations
Alex Deucher
1
-0
/
+3
2024-08-29
drm/amdgpu/mes: add mes mapping legacy queue switch
Jack Xiao
4
-20
/
+43
2024-08-29
drm/amdgpu/gfx12: return early in preempt_ib()
Alex Deucher
1
-0
/
+3
[prev]
[next]