projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bcd38d
)
drm/nouveau: silence unimportant HDMI status message
author
Alexandre Courbot
<acourbot@nvidia.com>
Wed, 2 Mar 2016 10:13:03 +0000
(19:13 +0900)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 14 Mar 2016 00:13:32 +0000
(10:13 +1000)
On non-PCI devices, nobody should really care if the device does not
provide HDMI...
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drm.c
b/drivers/gpu/drm/nouveau/nouveau_drm.c
index
bb8498c
..
30b5958
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drm.c
@@
-375,7
+375,7
@@
nouveau_get_hdmi_dev(struct nouveau_drm *drm)
struct pci_dev *pdev = drm->dev->pdev;
if (!pdev) {
-
DRM_INFO(
"not a PCI device; no HDMI\n");
+
NV_DEBUG(drm,
"not a PCI device; no HDMI\n");
drm->hdmi_device = NULL;
return;
}