[Mesa-dev] [PATCH] [v2] i965/skl: Add two missing device IDs

Ben Widawsky ben at bwidawsk.net
Wed Feb 17 02:05:12 UTC 2016


On Wed, Feb 17, 2016 at 04:02:32AM +0200, Grazvydas Ignotas wrote:
> On Wed, Feb 17, 2016 at 1:45 AM, Ben Widawsky
> <benjamin.widawsky at intel.com> wrote:
> > The Iris part is left unbranded because we did not have these with original SKL.
> >
> > v2: 0x192d is gt3, not gt4
> 
> The name and description still don't agree.
> 

Oops. I wasn't paying careful attention since I immediately change it in the
next patch, but since I want this one backported, I should fix it. I guess I
need to bother with a v3 too so that Emil can pick up the proper one.

Sheesh... v3 for this :-)

> >
> > Cc: "11.0 11.1" <mesa-stable at lists.freedesktop.org
> > Signed-off-by: Ben Widawsky <benjamin.widawsky at intel.com>
> > ---
> >  include/pci_ids/i965_pci_ids.h | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h
> > index 5139e27..77d38fc 100644
> > --- a/include/pci_ids/i965_pci_ids.h
> > +++ b/include/pci_ids/i965_pci_ids.h
> > @@ -112,6 +112,7 @@ CHIPSET(0x162E, bdw_gt3, "Intel(R) Broadwell GT3")
> >  CHIPSET(0x1902, skl_gt1, "Intel(R) HD Graphics 510 (Skylake GT1)")
> >  CHIPSET(0x1906, skl_gt1, "Intel(R) HD Graphics 510 (Skylake GT1)")
> >  CHIPSET(0x190A, skl_gt1, "Intel(R) Skylake GT1")
> > +CHIPSET(0x190B, skl_gt1, "Intel(R) HD Graphics 510 (Skylake GT1)")
> >  CHIPSET(0x190E, skl_gt1, "Intel(R) Skylake GT1")
> >  CHIPSET(0x1912, skl_gt2, "Intel(R) HD Graphics 530 (Skylake GT2)")
> >  CHIPSET(0x1913, skl_gt2, "Intel(R) Skylake GT2f")
> > @@ -128,6 +129,7 @@ CHIPSET(0x1926, skl_gt3, "Intel(R) HD Graphics 535 (Skylake GT3)")
> >  CHIPSET(0x1927, skl_gt3, "Intel(R) Iris Graphics 550 (Skylake GT3e)")
> >  CHIPSET(0x192A, skl_gt4, "Intel(R) Skylake GT4")
> >  CHIPSET(0x192B, skl_gt3, "Intel(R) Iris Graphics (Skylake GT3fe)")
> > +CHIPSET(0x192D, skl_gt3, "Intel(R) Skylake GT4")
> >  CHIPSET(0x1932, skl_gt4, "Intel(R) Skylake GT4")
> >  CHIPSET(0x193A, skl_gt4, "Intel(R) Skylake GT4")
> >  CHIPSET(0x193B, skl_gt4, "Intel(R) Skylake GT4")
> > --
> > 2.7.1
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

-- 
Ben Widawsky, Intel Open Source Technology Center


More information about the mesa-dev mailing list