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:
Mateusz Jablonski
2024-12-18 09:45:58 +00:00
committed by Compute-Runtime-Automation
parent 58223ce8e1
commit f357ada604
6 changed files with 13 additions and 26 deletions

View File

@@ -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