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:
Hoppe, Mateusz
2018-09-28 14:36:11 -07:00
committed by sys_ocldev
parent ec48ccecdb
commit ce29770d61
6 changed files with 89 additions and 37 deletions

View File

@@ -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] = {};