[Intel-gfx] [PATCH 1/2] pciids: Add more Kabylake PCI IDs.

Pandiyan, Dhinakaran dhinakaran.pandiyan at intel.com
Fri Jun 24 22:07:21 UTC 2016


On Thu, 2016-06-23 at 14:50 -0700, Rodrigo Vivi wrote:
> The spec has been updated adding new PCI IDs.
> 
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> ---
>  src/i915_pciids.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/i915_pciids.h b/src/i915_pciids.h
> index 9094599..87dde1c 100644
> --- a/src/i915_pciids.h
> +++ b/src/i915_pciids.h
> @@ -309,6 +309,7 @@
>  	INTEL_VGA_DEVICE(0x5906, info), /* ULT GT1 */ \
>  	INTEL_VGA_DEVICE(0x590E, info), /* ULX GT1 */ \
>  	INTEL_VGA_DEVICE(0x5902, info), /* DT  GT1 */ \
> +	INTEL_VGA_DEVICE(0x5908, info), /* Halo GT1 */ \
>  	INTEL_VGA_DEVICE(0x590B, info), /* Halo GT1 */ \
>  	INTEL_VGA_DEVICE(0x590A, info) /* SRV GT1 */
>  
> @@ -322,7 +323,9 @@
>  	INTEL_VGA_DEVICE(0x591D, info) /* WKS GT2 */
>  
>  #define INTEL_KBL_GT3_IDS(info) \
> +	INTEL_VGA_DEVICE(0x5923, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x5926, info), /* ULT GT3 */ \
> +	INTEL_VGA_DEVICE(0x5927, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x592B, info), /* Halo GT3 */ \
>  	INTEL_VGA_DEVICE(0x592A, info) /* SRV GT3 */
>  

I verified the added and removed PCI IDs against the Spec, looks good to
me.


More information about the Intel-gfx mailing list