mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
L0Debug - Notify cmdQueue create for subdevices
- PROCESS ENTRY triggered for first cmdQ created Related-To: NEO-5784 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
547dd59272
commit
ebcb3faad2
@@ -337,7 +337,7 @@ class DrmMockResources : public DrmMock {
|
||||
return bindAvailable;
|
||||
}
|
||||
|
||||
uint32_t notifyFirstCommandQueueCreated() override {
|
||||
uint32_t notifyFirstCommandQueueCreated(const void *data, size_t size) override {
|
||||
ioctlCallsCount++;
|
||||
return 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user