mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
fix: remove check for xe vmbind flags support
bind immediate and readonly flags are already available in upstream Related-To: NEO-12774 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fa4a1a5f1f
commit
f8e77d5f43
@@ -214,10 +214,8 @@ class IoctlHelperXe : public IoctlHelper {
|
||||
struct SupportedFeatures {
|
||||
union {
|
||||
struct {
|
||||
uint32_t vmBindReadOnly : 1;
|
||||
uint32_t vmBindImmediate : 1;
|
||||
uint32_t pageFault : 1;
|
||||
uint32_t reserved : 29;
|
||||
uint32_t reserved : 31;
|
||||
} flags;
|
||||
uint32_t allFlags = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user