artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c9df9
)
drm/amdgpu: lower CS errors to debug severity
author
jsg
<jsg@openbsd.org>
Thu, 30 Nov 2023 02:56:04 +0000
(
02:56
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 30 Nov 2023 02:56:04 +0000
(
02:56
+0000)
From Christian Koenig
51ffa1a3792e3570ae2eb84d003c329b3d71da6c
in linux-6.1.y/6.1.64
17daf01ab4e3e5a5929747aa05cc15eb2bad5438
in mainline linux
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
b/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
index
3fb9076
..
b8e56b1
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
@@
-1393,7
+1393,7
@@
int amdgpu_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
if (r == -ENOMEM)
DRM_ERROR("Not enough memory for command submission!\n");
else if (r != -ERESTARTSYS && r != -EAGAIN)
- DRM_
ERROR
("Failed to process the buffer list %d!\n", r);
+ DRM_
DEBUG
("Failed to process the buffer list %d!\n", r);
goto error_fini;
}