mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
42cec5893f
commit
33364baae7
@@ -8,3 +8,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "third_party/uapi-eudebug/drm/xe_drm.h"
|
||||
|
||||
constexpr const char *sysFsXeEuDebugFile = "/device/enable_eudebug";
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user