mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
radv: fewer than 8 RBs are possible
This fixes the subsequent assertion on Bonaire. Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
e07d5c7296
commit
388d36dfd1
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ static unsigned get_max_db(struct radv_device *device)
|
|||
|
||||
if (device->physical_device->rad_info.chip_class == SI)
|
||||
num_db = 8;
|
||||
else
|
||||
num_db = MAX2(8, num_db);
|
||||
|
||||
/* Otherwise we need to change the query reset procedure */
|
||||
assert(rb_mask == ((1ull << num_db) - 1));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue