sna/gen8: Update DBG output of surface offset
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
5ddd106e8f
commit
12fc668794
|
|
@ -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"));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue