mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Revert "Additional method to disable compression"
This reverts commit 058679b5c2.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
064960b279
commit
b415cbae23
@@ -28,7 +28,6 @@ namespace NEO {
|
||||
class GmmHelper;
|
||||
class GraphicsAllocation;
|
||||
class TagAllocatorBase;
|
||||
class Gmm;
|
||||
struct AllocationData;
|
||||
struct AllocationProperties;
|
||||
struct EngineControl;
|
||||
@@ -154,7 +153,6 @@ class HwHelper {
|
||||
size_t initialTagCount, CommandStreamReceiverType csrType,
|
||||
DeviceBitfield deviceBitfield) const = 0;
|
||||
virtual size_t getTimestampPacketAllocatorAlignment() const = 0;
|
||||
virtual void applyAdditionalCompressionSettings(Gmm &gmm, bool isNotCompressed) const = 0;
|
||||
|
||||
static uint32_t getSubDevicesCount(const HardwareInfo *pHwInfo);
|
||||
static uint32_t getEnginesCount(const HardwareInfo &hwInfo);
|
||||
@@ -383,8 +381,6 @@ class HwHelperHw : public HwHelper {
|
||||
DeviceBitfield deviceBitfield) const override;
|
||||
size_t getTimestampPacketAllocatorAlignment() const override;
|
||||
|
||||
void applyAdditionalCompressionSettings(Gmm &gmm, bool isNotCompressed) const override;
|
||||
|
||||
protected:
|
||||
LocalMemoryAccessMode getDefaultLocalMemoryAccessMode(const HardwareInfo &hwInfo) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user