sna/gen8: Update DBG output of surface offset

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-09-19 11:00:39 +01:00
parent 5ddd106e8f
commit 12fc668794
1 changed files with 2 additions and 2 deletions

View File

@ -1396,8 +1396,8 @@ gen8_bind_bo(struct sna *sna,
kgem_bo_set_binding(bo, format | is_dst << 30 | is_scanout << 31, offset);
DBG(("[%x] bind bo(handle=%d, addr=%d), format=%d, width=%d, height=%d, pitch=%d, tiling=%d -> %s\n",
offset, bo->handle, ss[1],
DBG(("[%x] bind bo(handle=%d, addr=%lx), format=%d, width=%d, height=%d, pitch=%d, tiling=%d -> %s\n",
offset, bo->handle, *(uint64_t *)(ss+8),
format, width, height, bo->pitch, bo->tiling,
domains & 0xffff ? "render" : "sampler"));