mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-21 10:33:07 +08:00
test: remove isUsingNonDefaultIoctls trait, use gen matcher instead
Related-To: NEO-12803 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2b493be141
commit
aa7f06ca58
@@ -14,7 +14,6 @@ struct TestTraits<IGFX_GEN12LP_CORE> {
|
||||
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
|
||||
static constexpr bool iohInSbaSupported = true;
|
||||
static constexpr bool auxTranslationSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
static constexpr bool implementsPreambleThreadArbitration = false;
|
||||
static constexpr bool forceGpuNonCoherent = true;
|
||||
|
||||
@@ -28,5 +28,4 @@ struct TestTraits<IGFX_XE2_HPG_CORE> {
|
||||
static constexpr bool isPipeControlExtendedPriorToNonPipelinedStateCommandSupported = false;
|
||||
static constexpr bool largeGrfModeInStateComputeModeSupported = true;
|
||||
static constexpr bool heaplessAllowed = false;
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
};
|
||||
|
||||
@@ -23,7 +23,6 @@ struct TestTraits<IGFX_XE_HPC_CORE> {
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
static constexpr bool fusedEuDispatchSupported = false;
|
||||
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
||||
static constexpr bool isUsingNonDefaultIoctls = true;
|
||||
static constexpr bool forceGpuNonCoherent = false;
|
||||
static constexpr bool isUnTypedDataPortCacheFlushSupported = true;
|
||||
static constexpr bool imagesSupported = false;
|
||||
|
||||
@@ -21,7 +21,6 @@ struct TestTraits<IGFX_XE_HPG_CORE> {
|
||||
static constexpr bool iohInSbaSupported = false;
|
||||
static constexpr bool auxTranslationSupported = true;
|
||||
static constexpr bool deviceEnqueueSupport = false;
|
||||
static constexpr bool isUsingNonDefaultIoctls = true;
|
||||
static constexpr bool fusedEuDispatchSupported = true;
|
||||
static constexpr bool numberOfWalkersInCfeStateSupported = true;
|
||||
static constexpr bool forceGpuNonCoherent = false;
|
||||
|
||||
Reference in New Issue
Block a user