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:
@@ -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 },
|
.DynamicStateBaseAddress = { &device->dynamic_state_block_pool.bo, 0 },
|
||||||
.DynamicStateMemoryObjectControlState = GEN7_MOCS,
|
.DynamicStateMemoryObjectControlState = GEN7_MOCS,
|
||||||
.DynamicStateBaseAddressModifyEnable = true,
|
.DynamicStateBaseAddressModifyEnable = true,
|
||||||
.DynamicStateAccessUpperBound = { &device->dynamic_state_block_pool.bo,
|
|
||||||
device->dynamic_state_block_pool.bo.size },
|
|
||||||
.DynamicStateAccessUpperBoundModifyEnable = true,
|
|
||||||
|
|
||||||
.IndirectObjectBaseAddress = { NULL, 0 },
|
.IndirectObjectBaseAddress = { NULL, 0 },
|
||||||
.IndirectObjectMemoryObjectControlState = GEN7_MOCS,
|
.IndirectObjectMemoryObjectControlState = GEN7_MOCS,
|
||||||
|
Reference in New Issue
Block a user