[Mesa-dev] [PATCH 4/4] i965/bxt: Add known PCI IDs
Mark Janes
mark.a.janes at intel.com
Tue Jun 23 22:24:48 PDT 2015
I would capitalize the hex strings, to match the rest of the file.
with that,
Reviewed-by: Mark Janes <mark.a.janes at intel.com>
Ben Widawsky <benjamin.widawsky at intel.com> writes:
> These match the ones defined in the kernel. The only one tested by us is 0x0a84.
>
> Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
> ---
> include/pci_ids/i965_pci_ids.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
> index 8d757aa..4d8b419 100644
> --- a/include/pci_ids/i965_pci_ids.h
> +++ b/include/pci_ids/i965_pci_ids.h
> @@ -128,3 +128,6 @@ CHIPSET(0x22B0, chv, "Intel(R) HD Graphics (Cherryview)")
> CHIPSET(0x22B1, chv, "Intel(R) HD Graphics (Cherryview)")
> CHIPSET(0x22B2, chv, "Intel(R) HD Graphics (Cherryview)")
> CHIPSET(0x22B3, chv, "Intel(R) HD Graphics (Cherryview)")
> +CHIPSET(0x0a84, bxt, "Intel(R) Broxton")
> +CHIPSET(0x1a84, bxt, "Intel(R) Broxton")
> +CHIPSET(0x5a84, bxt, "Intel(R) Broxton")
> --
> 2.4.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list