diff --git a/src/intel/dev/intel_device_info.py b/src/intel/dev/intel_device_info.py index 7a7b25cfb09..64345ae64c4 100644 --- a/src/intel/dev/intel_device_info.py +++ b/src/intel/dev/intel_device_info.py @@ -229,6 +229,9 @@ Struct("intel_device_info_pat_desc", Member("intel_device_info_pat_entry", "scanout", comment="scanout and external BOs"), + Member("intel_device_info_pat_entry", "compressed", + comment="Only supported in Xe2, compressed + WC"), + Member("intel_device_info_pat_entry", "writeback_incoherent", comment=("BOs without special needs, can be WB not coherent " "or WC it depends on the platforms and KMD")),