artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d8999
)
change "PSP runtime database doesn't exist" from warn to info
author
jsg
<jsg@openbsd.org>
Fri, 8 Apr 2022 01:25:34 +0000
(
01:25
+0000)
committer
jsg
<jsg@openbsd.org>
Fri, 8 Apr 2022 01:25:34 +0000
(
01:25
+0000)
suggested by kettenis@
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
b/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
index
fbd720b
..
88e5d0d
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
@@
-205,7
+205,7
@@
static bool psp_get_runtime_db_entry(struct amdgpu_device *adev,
if (db_header.cookie != PSP_RUNTIME_DB_COOKIE_ID) {
/* runtime db doesn't exist, exit */
- dev_
warn
(adev->dev, "PSP runtime database doesn't exist\n");
+ dev_
info
(adev->dev, "PSP runtime database doesn't exist\n");
return false;
}