Re: [PATCH] drm/i915: Add new PCI IDs to DG2 platform in driver

2024-03-26 Thread Matt Roper
On Tue, Mar 26, 2024 at 04:02:41PM +0530, Ravi Kumar Vodapalli wrote:
> New PCI IDs are added in Bspec for DG2 platform, add them in driver
> 
> Bspec: 44477
> Signed-off-by: Ravi Kumar Vodapalli 

Reviewed-by: Matt Roper 

> ---
>  include/drm/i915_pciids.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 28a96aa1e08f..85ce33ad6e26 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -711,7 +711,9 @@
>   INTEL_VGA_DEVICE(0x5692, info), \
>   INTEL_VGA_DEVICE(0x56A0, info), \
>   INTEL_VGA_DEVICE(0x56A1, info), \
> - INTEL_VGA_DEVICE(0x56A2, info)
> + INTEL_VGA_DEVICE(0x56A2, info), \
> + INTEL_VGA_DEVICE(0x56BE, info), \
> + INTEL_VGA_DEVICE(0x56BF, info)
>  
>  #define INTEL_DG2_G11_IDS(info) \
>   INTEL_VGA_DEVICE(0x5693, info), \
> -- 
> 2.25.1
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


[PATCH] drm/i915: Add new PCI IDs to DG2 platform in driver

2024-03-26 Thread Ravi Kumar Vodapalli
New PCI IDs are added in Bspec for DG2 platform, add them in driver

Bspec: 44477
Signed-off-by: Ravi Kumar Vodapalli 
---
 include/drm/i915_pciids.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 28a96aa1e08f..85ce33ad6e26 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -711,7 +711,9 @@
INTEL_VGA_DEVICE(0x5692, info), \
INTEL_VGA_DEVICE(0x56A0, info), \
INTEL_VGA_DEVICE(0x56A1, info), \
-   INTEL_VGA_DEVICE(0x56A2, info)
+   INTEL_VGA_DEVICE(0x56A2, info), \
+   INTEL_VGA_DEVICE(0x56BE, info), \
+   INTEL_VGA_DEVICE(0x56BF, info)
 
 #define INTEL_DG2_G11_IDS(info) \
INTEL_VGA_DEVICE(0x5693, info), \
-- 
2.25.1