index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-18
drm/amdgpu: update golden regs for gfx12
Frank Min
1
-3
/
+11
2024-09-18
drm/amdgpu: clean up vbios fetching code
Alex Deucher
1
-14
/
+2
2024-09-18
drm/amdgpu/bios: split vbios fetching between APU and dGPU
Alex Deucher
1
-2
/
+45
2024-09-18
drm/amdgpu: remove amdgpu_pin_restricted()
Christian König
3
-54
/
+6
2024-09-18
drm/amdgpu: explicitely set the AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag
Christian König
7
-1
/
+11
2024-09-18
drm/amdgpu: Fix XCP instance mask calculation
Lijo Lazar
1
-19
/
+13
2024-09-18
drm/amdgpu: Fix get each xcp macro
Asad Kamal
1
-1
/
+1
2024-09-18
drm/amdgpu: load sos binary properly on the basis of pmfw version
Le Ma
2
-7
/
+33
2024-09-18
drm/amdgpu: add psp funcs callback to check if aux fw is needed
Le Ma
2
-0
/
+21
2024-09-18
drm/amdgpu: nuke the VM PD/PT shadow handling
Christian König
7
-265
/
+6
2024-09-18
drm/amdgpu/gfx9.4.3: Explicitly halt MEC before init
Alex Deucher
1
-0
/
+2
2024-09-18
drm/amdgpu/gfx9.4.3: set additional bits on MEC halt
Alex Deucher
1
-1
/
+9
2024-09-18
drm/amdgpu: Fix selfring initialization sequence on soc24
David Belanger
1
-10
/
+13
2024-09-18
drm/amdgpu/mes12: switch SET_SHADER_DEBUGGER pkt to mes schq pipe
Jack Xiao
1
-5
/
+6
2024-09-18
drm/amdgpu: Fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-18
drm/amdgpu: fix typo in the comment
Yan Zhen
8
-8
/
+8
2024-09-18
drm/amdgpu/gfx9.4.3: drop extra wrapper
Alex Deucher
1
-7
/
+1
2024-09-17
drm/amdgpu: Fix missing check pcie_p2p module param
Bob Zhou
1
-1
/
+1
2024-09-17
drm/amdgpu: disable GPU RAS bad page feature for specific ASIC
Tao Zhou
1
-0
/
+5
2024-09-17
drm/amdgpu: ensure the connector is not null before using it
Tim Huang
1
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
18
-79
/
+742
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-06
drm/sched: add optional errno to drm_sched_start()
Christian König
3
-4
/
+4
2024-09-03
drm/display: split DSC helpers from DP helpers
Dmitry Baryshkov
1
-0
/
+1
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
[prev]
[next]