rsx: Report full method range on invalid methods

Also report full command on fifo desync event for the first time
This commit is contained in:
Eladash 2019-10-19 22:53:54 +03:00 committed by kd-11
parent 730e9cde84
commit 5de0005f5a
5 changed files with 24 additions and 15 deletions

View file

@ -2349,6 +2349,12 @@ namespace rsx
invalid_command_interrupt_raised = false;
}
u32 thread::get_fifo_cmd()
{
// Last fifo cmd for logging and utility
return fifo_ctrl->last_cmd();
}
void thread::read_barrier(u32 memory_address, u32 memory_range)
{
zcull_ctrl->read_barrier(this, memory_address, memory_range);