Add new PVC Device ID

diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h
index 8a8438c..2b50de2 100644
--- a/Source/inc/common/igfxfmid.h
+++ b/Source/inc/common/igfxfmid.h
@@ -1885,6 +1885,7 @@
 #define DEV_ID_0BDA                            0x0BDA
 #define DEV_ID_0BDB                            0x0BDB
 #define DEV_ID_0B69                            0x0B69
+#define DEV_ID_0B6E                            0x0B6E
 
 // Macro to identify PVC device ID
 #define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5)             ||  \
@@ -1894,7 +1895,8 @@
                              (d == DEV_ID_0BD9)             ||  \
                              (d == DEV_ID_0BDA)             ||  \
                              (d == DEV_ID_0BDB)		    ||  \
-                             (d == DEV_ID_0B69))
+                             (d == DEV_ID_0B69)             ||  \
+			     (d == DEV_ID_0B6E))
 
 //DG2 Device IDs
 #define DEV_ID_4F80                             0x4F80