mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
fix: Set compression disabled when compression not allowed for a resource
Related-To: NEO-12375 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6880014602
commit
274c5043b9
@@ -9,10 +9,14 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
uint64_t GmmResourceInfo::getDriverProtectionBits(uint32_t overrideUsage) {
|
||||
uint64_t GmmResourceInfo::getDriverProtectionBits(uint32_t overrideUsage, bool compressionDenied) {
|
||||
return 0u;
|
||||
}
|
||||
|
||||
bool GmmResourceInfo::isResourceDenyCompressionEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GmmResourceInfo::isDisplayable() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user