mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 01:00:11 +00:00
rsx: Disable async count verification to avoid lockup due to zombie reports in ZCULL
This commit is contained in:
parent
ffe6c9ba5a
commit
5f047034ae
1 changed files with 3 additions and 2 deletions
|
@ -2197,8 +2197,9 @@ namespace rsx
|
||||||
{
|
{
|
||||||
zcull_ctrl->sync(this);
|
zcull_ctrl->sync(this);
|
||||||
|
|
||||||
_mm_mfence();
|
//TODO: On sync every sub-unit should finish any pending tasks
|
||||||
verify (HERE), async_tasks_pending.load() == 0;
|
//Might cause zcull lockup due to zombie 'unclaimed reports' which are not forcefully removed currently
|
||||||
|
//verify (HERE), async_tasks_pending.load() == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void thread::read_barrier(u32 memory_address, u32 memory_range)
|
void thread::read_barrier(u32 memory_address, u32 memory_range)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue