Refactor getTimestampPacketAllocator method

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-03-29 14:46:41 +00:00
committed by Compute-Runtime-Automation
parent 7d64d8e00e
commit 4a2a14fd41
11 changed files with 44 additions and 18 deletions

View File

@ -120,6 +120,8 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
bool initDirectSubmission(Device &device, OsContext &osContext) override;
GraphicsAllocation *getClearColorAllocation() override;
TagAllocatorBase *getTimestampPacketAllocator() override;
protected:
void programPreemption(LinearStream &csr, DispatchFlags &dispatchFlags);
void programL3(LinearStream &csr, DispatchFlags &dispatchFlags, uint32_t &newL3Config);