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-09-28
Merge tag 'drm-next-2024-09-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-646
/
+309
2024-09-26
drm/amdgpu: Add PSP reload case to reset-on-init
Lijo Lazar
-0
/
+2
2024-09-26
drm/amdgpu: Add interface for TOS reload cases
Lijo Lazar
-0
/
+40
2024-09-26
drm/amdgpu: Support reset-on-init on select SOCs
Lijo Lazar
-0
/
+1
2024-09-26
drm/amdgpu: Drop delayed reset work handler
Lijo Lazar
-84
/
+0
2024-09-26
drm/amdgpu: Refactor XGMI reset on init handling
Lijo Lazar
-19
/
+91
2024-09-26
drm/amdgpu: Add helper to initialize badpage info
Lijo Lazar
-21
/
+41
2024-09-26
drm/amdgpu: Remove unused amdgpu_i2c functions
Dr. David Alan Gilbert
-29
/
+0
2024-09-26
drm/amdgpu: Remove unused amdgpu_gfx_bit_to_me_queue
Dr. David Alan Gilbert
-12
/
+0
2024-09-26
drm/amdgpu: Remove unused amdgpu_gmc_vram_cpu_pa
Dr. David Alan Gilbert
-13
/
+0
2024-09-26
drm/amdgpu: Remove unused amdgpu_atpx functions
Dr. David Alan Gilbert
-20
/
+0
2024-09-26
drm/amdgpu: Remove unused amdgpu_device_ip_is_idle
Dr. David Alan Gilbert
-26
/
+0
2024-09-26
drm/amdgpu: Add reset on init handler for XGMI
Lijo Lazar
-0
/
+155
2024-09-26
drm/amdgpu: Add callback get xcp resource info
Lijo Lazar
-2
/
+83
2024-09-26
drm/amd: Add helper to get partition config modes
Lijo Lazar
-20
/
+76
2024-09-26
drm/amdgpu: Fix typo "acccess" and improve the comment style here
WangYuli
-4
/
+8
2024-09-26
drm/amdgpu/gfx9: Explicitly halt CP before init
Alex Deucher
-0
/
+4
2024-09-26
drm/amdgpu/gfx9: set additional bits on CP halt
Alex Deucher
-1
/
+18
2024-09-26
drm/amdgpu: add amdgpu_device reference in ip block
Sunil Khatri
-0
/
+3
2024-09-26
drm/amdgpu: Separate reinitialization after reset
Lijo Lazar
-63
/
+89
2024-09-26
drm/amdgpu: check return for setting engine dram timings
Tim Huang
-6
/
+6
2024-09-26
drm/amdgpu: Use init level for pending_reset flag
Lijo Lazar
-32
/
+12
2024-09-26
amd/amdgpu: Reduce unnecessary repetitive GPU resets
YiPeng Chai
-1
/
+20
2024-09-26
drm/amdgpu: Add init levels
Lijo Lazar
-0
/
+88
2024-09-26
drm/amdgpu: Remove unneeded write in JPEG v4.0.3
Jane Jian
-9
/
+1
2024-09-26
drm/amdgpu: Fix JPEG v4.0.3 register write
Lijo Lazar
-8
/
+10
2024-09-26
drm/amdkfd:Add kfd function to config sq perfmon
Feifei Xu
-0
/
+18
2024-09-26
drm/amdgpu: add amdgpu_jpeg_sched_mask debugfs
Sathishkumar S
-0
/
+76
2024-09-26
drm/amdgpu: Add psp command CONFIG_SQ_PERFMON
Feifei Xu
-1
/
+55
2024-09-26
drm/amdgpu: update suspend status for aborting from deeper suspend
Prike Liang
-4
/
+6
2024-09-26
drm/amd/amdgpu: Add helper to get ip block valid
Asad Kamal
-0
/
+24
2024-09-26
drm/amdgpu/sdma6: implement ring reset callback for sdma6
Jiadong Zhu
-0
/
+26
2024-09-26
drm/amdgpu/sdma6: split out per instance resume function
Jiadong Zhu
-109
/
+131
2024-09-26
drm/amdgpu/mes11: update mes_reset_queue function to support sdma queue
Jiadong Zhu
-2
/
+27
2024-09-26
drm/amdgpu: bump driver version for cleared VRAM
Alex Deucher
-1
/
+2
2024-09-26
drm/amdgpu: fix vbios fetching for SR-IOV
Alex Deucher
-2
/
+9
2024-09-26
drm/amdgpu: fix PTE copy corruption for sdma 7
Frank Min
-2
/
+5
2024-09-26
drm/amdgpu: Run DRM default client setup
Thomas Zimmermann
-2
/
+10
2024-09-25
drm/amdgpu/vcn: enable AV1 on both instances
Saleemkhan Jamadar
-165
/
+0
2024-09-25
drm/amdkfd: Fix CU occupancy for GFX 9.4.3
Mukul Joshi
-6
/
+6
2024-09-25
drm/amdkfd: Update logic for CU occupancy calculations
Mukul Joshi
-62
/
+45
2024-09-25
drm/amdgpu: skip coredump after job timeout in SRIOV
ZhenGuo Yin
-1
/
+4
2024-09-25
drm/amdgpu: sync to KFD fences before clearing PTEs
Christian König
-0
/
+37
2024-09-25
drm/amdgpu/mes12: set enable_level_process_quantum_check
Jack Xiao
-0
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+4
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-1003
/
+5874
2024-09-18
drm/amdgpu/mes12: reduce timeout
Alex Deucher
-1
/
+1
2024-09-18
drm/amdgpu/mes11: reduce timeout
Alex Deucher
-1
/
+1
2024-09-18
drm/amdgpu: use GEM references instead of TTMs v2
Christian König
-13
/
+10
2024-09-18
drm/amdgpu: update golden regs for gfx12
Frank Min
-3
/
+11
[prev]
[next]