mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 12:30:47 +02:00
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:
parent
c41545c2f5
commit
d36af71f44
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue