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-01-31
drm/amdgpu: move the drm client creation behind drm device registration
Le Ma
-11
/
+27
2024-01-31
drm/amdgpu: Reset IH OVERFLOW_CLEAR bit
Friedrich Vock
-0
/
+59
2024-01-31
drm/amdgpu: remove asymmetrical irq disabling in vcn 4.0.5 suspend
Yifan Zhang
-36
/
+0
2024-01-31
drm/amdgpu: use PSP address query command
Tao Zhou
-7
/
+39
2024-01-31
drm/amdgpu: add PSP RAS address query command
Tao Zhou
-0
/
+64
2024-01-31
drm/amdgpu: drm/amdgpu: remove golden setting for gfx 11.5.0
Yifan Zhang
-22
/
+0
2024-01-31
drm/amdkfd: reserve the BO before validating it
Lang Yu
-4
/
+18
2024-01-31
drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'
Srinivasan Shanmugam
-8
/
+8
2024-01-31
drm/amdgpu: Need to resume ras during gpu reset for gfx v9_4_3 sriov
YiPeng Chai
-0
/
+1
2024-01-31
drm/amdgpu: disable RAS feature when fini
Tao Zhou
-1
/
+1
2024-01-31
drm/amdgpu: Update boot time errors polling sequence
Hawking Zhang
-1
/
+18
2024-01-31
drm/amd: Don't init MEC2 firmware when it fails to load
David McFarland
-2
/
+0
2024-01-31
drm/amdgpu: Fix the warning info in mode1 reset
Ma Jun
-12
/
+24
2024-01-31
drm/amdgpu: prefer snprintf over sprintf
Jani Nikula
-1
/
+2
2024-01-29
drm/amdgpu: use helper macro HW_ERR instead of Hardware error string
Yang Wang
-8
/
+8
2024-01-29
drm/amdgpu: move the drm client creation behind drm device registration
Le Ma
-11
/
+27
2024-01-29
Revert "drm/amd/pm: fix the high voltage and temperature issue"
Mario Limonciello
-17
/
+7
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-610
/
+2320
2024-01-25
drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
Alex Deucher
-1
/
+1
2024-01-25
drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
Alex Deucher
-1
/
+1
2024-01-25
drm/amd/amdgpu: Assign GART pages to AMD device mapping
Tom St Denis
-0
/
+8
2024-01-25
drm/amdgpu: Show vram vendor only if available
Lijo Lazar
-1
/
+16
2024-01-25
drm/amdgpu: Avoid fetching vram vendor information
Lijo Lazar
-1
/
+2
2024-01-25
amdgpu/drm: Use vram manager for virtualization page retirement
Victor Skvortsov
-10
/
+20
2024-01-25
drm/amdgpu: Add RAS_POISON_READY host response message
Victor Skvortsov
-0
/
+7
2024-01-25
drm/amdgpu: Support passing poison consumption ras block to SRIOV
YiPeng Chai
-16
/
+34
2024-01-25
drm/amdgpu: adjust aca init/fini sequence to match gpu reset
Yang Wang
-8
/
+21
2024-01-25
drm/amdgpu: add aca sysfs remove support
Yang Wang
-3
/
+15
2024-01-25
drm/amdgpu: Fix module unload hang with RAS enabled
Mukul Joshi
-0
/
+4
2024-01-25
drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
Alex Deucher
-1
/
+1
2024-01-25
drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
Alex Deucher
-1
/
+1
2024-01-25
drm/amd/amdgpu: Assign GART pages to AMD device mapping
Tom St Denis
-0
/
+8
2024-01-25
drm/amdgpu: Fix return type in 'aca_bank_hwip_is_matched()'
Srinivasan Shanmugam
-1
/
+1
2024-01-25
drm/ttm: replace busy placement with flags v6
Somalapuram Amaranath
-14
/
+3
2024-01-22
Revert "drm/amd/pm: fix the high voltage and temperature issue"
Mario Limonciello
-17
/
+7
2024-01-22
drm/amdgpu: skip call ras_late_init if ras block is not supported
Yang Wang
-2
/
+5
2024-01-22
drm/amdgpu: Show vram vendor only if available
Lijo Lazar
-1
/
+16
2024-01-22
drm/amdgpu: Avoid fetching vram vendor information
Lijo Lazar
-1
/
+2
2024-01-22
drm/amdgpu: update check condition of query for ras page retire
Tao Zhou
-2
/
+8
2024-01-22
drm/amdgpu: Cleanup inconsistent indenting in 'amdgpu_gfx_enable_kcq()'
Srinivasan Shanmugam
-2
/
+2
2024-01-22
drm/amdgpu:Support retiring multiple MCA error address pages
YiPeng Chai
-40
/
+77
2024-01-22
drm/amdgpu: add interface to check mca umc status
YiPeng Chai
-2
/
+35
2024-01-22
drm/amdgpu: Use asynchronous polling to handle umc_v12_0 poisoning
YiPeng Chai
-31
/
+116
2024-01-22
drm/amdgpu: Fix ras features value calltrace
Stanley.Yang
-5
/
+12
2024-01-22
drm/amdgpu: Prepare for asynchronous processing of umc page retirement
YiPeng Chai
-0
/
+39
2024-01-22
drm/amdgpu: Add log info for umc_v12_0
YiPeng Chai
-0
/
+11
2024-01-22
drm/amdgpu: Enable seq64 manager and fix bugs
Arunpravin Paneer Selvam
-52
/
+68
2024-01-19
Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-133
/
+87
2024-01-18
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+0
2024-01-18
drm/amdgpu: Enable GFXOFF for Compute on GFX11
Ori Messinger
-4
/
+2
[prev]
[next]