[Intel-xe] [PATCH] drm/xe: ATS-M device ID update
Lucas De Marchi
lucas.demarchi at intel.com
Mon Nov 20 21:38:29 UTC 2023
On Mon, Nov 20, 2023 at 12:25:07PM +0530, Haridhar Kalvala wrote:
>ATS-M device ID update.
>
>BSpec: 44477
>
>Signed-off-by: Haridhar Kalvala <haridhar.kalvala at intel.com>
>---
> include/drm/xe_pciids.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h
>index 68fbab161feb..712eb53f1f83 100644
>--- a/include/drm/xe_pciids.h
>+++ b/include/drm/xe_pciids.h
>@@ -157,7 +157,8 @@
> XE_DG2_G12_IDS(MACRO__, ## __VA_ARGS__)
>
> #define XE_ATS_M150_IDS(MACRO__, ...) \
>- MACRO__(0x56C0, ## __VA_ARGS__)
>+ MACRO__(0x56C0, ## __VA_ARGS__), \
>+ MACRO__(0x56C2, ## __VA_ARGS__)
it looks like it's also missing in i915? From a word-diff between the
files:
#define [-INTEL_ATS_M150_IDS-]{+XE_ATS_M150_IDS+}([-info-]{+MACRO__, ...+}) \
[-INTEL_VGA_DEVICE-]{+MACRO__+}(0x56C0, [-info-]{+## __VA_ARGS__+})
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Lucas De Marchi
>
> #define XE_ATS_M75_IDS(MACRO__, ...) \
> MACRO__(0x56C1, ## __VA_ARGS__)
>--
>2.25.1
>
More information about the Intel-xe
mailing list