summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2016-03-02 19:13:03 +0900
committerBen Skeggs <bskeggs@redhat.com>2016-03-14 10:13:32 +1000
commitf2a0adadeb53f6df93362cb18f797912224932c4 (patch)
tree8a11f9f6c94313628c5205fc2cf85148bd6e68b4 /drivers/gpu/drm/nouveau/nouveau_drm.c
parent9bcd38de5be745af218df9f569ec01b62905fabf (diff)
downloadop-kernel-dev-f2a0adadeb53f6df93362cb18f797912224932c4.zip
op-kernel-dev-f2a0adadeb53f6df93362cb18f797912224932c4.tar.gz
drm/nouveau: silence unimportant HDMI status message
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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index bb8498c..30b5958 100644
--- 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;
}
OpenPOWER on IntegriCloud