mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-06 14:58:28 +02:00
hk: perf debug sparse binding
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33682>
This commit is contained in:
parent
e84c5b3a07
commit
7f5271e42d
1 changed files with 2 additions and 0 deletions
|
|
@ -470,6 +470,8 @@ hk_flush_bind(struct hk_bind_builder *b)
|
|||
return b->result;
|
||||
}
|
||||
|
||||
perf_debug(b->dev, "Sparse bind");
|
||||
|
||||
uint64_t va_addr = b->va->addr + b->resourceOffset;
|
||||
|
||||
/* If we have an image with sparse residency, we have a userspace-managed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue