mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: move product specific ioctl helper creation out of i915 specific code
Related-To: NEO-13527 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
58223ce8e1
commit
f357ada604
@@ -446,4 +446,5 @@ class IoctlHelperPrelim20 : public IoctlHelperI915 {
|
||||
uint64_t uuid = 0;
|
||||
};
|
||||
|
||||
extern std::optional<std::function<std::unique_ptr<IoctlHelper>(Drm &drm)>> ioctlHelperFactory[IGFX_MAX_PRODUCT];
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user