From: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Matt Roper <matthew.d.roper@intel.com>,
Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>,
Tejas Upadhyay <tejas.upadhyay@intel.com>
Subject: [PATCH v6 6/9] drm/xe: Add Wildcat Lake device IDs to PTL list
Date: Sat, 14 Jun 2025 01:01:43 +0530 [thread overview]
Message-ID: <20250613193146.3549862-7-dnyaneshwar.bhadane@intel.com> (raw)
In-Reply-To: <20250613193146.3549862-1-dnyaneshwar.bhadane@intel.com>
From: Matt Roper <matthew.d.roper@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@intel.com>
Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay@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 129c3172aa5f..a0180d10e260 100644
--- a/include/drm/intel/pciids.h
+++ b/include/drm/intel/pciids.h
@@ -871,6 +871,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__)
#endif /* __PCIIDS_H__ */
--
2.34.1
next prev parent reply other threads:[~2025-06-13 19:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-13 19:31 [PATCH v6 0/9] Add WildCat Lake support Dnyaneshwar Bhadane
2025-06-13 19:31 ` [PATCH v6 1/9] drm/i915/xe3lpd: Add support for display version 30.02 Dnyaneshwar Bhadane
2025-06-13 19:31 ` [PATCH v6 2/9] drm/xe/xe3: Add support for graphics IP version 30.03 Dnyaneshwar Bhadane
2025-06-16 8:36 ` Vivekanandan, Balasubramani
2025-06-13 19:31 ` [PATCH v6 3/9] drm/xe/xe3: Add support for media IP version 30.02 Dnyaneshwar Bhadane
2025-06-16 9:47 ` Vivekanandan, Balasubramani
2025-06-13 19:31 ` [PATCH v6 4/9] drm/i915/xe3lpd: Update bandwidth parameters for display " Dnyaneshwar Bhadane
2025-06-13 19:31 ` [PATCH v6 5/9] drm/i915: Set max cdclk for display 30.02 Dnyaneshwar Bhadane
2025-06-13 19:31 ` Dnyaneshwar Bhadane [this message]
2025-06-13 19:31 ` [PATCH v6 7/9] drm/i915/xe3lpd: Extend DMC load path for display Dnyaneshwar Bhadane
2025-06-13 19:31 ` [PATCH v6 8/9] drm/i915/wcl: C10 phy connected to port A and B Dnyaneshwar Bhadane
2025-06-16 8:38 ` Kandpal, Suraj
2025-06-16 16:01 ` Bhadane, Dnyaneshwar
2025-06-17 5:07 ` Kandpal, Suraj
2025-06-17 5:46 ` Bhadane, Dnyaneshwar
2025-06-17 5:58 ` Kandpal, Suraj
2025-06-13 19:31 ` [PATCH v6 9/9] drm/i915/xe3lpd: Extend WA 16023981245 for display 30.02 Dnyaneshwar Bhadane
2025-06-13 21:07 ` ✓ CI.KUnit: success for Add WildCat Lake support Patchwork
2025-06-13 21:22 ` ✗ CI.checksparse: warning " Patchwork
2025-06-13 21:47 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-15 20:06 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-18 6:47 ` Bhadane, Dnyaneshwar
2025-06-18 22:46 ` Matt Roper
-- strict thread matches above, loose matches on Subject: below --
2025-06-13 10:22 [PATCH v6 0/9] " Dnyaneshwar Bhadane
2025-06-13 10:22 ` [PATCH v6 6/9] drm/xe: Add Wildcat Lake device IDs to PTL list Dnyaneshwar Bhadane
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250613193146.3549862-7-dnyaneshwar.bhadane@intel.com \
--to=dnyaneshwar.bhadane@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.d.roper@intel.com \
--cc=tejas.upadhyay@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox