]> git.itanic.dy.fi Git - linux-stable/commitdiff
drm/xe: Include RPL-U to pciidlist
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 17 Nov 2023 17:29:28 +0000 (09:29 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:51 +0000 (11:44 -0500)
RPL-U is defined as a subplatform but those PCI ids were
not included in pciidlist so Xe KMD would never probe device with
those ids.
This is following what i915 does to include RPL-U to PCI ids
probe list.

v2:
- change order to match i915

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
include/drm/xe_pciids.h

index 11deefceffd0a8a801196d91623b058ec4b4730c..47ff7472c8bd189d584e58daf3a44fc90b353a79 100644 (file)
 
 /* RPL-P */
 #define XE_RPLP_IDS(MACRO__, ...)              \
+       XE_RPLU_IDS(MACRO__, ## __VA_ARGS__),   \
        MACRO__(0xA720, ## __VA_ARGS__),        \
        MACRO__(0xA7A0, ## __VA_ARGS__),        \
        MACRO__(0xA7A8, ## __VA_ARGS__)