artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98eb4d
)
drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
author
jsg
<jsg@openbsd.org>
Mon, 5 Aug 2024 02:35:12 +0000
(
02:35
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 5 Aug 2024 02:35:12 +0000
(
02:35
+0000)
From Tim Van Patten
6d72626808325c1986cbf90b0ce27a59b4291876
in linux-6.6.y/6.6.44
1446226d32a45bb7c4f63195a59be8c08defe658
in mainline linux
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
b/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
index
4b975ec
..
c37eb3a
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
@@
-650,7
+650,6
@@
void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
struct amdgpu_gmc *gmc = &adev->gmc;
uint32_t gc_ver = adev->ip_versions[GC_HWIP][0];
bool noretry_default = (gc_ver == IP_VERSION(9, 0, 1) ||
- gc_ver == IP_VERSION(9, 3, 0) ||
gc_ver == IP_VERSION(9, 4, 0) ||
gc_ver == IP_VERSION(9, 4, 1) ||
gc_ver == IP_VERSION(9, 4, 2) ||