Register Blit CSR to CommandQueue

Change-Id: Ib22ef934492b702990ca549bab576993b0684e98
Related-To: NEO-3020
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-07-16 09:23:02 +02:00
committed by sys_ocldev
parent e4e5b5ccdf
commit 23e9e9e02e
13 changed files with 77 additions and 47 deletions

View File

@@ -335,6 +335,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
const cl_event *eventWaitList);
CommandStreamReceiver &getGpgpuCommandStreamReceiver() const;
CommandStreamReceiver *getBcsCommandStreamReceiver() const;
Device &getDevice() const { return *device; }
Context &getContext() const { return *context; }
Context *getContextPtr() const { return context; }
@@ -440,6 +441,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
Context *context = nullptr;
Device *device = nullptr;
EngineControl *gpgpuEngine = nullptr;
EngineControl *bcsEngine = nullptr;
cl_command_queue_properties commandQueueProperties = 0;