All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Kuoppala <mika.kuoppala@linux.intel.com>
To: "Michał Winiarski" <michal.winiarski@intel.com>,
	intel-gfx@lists.freedesktop.org
Cc: stable@vger.kernel.org, Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH] drm/i915/skl: Add missing SKL ID
Date: Mon, 27 Feb 2017 14:58:51 +0200	[thread overview]
Message-ID: <87r32jbxis.fsf@gaia.fi.intel.com> (raw)
In-Reply-To: <20170227112256.20060-1-michal.winiarski@intel.com>

Michał Winiarski <michal.winiarski@intel.com> writes:

> Used by production device:
>     Intel(R) Iris(TM) Graphics P555
>
> Cc: <stable@vger.kernel.org>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>

Pushed to dinq, thanks for patch and review.
-Mika

> ---
>  include/drm/i915_pciids.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a1dd21d..466c715 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -265,7 +265,8 @@
>  	INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> -	INTEL_VGA_DEVICE(0x192B, info)  /* Halo GT3 */ \
> +	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> +	INTEL_VGA_DEVICE(0x192D, info)  /* SRV GT3 */
>  
>  #define INTEL_SKL_GT4_IDS(info) \
>  	INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> -- 
> 2.9.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

WARNING: multiple messages have this Message-ID (diff)
From: Mika Kuoppala <mika.kuoppala@linux.intel.com>
To: "Michał Winiarski" <michal.winiarski@intel.com>,
	intel-gfx@lists.freedesktop.org
Cc: "Michał Winiarski" <michal.winiarski@intel.com>,
	stable@vger.kernel.org, "Rodrigo Vivi" <rodrigo.vivi@intel.com>
Subject: Re: [PATCH] drm/i915/skl: Add missing SKL ID
Date: Mon, 27 Feb 2017 14:58:51 +0200	[thread overview]
Message-ID: <87r32jbxis.fsf@gaia.fi.intel.com> (raw)
In-Reply-To: <20170227112256.20060-1-michal.winiarski@intel.com>

Michał Winiarski <michal.winiarski@intel.com> writes:

> Used by production device:
>     Intel(R) Iris(TM) Graphics P555
>
> Cc: <stable@vger.kernel.org>
> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michał Winiarski <michal.winiarski@intel.com>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>

Pushed to dinq, thanks for patch and review.
-Mika

> ---
>  include/drm/i915_pciids.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index a1dd21d..466c715 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -265,7 +265,8 @@
>  	INTEL_VGA_DEVICE(0x1923, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x1926, info), /* ULT GT3 */ \
>  	INTEL_VGA_DEVICE(0x1927, info), /* ULT GT3 */ \
> -	INTEL_VGA_DEVICE(0x192B, info)  /* Halo GT3 */ \
> +	INTEL_VGA_DEVICE(0x192B, info), /* Halo GT3 */ \
> +	INTEL_VGA_DEVICE(0x192D, info)  /* SRV GT3 */
>  
>  #define INTEL_SKL_GT4_IDS(info) \
>  	INTEL_VGA_DEVICE(0x1932, info), /* DT GT4 */ \
> -- 
> 2.9.3

  parent reply	other threads:[~2017-02-27 13:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27 11:22 [PATCH] drm/i915/skl: Add missing SKL ID Michał Winiarski
2017-02-27 11:22 ` Michał Winiarski
2017-02-27 12:22 ` ✓ Fi.CI.BAT: success for drm/i915/skl: Add missing SKL ID (rev3) Patchwork
2017-02-27 12:58 ` Mika Kuoppala [this message]
2017-02-27 12:58   ` [PATCH] drm/i915/skl: Add missing SKL ID Mika Kuoppala
  -- strict thread matches above, loose matches on Subject: below --
2017-01-27 14:50 Michał Winiarski
2017-01-27 17:33 ` Vivi, Rodrigo
2017-01-27 19:54   ` Jani Nikula
2017-02-02 13:38     ` Michał Winiarski
2017-02-27 10:47 ` Mika Kuoppala
2016-02-17 17:18 Michał Winiarski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r32jbxis.fsf@gaia.fi.intel.com \
    --to=mika.kuoppala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=michal.winiarski@intel.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.