mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Add getter in Drm for memoryInfo
Related-To: NEO-3014 Change-Id: I56c0e13b88d27f7c6b3816bf24342cdb04108dac Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
20985f426e
commit
115d700f49
@@ -72,6 +72,10 @@ class Drm {
|
||||
bool getSimplifiedMocsTableUsage() const;
|
||||
void queryMemoryInfo();
|
||||
|
||||
MemoryInfo *getMemoryInfo() {
|
||||
return memoryInfo.get();
|
||||
}
|
||||
|
||||
protected:
|
||||
bool useSimplifiedMocsTable = false;
|
||||
bool preemptionSupported = false;
|
||||
|
||||
Reference in New Issue
Block a user