RawSPU: execute MFC proxy cmd after reading CMDStatus

Implement MFC proxy argument sequence checking.
This commit is contained in:
eladash 2020-01-07 23:00:06 +02:00 committed by Ani
parent edcd2fc14a
commit f901846acb
3 changed files with 124 additions and 84 deletions

View file

@ -1039,7 +1039,6 @@ void spu_thread::cpu_init()
mfc_fence = 0;
ch_tag_upd = 0;
ch_tag_mask = 0;
mfc_prxy_mask = 0;
ch_tag_stat.data.raw() = {};
ch_stall_mask = 0;
ch_stall_stat.data.raw() = {};
@ -1063,6 +1062,9 @@ void spu_thread::cpu_init()
ch_snr2.data.raw() = {};
snr_config = 0;
mfc_prxy_mask.raw() = 0;
mfc_prxy_write_state = {};
}
run_ctrl.raw() = 0;