[Intel-gfx] [PATCH v2 2/2] drm/i915/kbl: Change a KBL pci id to GT2 from GT1.5

Rodrigo Vivi rodrigo.vivi at intel.com
Thu Sep 21 13:23:50 UTC 2017


On Wed, Sep 20, 2017 at 09:43:38PM +0000, Anuj Phogat wrote:
> On Wed, Sep 20, 2017 at 2:34 PM, Rodrigo Vivi <rodrigo.vivi at intel.com> wrote:
> > On Wed, Sep 20, 2017 at 08:31:26PM +0000, Anuj Phogat wrote:
> >> See Mesa commit 9c588ff
> >>
> >> Cc: Matt Turner <mattst88 at gmail.com>
> >> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> >> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
> >
> > Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> >
> Thanks Rodrigo. Can you push it for me?

merged to dinq. Thanks for the patch and for organizing the ids acros the stack.

> >> ---
> >>  include/drm/i915_pciids.h | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> >> index 1257e15c1a03..972a25633525 100644
> >> --- a/include/drm/i915_pciids.h
> >> +++ b/include/drm/i915_pciids.h
> >> @@ -339,7 +339,6 @@
> >>  #define INTEL_KBL_GT1_IDS(info)      \
> >>       INTEL_VGA_DEVICE(0x5913, info), /* ULT GT1.5 */ \
> >>       INTEL_VGA_DEVICE(0x5915, info), /* ULX GT1.5 */ \
> >> -     INTEL_VGA_DEVICE(0x5917, info), /* DT  GT1.5 */ \
> >>       INTEL_VGA_DEVICE(0x5906, info), /* ULT GT1 */ \
> >>       INTEL_VGA_DEVICE(0x590E, info), /* ULX GT1 */ \
> >>       INTEL_VGA_DEVICE(0x5902, info), /* DT  GT1 */ \
> >> @@ -349,6 +348,7 @@
> >>
> >>  #define INTEL_KBL_GT2_IDS(info)      \
> >>       INTEL_VGA_DEVICE(0x5916, info), /* ULT GT2 */ \
> >> +     INTEL_VGA_DEVICE(0x5917, info), /* Mobile GT2 */ \
> >>       INTEL_VGA_DEVICE(0x5921, info), /* ULT GT2F */ \
> >>       INTEL_VGA_DEVICE(0x591E, info), /* ULX GT2 */ \
> >>       INTEL_VGA_DEVICE(0x5912, info), /* DT  GT2 */ \
> >> --
> >> 2.13.5
> >>


More information about the Intel-gfx mailing list