mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
radv: fewer than 8 RBs are possible
This fixes the subsequent assertion on Bonaire.
Reviewed-by: Dave Airlie <airlied@redhat.com>
(cherry picked from commit 388d36dfd1)
This commit is contained in:
parent
8bd7d8c042
commit
f66de22af4
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