radv/gfx10: enable CLEAR_state
It actually works. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
@@ -354,8 +354,7 @@ radv_physical_device_init(struct radv_physical_device *device,
|
||||
/* The mere presence of CLEAR_STATE in the IB causes random GPU hangs
|
||||
* on GFX6.
|
||||
*/
|
||||
device->has_clear_state = device->rad_info.chip_class >= GFX7 &&
|
||||
device->rad_info.chip_class <= GFX9;
|
||||
device->has_clear_state = device->rad_info.chip_class >= GFX7;
|
||||
|
||||
device->cpdma_prefetch_writes_memory = device->rad_info.chip_class <= GFX8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user