refactor: Add xe print debug key

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2024-02-02 10:00:45 +00:00
committed by Compute-Runtime-Automation
parent f55cb596c7
commit a4f7dda98f
5 changed files with 7 additions and 4 deletions

View File

@@ -1161,7 +1161,7 @@ int IoctlHelperXe::ioctl(DrmIoctl request, void *arg) {
}
void IoctlHelperXe::xeShowBindTable() {
if (debugManager.flags.PrintDebugMessages.get()) {
if (debugManager.flags.PrintXeLogs.get()) {
std::unique_lock<std::mutex> lock(xeLock);
xeLog("show bind: (<index> <handle> <userptr> <addr> <size>)\n", "");
for (unsigned int i = 0; i < bindInfo.size(); i++) {