summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-04-27 13:08:25 +0200
committerMarek Olšák <[email protected]>2011-04-27 13:16:35 +0200
commit7e5953fca219ae472f3a933fc93c9e6bb61f7a49 (patch)
treea9f58ac611eb8bc27d2b876d39dd3ff933f1dedd /src/gallium/drivers/nv50/nv50_screen.c
parent31200d0688b67a0d764ad7fe4c2761d0f8d993d8 (diff)
gallium/nouveau: fix printf warnings
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.c b/src/gallium/drivers/nv50/nv50_screen.c
index 641ad7e2780..a2f13e3d703 100644
--- a/src/gallium/drivers/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nv50/nv50_screen.c
@@ -469,7 +469,7 @@ nv50_screen_create(struct pipe_winsys *ws, struct nouveau_device *dev)
screen->tls_size = tls_space * max_warps * 32;
- debug_printf("max_warps = %i, tls_size = %lu KiB\n",
+ debug_printf("max_warps = %i, tls_size = %llu KiB\n",
max_warps, screen->tls_size >> 10);
ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, screen->tls_size,