Move memory management to core.

Change-Id: Ifa9233960f81095e293df631da9422608535171d
This commit is contained in:
Mrozek, Michal
2019-07-12 11:33:09 +02:00
committed by sys_ocldev
parent 2cec1869fd
commit e58273fac2
23 changed files with 25 additions and 25 deletions

View File

@@ -8,6 +8,7 @@
#include "drm_memory_manager_tests.h"
#include "core/helpers/ptr_math.h"
#include "core/unit_tests/helpers/memory_management.h"
#include "runtime/command_stream/device_command_stream.h"
#include "runtime/command_stream/linear_stream.h"
#include "runtime/command_stream/preemption.h"
@@ -29,7 +30,6 @@
#include "runtime/utilities/tag_allocator.h"
#include "test.h"
#include "unit_tests/helpers/debug_manager_state_restore.h"
#include "unit_tests/helpers/memory_management.h"
#include "unit_tests/mocks/linux/mock_drm_command_stream_receiver.h"
#include "unit_tests/mocks/mock_context.h"
#include "unit_tests/mocks/mock_gmm.h"