Improve page table manager initialization

Change-Id: Ifdd74bf93a93fcdecaae5b1276c0fa83a9664987
This commit is contained in:
Dunajski, Bartosz
2018-02-14 20:14:20 +01:00
committed by sys_ocldev
parent 4f270223d1
commit 87ed3d4fff
14 changed files with 22 additions and 120 deletions

View File

@@ -66,6 +66,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
void programCoherency(LinearStream &csr, DispatchFlags &dispatchFlags);
void waitForTaskCountWithKmdNotifyFallback(uint32_t taskCountToWait, FlushStamp flushStampToWait) override;
const HardwareInfo &peekHwInfo() const { return hwInfo; }
protected:
void programPreemption(LinearStream &csr, DispatchFlags &dispatchFlags, const LinearStream &ih);