mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
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:
committed by
sys_ocldev
parent
db190c62a0
commit
57b25eba50
@@ -38,8 +38,6 @@ DrmCommandStreamReceiver<GfxFamily>::DrmCommandStreamReceiver(ExecutionEnvironme
|
|||||||
|
|
||||||
executionEnvironment.osInterface->get()->setDrm(this->drm);
|
executionEnvironment.osInterface->get()->setDrm(this->drm);
|
||||||
CommandStreamReceiver::osInterface = executionEnvironment.osInterface.get();
|
CommandStreamReceiver::osInterface = executionEnvironment.osInterface.get();
|
||||||
auto gmmHelper = platform()->peekExecutionEnvironment()->getGmmHelper();
|
|
||||||
gmmHelper->setSimplifiedMocsTableUsage(this->drm->getSimplifiedMocsTableUsage());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename GfxFamily>
|
template <typename GfxFamily>
|
||||||
|
|||||||
Reference in New Issue
Block a user