@@ -4972,6 +4972,7 @@ void SKL_CAP(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc), RO(CORE) *RO(Core))
4972
4972
RO (Proc )-> Uncore .Bus .IOMMU_Ver .Minor ;
4973
4973
4974
4974
RO (Shm )-> Proc .Technology .GNA = !RO (Proc )-> Uncore .Bus .SKL_Cap_B .GMM_DIS ;
4975
+ RO (Shm )-> Proc .Technology .IPU = !RO (Proc )-> Uncore .Bus .SKL_Cap_B .IMGU_DIS ;
4975
4976
}
4976
4977
4977
4978
void RKL_IMC (RO (SHM_STRUCT ) * RO (Shm ), RO (PROC ) * RO (Proc ))
@@ -5289,7 +5290,10 @@ void RKL_CAP(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc), RO(CORE) *RO(Core))
5289
5290
RO (Shm )-> Proc .Technology .IOMMU_Ver_Minor = \
5290
5291
RO (Proc )-> Uncore .Bus .IOMMU_Ver .Minor ;
5291
5292
5293
+ RO (Shm )-> Proc .Technology .VMD = !RO (Proc )-> Uncore .Bus .RKL_Cap_B .VMD_DIS ;
5292
5294
RO (Shm )-> Proc .Technology .GNA = !RO (Proc )-> Uncore .Bus .RKL_Cap_B .GNA_DIS ;
5295
+ RO (Shm )-> Proc .Technology .HDCP = !RO (Proc )-> Uncore .Bus .RKL_Cap_B .HDCPD ;
5296
+ RO (Shm )-> Proc .Technology .IPU = !RO (Proc )-> Uncore .Bus .RKL_Cap_B .IPU_DIS ;
5293
5297
}
5294
5298
5295
5299
void TGL_IMC (RO (SHM_STRUCT ) * RO (Shm ), RO (PROC ) * RO (Proc ))
@@ -5843,7 +5847,10 @@ void ADL_CAP(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc), RO(CORE) *RO(Core))
5843
5847
RO (Shm )-> Proc .Technology .IOMMU_Ver_Minor = \
5844
5848
RO (Proc )-> Uncore .Bus .IOMMU_Ver .Minor ;
5845
5849
5850
+ RO (Shm )-> Proc .Technology .VMD = !RO (Proc )-> Uncore .Bus .ADL_Cap_B .VMD_DIS ;
5846
5851
RO (Shm )-> Proc .Technology .GNA = !RO (Proc )-> Uncore .Bus .ADL_Cap_B .GNA_DIS ;
5852
+ RO (Shm )-> Proc .Technology .HDCP = !RO (Proc )-> Uncore .Bus .ADL_Cap_B .HDCPD ;
5853
+ RO (Shm )-> Proc .Technology .IPU = !RO (Proc )-> Uncore .Bus .ADL_Cap_B .IPU_DIS ;
5847
5854
}
5848
5855
5849
5856
void GLK_CAP (RO (SHM_STRUCT ) * RO (Shm ), RO (PROC ) * RO (Proc ), RO (CORE ) * RO (Core ))
@@ -5866,6 +5873,7 @@ void GLK_CAP(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc), RO(CORE) *RO(Core))
5866
5873
RO (Proc )-> Uncore .Bus .IOMMU_Ver .Minor ;
5867
5874
5868
5875
RO (Shm )-> Proc .Technology .GNA = !RO (Proc )-> Uncore .Bus .GLK_Cap_B .GMM_DIS ;
5876
+ RO (Shm )-> Proc .Technology .IPU = !RO (Proc )-> Uncore .Bus .GLK_Cap_B .IMGU_DIS ;
5869
5877
}
5870
5878
5871
5879
void GLK_IMC (RO (SHM_STRUCT ) * RO (Shm ), RO (PROC ) * RO (Proc ))
@@ -5991,7 +5999,11 @@ void MTL_CAP(RO(SHM_STRUCT) *RO(Shm), RO(PROC) *RO(Proc), RO(CORE) *RO(Core))
5991
5999
RO (Shm )-> Proc .Technology .IOMMU_Ver_Minor = \
5992
6000
RO (Proc )-> Uncore .Bus .IOMMU_Ver .Minor ;
5993
6001
6002
+ RO (Shm )-> Proc .Technology .VMD = !RO (Proc )-> Uncore .Bus .MTL_Cap_B .VMD_DIS ;
5994
6003
RO (Shm )-> Proc .Technology .GNA = !RO (Proc )-> Uncore .Bus .MTL_Cap_B .GNA_DIS ;
6004
+ RO (Shm )-> Proc .Technology .HDCP = !RO (Proc )-> Uncore .Bus .MTL_Cap_B .HDCPD ;
6005
+ RO (Shm )-> Proc .Technology .IPU = !RO (Proc )-> Uncore .Bus .MTL_Cap_B .IPU_DIS ;
6006
+ RO (Shm )-> Proc .Technology .VPU = !RO (Proc )-> Uncore .Bus .MTL_Cap_C .VPU_DIS ;
5995
6007
}
5996
6008
5997
6009
void MTL_IMC (RO (SHM_STRUCT ) * RO (Shm ), RO (PROC ) * RO (Proc ))
0 commit comments