mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Revert "fix: unblock xekmd recoverable pagefaults vmbind"
This reverts commit 8f4472a26c.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b3ccf73b7
commit
ae68df3832
@@ -1055,7 +1055,11 @@ void Drm::queryPageFaultSupport() {
|
||||
return;
|
||||
}
|
||||
|
||||
pageFaultSupported = this->ioctlHelper->isPageFaultSupported();
|
||||
if (const auto paramId = ioctlHelper->getHasPageFaultParamId(); paramId) {
|
||||
int support = 0;
|
||||
const auto ret = getParamIoctl(*paramId, &support);
|
||||
pageFaultSupported = (0 == ret) && (support > 0);
|
||||
}
|
||||
}
|
||||
|
||||
bool Drm::hasPageFaultSupport() const {
|
||||
|
||||
Reference in New Issue
Block a user