mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Extend PhysicalAddressAllocator with page size and alignement
- this allows for reserving 64k pages or bigger with specified alignement if required Change-Id: I256d6c0d9e7fee0e2bac5f4ab5e4fd49ea9d8d50
This commit is contained in:
committed by
sys_ocldev
parent
ec48ccecdb
commit
ce29770d61
@@ -9,11 +9,12 @@
|
||||
#include "runtime/gen_common/hw_cmds.h"
|
||||
#include "runtime/helpers/hw_info.h"
|
||||
#include "runtime/helpers/hw_helper.h"
|
||||
#include "instrumentation.h"
|
||||
#include "runtime/memory_manager/memory_constants.h"
|
||||
#include "runtime/os_interface/hw_info_config.h"
|
||||
#include "runtime/os_interface/debug_settings_manager.h"
|
||||
|
||||
#include "instrumentation.h"
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
HwInfoConfig *hwInfoConfigFactory[IGFX_MAX_PRODUCT] = {};
|
||||
|
||||
Reference in New Issue
Block a user