refactor: prework for setting preferred allocation method per platform

Related-To: NEO-7194
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-07-27 16:31:50 +00:00
committed by Compute-Runtime-Automation
parent 5a16411e71
commit c68c41c8c4
7 changed files with 28 additions and 13 deletions

View File

@@ -43,6 +43,10 @@ class HostPtrManager;
class OsContext;
class PrefetchManager;
enum class GfxMemoryAllocationMethod : uint32_t {
UseUmdSystemPtr,
AllocateByKmd
};
enum AllocationUsage {
TEMPORARY_ALLOCATION,
REUSABLE_ALLOCATION,