fix: Use prelim prefix for xe debug sysfs file name

Related-to: NEO-7979

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
This commit is contained in:
Brandon Yates
2024-09-13 16:09:49 +00:00
committed by Compute-Runtime-Automation
parent 42cec5893f
commit 33364baae7
3 changed files with 5 additions and 1 deletions

View File

@@ -8,3 +8,5 @@
#pragma once
#include "third_party/uapi-eudebug/drm/xe_drm.h"
constexpr const char *sysFsXeEuDebugFile = "/device/enable_eudebug";

View File

@@ -9,6 +9,8 @@
#include "shared/source/os_interface/linux/xe/xedrm_prelim.h"
constexpr const char *sysFsXeEuDebugFile = "/device/prelim_enable_eudebug";
#define DRM_IOCTL_XE_DEBUG_METADATA_DESTROY PRELIM_DRM_IOCTL_XE_DEBUG_METADATA_DESTROY
#define DRM_IOCTL_XE_DEBUG_METADATA_CREATE PRELIM_DRM_IOCTL_XE_DEBUG_METADATA_CREATE
#define DRM_IOCTL_XE_EUDEBUG_CONNECT PRELIM_DRM_IOCTL_XE_EUDEBUG_CONNECT