mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
refactor: bind drm context within IoctlHelper::createDrmContext method
Related-To: NEO-6999 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
efa19a0b18
commit
fffd56d7a6
@@ -19,4 +19,5 @@ class MockOsContext : public OsContext {
|
||||
MockOsContext(uint32_t contextId, const EngineDescriptor &engineDescriptorHelper)
|
||||
: OsContext(contextId, engineDescriptorHelper) {}
|
||||
};
|
||||
static_assert(sizeof(OsContext) == sizeof(MockOsContext));
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user