mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Make all gmm helper members non-static
Change-Id: Idb399aa275d66905040b6317d3888c94ffb98c55
This commit is contained in:
committed by
sys_ocldev
parent
1bc7275de7
commit
89cf7532ea
@@ -223,4 +223,12 @@ int Drm::getErrno() {
|
||||
return errno;
|
||||
}
|
||||
|
||||
bool Drm::getSimplifiedMocsTableUsage() const {
|
||||
return useSimplifiedMocsTable;
|
||||
}
|
||||
|
||||
void Drm::setSimplifiedMocsTableUsage(bool value) {
|
||||
useSimplifiedMocsTable = value;
|
||||
}
|
||||
|
||||
} // namespace OCLRT
|
||||
|
||||
Reference in New Issue
Block a user