mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 22:30:11 +01: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(
|
||||
q.device
|
||||
.screen
|
||||
.resource_create_buffer(printf_size, ResourceType::Normal)
|
||||
.resource_create_buffer(printf_size, ResourceType::Staging)
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue