[Logging] Added ability to disable GPU related logs

This commit is contained in:
Gliniak
2025-10-29 19:50:07 +01:00
parent d68339d848
commit 51414f3e1e
3 changed files with 6 additions and 11 deletions

View File

@@ -774,8 +774,8 @@ void CommandProcessor::MakeCoherent() {
}
// TODO(benvanik): notify resource cache of base->size and type.
XELOGD("Make {:08X} -> {:08X} ({}b) coherent, action = {}", base_host,
base_host + size_host, size_host, action);
XELOGGPU("Make {:08X} -> {:08X} ({}b) coherent, action = {}", base_host,
base_host + size_host, size_host, action);
// Mark coherent.
regs_volatile[XE_GPU_REG_COHER_STATUS_HOST] = 0;