Merge pull request #2743 from FernandoS27/surpress-assert
Downgrade and suppress a series of GPU asserts and debug messages.
This commit is contained in:
commit
31e8a61527
9 changed files with 36 additions and 29 deletions
|
@ -38,7 +38,7 @@ void MaxwellDMA::CallMethod(const GPU::MethodCall& method_call) {
|
|||
}
|
||||
|
||||
void MaxwellDMA::HandleCopy() {
|
||||
LOG_WARNING(HW_GPU, "Requested a DMA copy");
|
||||
LOG_TRACE(HW_GPU, "Requested a DMA copy");
|
||||
|
||||
const GPUVAddr source = regs.src_address.Address();
|
||||
const GPUVAddr dest = regs.dst_address.Address();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue