Do not set simplified field in drm command stream receiver.

Change-Id: Iab7dab8b23aa6c78a5004db89f18cc2ad18c519a
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-07-18 14:13:17 +02:00
committed by sys_ocldev
parent db190c62a0
commit 57b25eba50

View File

@@ -38,8 +38,6 @@ DrmCommandStreamReceiver<GfxFamily>::DrmCommandStreamReceiver(ExecutionEnvironme
executionEnvironment.osInterface->get()->setDrm(this->drm);
CommandStreamReceiver::osInterface = executionEnvironment.osInterface.get();
auto gmmHelper = platform()->peekExecutionEnvironment()->getGmmHelper();
gmmHelper->setSimplifiedMocsTableUsage(this->drm->getSimplifiedMocsTableUsage());
}
template <typename GfxFamily>