mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: Add xe print debug key
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f55cb596c7
commit
a4f7dda98f
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user