From 3d338c1c0a35f447b2daecfee894c837a88b98df Mon Sep 17 00:00:00 2001 From: Manish7093 Date: Fri, 14 Apr 2023 16:23:16 +0530 Subject: [PATCH] Add PVC Device ID --- Source/inc/common/igfxfmid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/inc/common/igfxfmid.h b/Source/inc/common/igfxfmid.h index 570ae67..1aaf216 100644 --- a/Source/inc/common/igfxfmid.h +++ b/Source/inc/common/igfxfmid.h @@ -1846,6 +1846,7 @@ typedef enum __NATIVEGTTYPE #define DEV_ID_0BD9 0x0BD9 #define DEV_ID_0BDA 0x0BDA #define DEV_ID_0BDB 0x0BDB +#define DEV_ID_0B69 0x0B69 // Macro to identify PVC device ID #define GFX_IS_XT_CONFIG(d) ((d == DEV_ID_0BD5) || \ @@ -1854,7 +1855,8 @@ typedef enum __NATIVEGTTYPE (d == DEV_ID_0BD8) || \ (d == DEV_ID_0BD9) || \ (d == DEV_ID_0BDA) || \ - (d == DEV_ID_0BDB)) + (d == DEV_ID_0BDB) || \ + (d == DEV_ID_0B69)) //DG2 Device IDs #define DEV_ID_4F80 0x4F80