mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Enable recoverable page faults by default on faultable hardware
Related-To: NEO-6355 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
be855d7a47
commit
4591b27900
@@ -114,14 +114,6 @@ class DrmMock : public Drm {
|
||||
queryPageFaultSupportCalled = true;
|
||||
}
|
||||
|
||||
bool hasPageFaultSupport() const override {
|
||||
if (DebugManager.flags.EnableRecoverablePageFaults.get() != -1) {
|
||||
return !!DebugManager.flags.EnableRecoverablePageFaults.get();
|
||||
}
|
||||
|
||||
return pageFaultSupported;
|
||||
}
|
||||
|
||||
uint32_t createDrmContext(uint32_t drmVmId, bool isDirectSubmissionRequested, bool isCooperativeContextRequested) override {
|
||||
capturedCooperativeContextRequest = isCooperativeContextRequested;
|
||||
if (callBaseCreateDrmContext) {
|
||||
|
||||
Reference in New Issue
Block a user