[Mesa-dev] [PATCH 3/3] i965: Fix KBL typo in string

Ilia Mirkin imirkin at alum.mit.edu
Thu Nov 10 18:22:45 UTC 2016


On Thu, Nov 10, 2016 at 1:20 PM, Ben Widawsky
<benjamin.widawsky at intel.com> wrote:
> From: Ben Widawsky <ben at bwidawsk.net>
>
> Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
> ---
>  include/pci_ids/i965_pci_ids.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
> index fbc3999..b938332 100644
> --- a/include/pci_ids/i965_pci_ids.h
> +++ b/include/pci_ids/i965_pci_ids.h
> @@ -153,7 +153,7 @@ CHIPSET(0x5913, kbl_gt1_5, "Intel(R) Kabylake GT1.5")
>  CHIPSET(0x5915, kbl_gt1_5, "Intel(R) Kabylake GT1.5")
>  CHIPSET(0x5917, kbl_gt1_5, "Intel(R) Kabylake GT1.5")
>  CHIPSET(0x5912, kbl_gt2, "Intel(R) Kabylake GT2")
> -CHIPSET(0x5916, kbl_gt2, "Intel(R) HD Graphics 620 (Intel(R) Kabylake GT2)")
> +CHIPSET(0x5916, kbl_gt2, "Intel(R) HD Graphics 620 Kabylake GT2)")

I think you're missing a (. i.e. it should be "(Kabylake GT2)".

>  CHIPSET(0x591A, kbl_gt2, "Intel(R) Kabylake GT2")
>  CHIPSET(0x591B, kbl_gt2, "Intel(R) Kabylake GT2")
>  CHIPSET(0x591D, kbl_gt2, "Intel(R) Kabylake GT2")
> --
> 2.10.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list