[PATCH 6/6] drm/xe: Add Wildcat Lake device IDs to PTL list
Upadhyay, Tejas
tejas.upadhyay at intel.com
Wed Jun 4 06:36:24 UTC 2025
> -----Original Message-----
> From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of
> Dnyaneshwar Bhadane
> Sent: 03 June 2025 23:55
> To: intel-xe at lists.freedesktop.org
> Cc: Roper, Matthew D <matthew.d.roper at intel.com>; Bhadane, Dnyaneshwar
> <dnyaneshwar.bhadane at intel.com>
> Subject: [PATCH 6/6] drm/xe: Add Wildcat Lake device IDs to PTL list
>
> From: Matt Roper <matthew.d.roper at intel.com>
>
> Introduce wildcat lake device Id.
> Wildcat Lake uses slightly different graphics and media IP versions than
> Panther Lake, but can still be treated as PTL for general driver flows.
>
> Bspec: 73951
> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
> ---
> include/drm/intel/pciids.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index
> a7ce9523c50d..258273e8b794 100644
> --- a/include/drm/intel/pciids.h
> +++ b/include/drm/intel/pciids.h
> @@ -868,6 +868,8 @@
> MACRO__(0xB08F, ## __VA_ARGS__), \
> MACRO__(0xB090, ## __VA_ARGS__), \
> MACRO__(0xB0A0, ## __VA_ARGS__), \
> - MACRO__(0xB0B0, ## __VA_ARGS__)
> + MACRO__(0xB0B0, ## __VA_ARGS__), \
> + MACRO__(0xFD80, ## __VA_ARGS__), \
> + MACRO__(0xFD81, ## __VA_ARGS__)
Matches with specs,
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
Tejas
>
> #endif /* __PCIIDS_H__ */
> --
> 2.34.1
More information about the Intel-xe
mailing list