]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/vmwgfx: Remove a leftover debug printout
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 10 Oct 2016 17:45:55 +0000 (10:45 -0700)
committerSinclair Yeh <syeh@vmware.com>
Mon, 10 Oct 2016 18:15:03 +0000 (11:15 -0700)
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>
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c

index b915f621187f6b135bb5b2aa9c061a1d5d0dd944..ddd5e8a597235f56faa09ff8ccd37aa0ce67c45e 100644 (file)
@@ -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;