[23/n] Internal 4GB allocator.

- Align SIP kernel & STATE_SIP programming.
- on Linux address may be non 0
- on Windows address is expected to be always 0

Change-Id: I385ed59ef652382f3f17d1afe55f6050d07ed1f4
This commit is contained in:
Mrozek, Michal
2018-03-29 09:06:33 +02:00
committed by sys_ocldev
parent 2b6fc61e7b
commit 296c527a0b
8 changed files with 15 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ class PreemptionHelper {
static size_t getRequiredPreambleSize(const Device &device);
template <typename GfxFamily>
static void programPreamble(LinearStream &preambleCmdStream, const Device &device, const GraphicsAllocation *preemptionCsr);
static void programPreamble(LinearStream &preambleCmdStream, Device &device, const GraphicsAllocation *preemptionCsr);
template <typename GfxFamily>
static size_t getRequiredCmdStreamSize(PreemptionMode newPreemptionMode, PreemptionMode oldPreemptionMode);