diff mbox series

drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL

Message ID 20230822172743.2113377-1-nemesa.garg@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/mtl: Adding DeviceID for Arrowlake-S under MTL | expand

Commit Message

Nemesa Garg Aug. 22, 2023, 5:27 p.m. UTC
Arrowlake-S graphics is similar enough to Meteorlake
that we can treat them as the same platform

Signed-off-by: Nemesa Garg <nemesa.garg@intel.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Matt Roper Aug. 23, 2023, 3:10 p.m. UTC | #1
On Tue, Aug 22, 2023 at 10:57:43PM +0530, Nemesa Garg wrote:
> Arrowlake-S graphics is similar enough to Meteorlake
> that we can treat them as the same platform
> 
> Signed-off-by: Nemesa Garg <nemesa.garg@intel.com>

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>

and applied to drm-intel-gt-next (going through -gt-next rather than
-next because this is the branch where we just removed MTL subplatforms
and thus where this change actually makes sense right now).


Matt

> ---
>  include/drm/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index 38dae757d1a8..1661f9e552d2 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -745,6 +745,7 @@
>  	INTEL_VGA_DEVICE(0x7D45, info), \
>  	INTEL_VGA_DEVICE(0x7D55, info), \
>  	INTEL_VGA_DEVICE(0x7D60, info), \
> +	INTEL_VGA_DEVICE(0x7D67, info), \
>  	INTEL_VGA_DEVICE(0x7DD5, info)
>  
>  #endif /* _I915_PCIIDS_H */
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 38dae757d1a8..1661f9e552d2 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -745,6 +745,7 @@ 
 	INTEL_VGA_DEVICE(0x7D45, info), \
 	INTEL_VGA_DEVICE(0x7D55, info), \
 	INTEL_VGA_DEVICE(0x7D60, info), \
+	INTEL_VGA_DEVICE(0x7D67, info), \
 	INTEL_VGA_DEVICE(0x7DD5, info)
 
 #endif /* _I915_PCIIDS_H */