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
2025-10-20
drm/amdgpu: query block error count of ras module
YiPeng Chai
-1
/
+28
2025-10-20
drm/amdgpu: Add logic for VF data exchange region to init from dynamic crit_r...
Ellen Pan
-19
/
+85
2025-10-20
drm/amdgpu: Add logic for VF ipd and VF bios to init from dynamic crit_region...
Ellen Pan
-14
/
+85
2025-10-20
drm/amdgpu: Reuse fw_vram_usage_* for dynamic critical region in SRIOV
Ellen Pan
-18
/
+30
2025-10-20
drm/amdgpu: Introduce SRIOV critical regions v2 during VF init
Ellen Pan
-0
/
+220
2025-10-20
drm/amdgpu: Add SRIOV crit_region_version support
Ellen Pan
-9
/
+32
2025-10-20
drm/amdgpu: Updated naming of SRIOV critical region offsets/sizes with _V1 su...
Ellen Pan
-24
/
+46
2025-10-20
drm/amdgpu: query bad page info of ras module
YiPeng Chai
-44
/
+98
2025-10-20
drm/amdgpu: ras module supports error injection
YiPeng Chai
-0
/
+24
2025-10-20
drm/amd: Fix set but not used warnings
Tiezhu Yang
-5
/
+5
2025-10-20
drm/amdgpu: Add ras module ip block to amdgpu discovery
YiPeng Chai
-1
/
+21
2025-10-20
drm/amdgpu: check save count before RAS bad page saving
Tao Zhou
-1
/
+1
2025-10-20
drm/amdgpu: add the kernel docs for alloc/free/valid range
Sunil Khatri
-0
/
+33
2025-10-20
drm/amdgpu: use GPU_HDP_FLUSH for sriov
Victor Zhao
-3
/
+95
2025-10-20
drm/amdgpu: Add kiq hdp flush callbacks
Victor Zhao
-2
/
+8
2025-10-20
drm/amd: Add a helper to tell whether an IP block HW is enabled
Mario Limonciello
-1
/
+24
2025-10-20
drm/amdgpu: Fix vram_usage underflow
Alysa Liu
-3
/
+1
2025-10-20
drm/amdgpu: Use memset32 for IB padding
Tvrtko Ursulin
-2
/
+10
2025-10-20
drm/amdgpu: Add ras module eeprom safety watermark check
YiPeng Chai
-0
/
+4
2025-10-20
drm/amdgpu: Avoid hive seqno increment in legacy ras
YiPeng Chai
-0
/
+3
2025-10-20
drm/amdgpu: Avoid loading bad pages into legacy ras
YiPeng Chai
-0
/
+3
2025-10-20
drm/amdgpu: add ras module rma check
YiPeng Chai
-0
/
+3
2025-10-20
drm/amdgpu: Improve ras fatal error handling function
YiPeng Chai
-9
/
+9
2025-10-20
drm/amdgpu: Intercept ras interrupts to ras module
YiPeng Chai
-0
/
+31
2025-10-18
drm/client: Remove holds_console_lock parameter from suspend/resume
Thomas Zimmermann
-4
/
+4
2025-10-13
drm/amdgpu: update remove after reset flag for MES remove queue
Jonathan Kim
-0
/
+9
2025-10-13
drm/amdgpu: Add ras module files into amdgpu
YiPeng Chai
-1
/
+8
2025-10-13
drm/amdgpu/userqueue: validate userptrs for userqueues
Sunil Khatri
-0
/
+79
2025-10-13
drm/amdgpu: update the functions to use amdgpu version of hmm
Sunil Khatri
-34
/
+49
2025-10-13
drm/amdgpu: Reserve discovery TMR only if needed
Lijo Lazar
-14
/
+19
2025-10-13
drm/amdgpu: Move reset-on-init sequence earlier
Lijo Lazar
-3
/
+2
2025-10-13
drm/amdgpu: Add amdgpu_discovery_info
Lijo Lazar
-97
/
+129
2025-10-13
drm/amdgpu: Reorganize sysfs ini/fini calls
Lijo Lazar
-37
/
+51
2025-10-13
drm/amdgpu: clean up and unify hw fence handling
Alex Deucher
-167
/
+63
2025-10-13
drm/amdgpu/userq: drop VCN and VPE doorbell handling
Alex Deucher
-11
/
+0
2025-10-13
drm/amd: Pass userq suspend failures up to caller
Mario Limonciello
-1
/
+3
2025-10-13
drm/amd: Fix error handling with multiple userq IDRs
Mario Limonciello
-14
/
+11
2025-10-13
drm/amd: Pass IP suspend errors up to callers
Mario Limonciello
-3
/
+8
2025-10-13
drm/amd: Don't always set IP block HW status to false
Mario Limonciello
-1
/
+0
2025-10-13
drm/amd: Remove comment about handling errors in amdgpu_device_ip_suspend_pha...
Mario Limonciello
-1
/
+0
2025-10-13
drm/amd: Stop exporting amdgpu_device_ip_suspend() outside amdgpu_device
Mario Limonciello
-2
/
+1
2025-10-13
drm/amd: Unify shutdown() callback behavior
Mario Limonciello
-1
/
+2
2025-10-13
drm/amdgpu: validate userq va for GEM unmap
Prike Liang
-0
/
+46
2025-10-13
drm/amdgpu: validate the queue va for resuming the queue
Prike Liang
-0
/
+44
2025-10-13
drm/amdgpu: keeping waiting userq fence infinitely
Prike Liang
-4
/
+9
2025-10-13
drm/amdgpu: track the userq bo va for its obj management
Prike Liang
-0
/
+36
2025-10-13
drm/amdgpu: add userq object va track helpers
Prike Liang
-21
/
+52
2025-10-13
drm/amdgpu: reduce queue timeout to 2 seconds v2
Christian König
-58
/
+47
2025-10-13
drm/amdgpu/mes: adjust the VMID masks
Alex Deucher
-2
/
+2
2025-10-13
drm/amdgpu: Skip SDMA suspend during mode-2 reset
Lijo Lazar
-0
/
+4
[prev]
[next]