mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
[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:
committed by
sys_ocldev
parent
2b6fc61e7b
commit
296c527a0b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user