diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2016-10-10 13:45:55 -0400 |
---|---|---|
committer | Sinclair Yeh <syeh@vmware.com> | 2016-10-10 14:15:03 -0400 |
commit | 728c3b53995f71e4b175d5939b8ba3211b6bc34d (patch) | |
tree | 3ed1bd5bc38ebc8f048cefd2de99194143fd04ae | |
parent | e7a45284ba1abcea591f7c01b05227b6698b596c (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 3 |
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 b915f621187f..ddd5e8a59723 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, | |||
4275 | ttm_bo_unref(&query_val.bo); | 4275 | ttm_bo_unref(&query_val.bo); |
4276 | ttm_bo_unref(&pinned_val.bo); | 4276 | ttm_bo_unref(&pinned_val.bo); |
4277 | vmw_dmabuf_unreference(&dev_priv->pinned_bo); | 4277 | vmw_dmabuf_unreference(&dev_priv->pinned_bo); |
4278 | DRM_INFO("Dummy query bo pin count: %d\n", | ||
4279 | dev_priv->dummy_query_bo->pin_count); | ||
4280 | |||
4281 | out_unlock: | 4278 | out_unlock: |
4282 | return; | 4279 | return; |
4283 | 4280 | ||