mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Use MemoryClassInstance instead of drm_i915_gem_memory_class_instance
Related-To: NEO-6852 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4be1ca618d
commit
ea956a863a
@@ -83,4 +83,9 @@ struct QueryTopologyInfo {
|
||||
uint8_t data[];
|
||||
};
|
||||
|
||||
struct MemoryClassInstance {
|
||||
uint16_t memoryClass;
|
||||
uint16_t memoryInstance;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user