mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: remove not needed code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
07499f626d
commit
8e7959b243
@@ -67,15 +67,6 @@ class PreemptionHelper {
|
||||
static void programCmdStream(LinearStream &cmdStream, PreemptionMode newPreemptionMode, PreemptionMode oldPreemptionMode,
|
||||
GraphicsAllocation *preemptionCsr);
|
||||
|
||||
template <typename GfxFamily>
|
||||
static size_t getPreemptionWaCsSize(const Device &device);
|
||||
|
||||
template <typename GfxFamily>
|
||||
static void applyPreemptionWaCmdsBegin(LinearStream *pCommandStream, const Device &device);
|
||||
|
||||
template <typename GfxFamily>
|
||||
static void applyPreemptionWaCmdsEnd(LinearStream *pCommandStream, const Device &device);
|
||||
|
||||
static PreemptionMode getDefaultPreemptionMode(const HardwareInfo &hwInfo);
|
||||
|
||||
template <typename GfxFamily, typename InterfaceDescriptorType>
|
||||
|
||||
@@ -120,18 +120,6 @@ size_t PreemptionHelper::getRequiredStateSipCmdSize(Device &device, bool isRcs)
|
||||
return size;
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
size_t PreemptionHelper::getPreemptionWaCsSize(const Device &device) {
|
||||
return 0u;
|
||||
}
|
||||
template <typename GfxFamily>
|
||||
void PreemptionHelper::applyPreemptionWaCmdsBegin(LinearStream *pCommandStream, const Device &device) {
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
void PreemptionHelper::applyPreemptionWaCmdsEnd(LinearStream *pCommandStream, const Device &device) {
|
||||
}
|
||||
|
||||
template <typename GfxFamily, typename InterfaceDescriptorType>
|
||||
void PreemptionHelper::programInterfaceDescriptorDataPreemption(InterfaceDescriptorType *idd, PreemptionMode preemptionMode) {
|
||||
using INTERFACE_DESCRIPTOR_DATA = typename GfxFamily::INTERFACE_DESCRIPTOR_DATA;
|
||||
|
||||
Reference in New Issue
Block a user