fix: correct query topology on xe

Related-To: NEO-7996
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-06-20 07:34:12 +00:00
committed by Compute-Runtime-Automation
parent 74082703ed
commit 082d33bb7c
17 changed files with 643 additions and 388 deletions

View File

@@ -85,6 +85,16 @@ struct QueryTopologyInfo {
uint8_t data[];
};
struct DrmQueryTopologyData {
int sliceCount = 0;
int subSliceCount = 0;
int euCount = 0;
int maxSliceCount = 0;
int maxSubSliceCount = 0;
int maxEuCount = 0;
};
struct MemoryClassInstance {
uint16_t memoryClass;
uint16_t memoryInstance;