Dispatch blit operation in blocked path

Change-Id: I2230bde051449bf22c74c112bbe5719aad644533
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
Related-To: NEO-3020
This commit is contained in:
Dunajski, Bartosz
2019-09-04 09:33:21 +02:00
committed by sys_ocldev
parent bf3210c1cd
commit f4008336f8
3 changed files with 66 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ class Command : public IFNode<Command> {
}
void setTimestampPacketNode(TimestampPacketContainer &current, TimestampPacketContainer &previous);
void setEventsRequest(EventsRequest &eventsRequest);
void makeTimestampPacketsResident();
void makeTimestampPacketsResident(CommandStreamReceiver &commandStreamReceiver);
TagNode<HwTimeStamps> *timestamp = nullptr;
CompletionStamp completionStamp = {};
@@ -152,5 +152,6 @@ class CommandWithoutKernel : public Command {
public:
using Command::Command;
CompletionStamp &submit(uint32_t taskLevel, bool terminated) override;
void dispatchBlitOperation();
};
} // namespace NEO