Enable new residency model for xe_hp_sdv and later products

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-09-13 12:26:11 +00:00
committed by Compute-Runtime-Automation
parent 09ac89339e
commit ebcbf29a85
5 changed files with 15 additions and 10 deletions

View File

@@ -560,11 +560,6 @@ bool HwHelperHw<GfxFamily>::isKmdMigrationSupported(const HardwareInfo &hwInfo)
return false;
}
template <typename GfxFamily>
bool HwHelperHw<GfxFamily>::isNewResidencyModelSupported() const {
return false;
}
template <typename GfxFamily>
bool HwHelperHw<GfxFamily>::isCooperativeEngineSupported(const HardwareInfo &hwInfo) const {
return false;