mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
anv/gen7: Don't use the upper bound on dynamic state base address
It doesn't do much for us and, if we have to resize the dynamic state block pool for any reason, it becomes out-of-date.
This commit is contained in:
parent
f0390bcad6
commit
b707e90b6e
1 changed files with 0 additions and 3 deletions
|
|
@ -91,9 +91,6 @@ genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer)
|
|||
.DynamicStateBaseAddress = { &device->dynamic_state_block_pool.bo, 0 },
|
||||
.DynamicStateMemoryObjectControlState = GEN7_MOCS,
|
||||
.DynamicStateBaseAddressModifyEnable = true,
|
||||
.DynamicStateAccessUpperBound = { &device->dynamic_state_block_pool.bo,
|
||||
device->dynamic_state_block_pool.bo.size },
|
||||
.DynamicStateAccessUpperBoundModifyEnable = true,
|
||||
|
||||
.IndirectObjectBaseAddress = { NULL, 0 },
|
||||
.IndirectObjectMemoryObjectControlState = GEN7_MOCS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue