Mesa (master): i965: Make a slight distinction in perf debug for BOs versus miptrees.

Eric Anholt anholt at kemper.freedesktop.org
Fri Aug 30 18:31:28 UTC 2013


Module: Mesa
Branch: master
Commit: 535fbf286c0557a41a119515016f864f88f00527
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=535fbf286c0557a41a119515016f864f88f00527

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Aug 27 12:25:58 2013 -0700

i965: Make a slight distinction in perf debug for BOs versus miptrees.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Paul Berry <stereotype441 at gmail.com>

---

 src/mesa/drivers/dri/i965/intel_mipmap_tree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
index f8cf96f..5f8041f 100644
--- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
+++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
@@ -1635,7 +1635,7 @@ intel_miptree_map_raw(struct brw_context *brw, struct intel_mipmap_tree *mt)
 
    if (unlikely(INTEL_DEBUG & DEBUG_PERF)) {
       if (drm_intel_bo_busy(bo)) {
-         perf_debug("Mapping a busy BO, causing a stall on the GPU.\n");
+         perf_debug("Mapping a busy miptree, causing a stall on the GPU.\n");
       }
    }
 




More information about the mesa-commit mailing list