mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
fix: disable xe2 compression only on needed platforms
Related-To: NEO-13381, NEO-13382 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5f346b57b0
commit
d37943da29
@@ -42,11 +42,6 @@ bool ReleaseHelperHw<release>::isDisablingMsaaRequired() const {
|
||||
return (hardwareIpVersion.value == AOT::PTL_U_A0);
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ReleaseHelperHw<release>::getFtrXe2Compression() const {
|
||||
return !(hardwareIpVersion.value == AOT::PTL_U_A0);
|
||||
}
|
||||
|
||||
template <>
|
||||
bool ReleaseHelperHw<release>::isBindlessAddressingDisabled() const {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user