projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a38200
)
overlay: Remove the double ':' from object comm names
author
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 18 Aug 2013 17:54:04 +0000
(18:54 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Sun, 18 Aug 2013 17:55:12 +0000
(18:55 +0100)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
overlay/overlay.c
patch
|
blob
|
history
diff --git
a/overlay/overlay.c
b/overlay/overlay.c
index
3faabfc
..
65197a0
100644
(file)
--- a/
overlay/overlay.c
+++ b/
overlay/overlay.c
@@
-486,7
+486,7
@@
static void show_gem_objects(struct overlay_context *ctx, struct overlay_gem_obj
if ((comm->bytes >> 20) == 0)
break;
- sprintf(buf, " %s
:
%ldMB, %d objects",
+ sprintf(buf, " %s %ldMB, %d objects",
comm->name, comm->bytes >> 20, comm->count);
cairo_set_source_rgba(ctx->cr, 1, 1, 1, 1);
cairo_move_to(ctx->cr, x, y);