mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
fix: ensure system info is queried only once
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0cdfa882eb
commit
7f6c6c6bb9
@@ -364,6 +364,7 @@ class Drm : public DriverModel {
|
||||
|
||||
bool memoryInfoQueried = false;
|
||||
bool engineInfoQueried = false;
|
||||
bool systemInfoQueried = false;
|
||||
|
||||
private:
|
||||
int getParamIoctl(DrmParam param, int *dstValue);
|
||||
|
||||
Reference in New Issue
Block a user