mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
rusticl: allocate printf buffer as staging
Signed-off-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>
This commit is contained in:
parent
3abbeed74f
commit
186a22712f
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ impl Kernel {
|
||||||
let buf = Arc::new(
|
let buf = Arc::new(
|
||||||
q.device
|
q.device
|
||||||
.screen
|
.screen
|
||||||
.resource_create_buffer(printf_size, ResourceType::Normal)
|
.resource_create_buffer(printf_size, ResourceType::Staging)
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue