mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set
Fixes:50fd253bd6("radv/winsys: Add priority handling during submit.") Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> (cherry picked from commit5e18000d1b)
This commit is contained in:
parent
b4419fdba5
commit
e304007d87
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ static int radv_amdgpu_create_bo_list(struct radv_amdgpu_winsys *ws,
|
|||
assert(num < ws->num_buffers);
|
||||
handles[num].bo_handle = bo->bo_handle;
|
||||
handles[num].bo_priority = bo->priority;
|
||||
num++;
|
||||
}
|
||||
|
||||
r = amdgpu_bo_list_create_raw(ws->dev, ws->num_buffers,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue