mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Get the local memory regions count from the primary source (MemoryInfo) and store for further use when using DrmMemoryManager. Add a point of dispatch (virtual `createStorageInfoFromProperties`) for further Drm-specific customizations related to StorageInfo. As the function became virtual, move one of its callers (`isLocalMemoryUsedForIsa()`) from the constructor of `MemoryManager` to respective constructors of all derivative classes. This prevents bypassing the virtual call dispatch. Related-To: NEO-9754 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>