mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Remove default support for DCD
Related-To: NEO-7213 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
21ac5f2835
commit
a3e923e359
@@ -62,7 +62,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
|
||||
false, // ftrRenderCompressedImages
|
||||
false, // ftr64KBpages
|
||||
true, // instrumentationEnabled
|
||||
true, // sourceLevelDebuggerSupported
|
||||
false, // sourceLevelDebuggerSupported
|
||||
true, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
|
||||
@@ -63,7 +63,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
|
||||
false, // ftrRenderCompressedImages
|
||||
true, // ftr64KBpages
|
||||
true, // instrumentationEnabled
|
||||
true, // sourceLevelDebuggerSupported
|
||||
false, // sourceLevelDebuggerSupported
|
||||
true, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
|
||||
@@ -62,7 +62,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
|
||||
false, // ftrRenderCompressedImages
|
||||
false, // ftr64KBpages
|
||||
true, // instrumentationEnabled
|
||||
true, // sourceLevelDebuggerSupported
|
||||
false, // sourceLevelDebuggerSupported
|
||||
true, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
|
||||
@@ -63,7 +63,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
false, // ftrRenderCompressedImages
|
||||
true, // ftr64KBpages
|
||||
true, // instrumentationEnabled
|
||||
true, // sourceLevelDebuggerSupported
|
||||
false, // sourceLevelDebuggerSupported
|
||||
true, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
|
||||
@@ -62,7 +62,7 @@ const RuntimeCapabilityTable SKL::capabilityTable{
|
||||
false, // ftrRenderCompressedImages
|
||||
true, // ftr64KBpages
|
||||
true, // instrumentationEnabled
|
||||
true, // sourceLevelDebuggerSupported
|
||||
false, // sourceLevelDebuggerSupported
|
||||
true, // supportsVme
|
||||
false, // supportCacheFlushAfterWalker
|
||||
true, // supportsImages
|
||||
|
||||
Reference in New Issue
Block a user