summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2016-10-10 10:45:55 -0700
committerSinclair Yeh <syeh@vmware.com>2016-10-10 11:15:03 -0700
commit728c3b53995f71e4b175d5939b8ba3211b6bc34d (patch)
tree3ed1bd5bc38ebc8f048cefd2de99194143fd04ae /drivers/gpu
parente7a45284ba1abcea591f7c01b05227b6698b596c (diff)
downloadop-kernel-dev-728c3b53995f71e4b175d5939b8ba3211b6bc34d.zip
op-kernel-dev-728c3b53995f71e4b175d5939b8ba3211b6bc34d.tar.gz
drm/vmwgfx: Remove a leftover debug printout
Remove a leftover debug printout Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com> Signed-off-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
index b915f62..ddd5e8a 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
@@ -4275,9 +4275,6 @@ void __vmw_execbuf_release_pinned_bo(struct vmw_private *dev_priv,
ttm_bo_unref(&query_val.bo);
ttm_bo_unref(&pinned_val.bo);
vmw_dmabuf_unreference(&dev_priv->pinned_bo);
- DRM_INFO("Dummy query bo pin count: %d\n",
- dev_priv->dummy_query_bo->pin_count);
-
out_unlock:
return;
OpenPOWER on IntegriCloud