mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix start and dispatch blitter commands in direct mode
Related-To: NEO-5010 Change-Id: I3d03ef39325adb2beba26a989906381f5eccc4ff Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
5d9467b753
commit
27c281a044
@ -101,7 +101,8 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
bool initDirectSubmission(Device &device, OsContext &osContext) override;
|
||||
bool checkDirectSubmissionSupportsEngine(const DirectSubmissionProperties &directSubmissionProperty,
|
||||
aub_stream::EngineType contextEngineType,
|
||||
bool &startOnInit);
|
||||
bool &startOnInit,
|
||||
bool &startInContext);
|
||||
|
||||
protected:
|
||||
void programPreemption(LinearStream &csr, DispatchFlags &dispatchFlags);
|
||||
|
Reference in New Issue
Block a user