[Intel-gfx] [PATCH] drm/i915/cml: Add Missing PCI IDs
Gupta, Anshuman
anshuman.gupta at intel.com
Tue Aug 13 15:03:51 UTC 2019
On 8/13/2019 3:57 AM, Anusha Srivatsa wrote:
> The BSpec has added three new IDS for CML.
> Update the IDs in accordance to the Spec.
>
> Cc: Lucas De Marchi <lucas.demarchi at intel.com>
> Cc: José Roberto de Souza <jose.souza at intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
> ---
> include/drm/i915_pciids.h | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a70c982ddff9..b1f66b117c74 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -466,7 +466,10 @@
> INTEL_VGA_DEVICE(0x9BC5, info), \
> INTEL_VGA_DEVICE(0x9BC8, info), \
> INTEL_VGA_DEVICE(0x9BC4, info), \
> - INTEL_VGA_DEVICE(0x9BC2, info)
> + INTEL_VGA_DEVICE(0x9BC2, info), \
> + INTEL_VGA_DEVICE(0x9BC6, info), \
> + INTEL_VGA_DEVICE(0x9BE6, info), \
> + INTEL_VGA_DEVICE(0x9BF6, info)
Verified with B.Specs index 33734, feel free to use.
Reviewed-by: Anshuman Gupta <anshuman.gupta at intel.com>
>
> #define INTEL_KBL_IDS(info) \
> INTEL_KBL_GT1_IDS(info), \
>
More information about the Intel-gfx
mailing list