mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
feature: add support for cache reservation
Resolves: NEO-7849 Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c0a92c87b7
commit
b8eabdd4ce
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Intel Corporation
|
||||
* Copyright (C) 2023-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -26,6 +26,7 @@ class DrmMockExtended : public DrmMock {
|
||||
public:
|
||||
using Drm::cacheInfo;
|
||||
using Drm::engineInfo;
|
||||
using Drm::ioctlHelper;
|
||||
using Drm::memoryInfo;
|
||||
using Drm::pageFaultSupported;
|
||||
using Drm::rootDeviceEnvironment;
|
||||
|
||||
Reference in New Issue
Block a user