aboutsummaryrefslogtreecommitdiffstats
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
parentdrm/nouveau/bo: consider DMA buffers on x86 only (diff)
downloadlinux-dev-f2a0adadeb53f6df93362cb18f797912224932c4.tar.xz
linux-dev-f2a0adadeb53f6df93362cb18f797912224932c4.zip
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 bb8498c9b13e..30b59586a651 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;
}