All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
@ 2018-08-03 23:27 Rodrigo Vivi
  2018-08-03 23:40 ` Souza, Jose
  0 siblings, 1 reply; 5+ messages in thread
From: Rodrigo Vivi @ 2018-08-03 23:27 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

One more CFL ID added to spec.

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index fbf5cfc9b352..fd965ffbb92e 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -386,6 +386,7 @@
 	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
 
 /* CFL H */
-- 
2.17.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-03 23:27 Rodrigo Vivi
@ 2018-08-03 23:40 ` Souza, Jose
  2018-08-09  5:46   ` Rodrigo Vivi
  0 siblings, 1 reply; 5+ messages in thread
From: Souza, Jose @ 2018-08-03 23:40 UTC (permalink / raw)
  To: intel-gfx@lists.freedesktop.org, Vivi, Rodrigo

On Fri, 2018-08-03 at 16:27 -0700, Rodrigo Vivi wrote:
> One more CFL ID added to spec.
> 

Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
>  include/drm/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> index fbf5cfc9b352..fd965ffbb92e 100644
> --- a/include/drm/i915_pciids.h
> +++ b/include/drm/i915_pciids.h
> @@ -386,6 +386,7 @@
>  	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> +	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
>  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
>  
>  /* CFL H */
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
  2018-08-03 23:40 ` Souza, Jose
@ 2018-08-09  5:46   ` Rodrigo Vivi
  0 siblings, 0 replies; 5+ messages in thread
From: Rodrigo Vivi @ 2018-08-09  5:46 UTC (permalink / raw)
  To: Souza, Jose; +Cc: intel-gfx@lists.freedesktop.org

On Fri, Aug 03, 2018 at 04:40:56PM -0700, Souza, Jose wrote:
> On Fri, 2018-08-03 at 16:27 -0700, Rodrigo Vivi wrote:
> > One more CFL ID added to spec.
> > 
> 
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>

thanks, pushed... and patches to the rest of stack propagated.

> 
> > Cc: José Roberto de Souza <jose.souza@intel.com>
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > ---
> >  include/drm/i915_pciids.h | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
> > index fbf5cfc9b352..fd965ffbb92e 100644
> > --- a/include/drm/i915_pciids.h
> > +++ b/include/drm/i915_pciids.h
> > @@ -386,6 +386,7 @@
> >  	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
> >  	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
> >  	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
> > +	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
> >  	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
> >  
> >  /* CFL H */
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
@ 2019-08-20  3:14 wan.fahim.asqalanix.wan.yusof
  2019-08-20 16:21 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: wan.fahim.asqalanix.wan.yusof @ 2019-08-20  3:14 UTC (permalink / raw)
  To: stable; +Cc: jose.souza, tong.liang.chew, gregkh, jui.nee.tan

From: Rodrigo Vivi <rodrigo.vivi@intel.com>

commit d0e062ebb3a44b56a7e672da568334c76f763552 upstream

One more CFL ID added to spec.

Cc: stable@vger.kernel.org
Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180803232721.20038-1-rodrigo.vivi@intel.com
(cherry picked from commit d0e062ebb3a44b56a7e672da568334c76f763552)
Signed-off-by: Wan Yusof, Wan Fahim AsqalaniX <wan.fahim.asqalanix.wan.yusof@intel.com>
---
 include/drm/i915_pciids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index fbf5cfc9b3..fd965ff 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -386,6 +386,7 @@
 	INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \
+	INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \
 	INTEL_VGA_DEVICE(0x3E9A, info)  /* SRV GT2 */
 
 /* CFL H */
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/i915/cfl: Add a new CFL PCI ID.
  2019-08-20  3:14 [PATCH] drm/i915/cfl: Add a new CFL PCI ID wan.fahim.asqalanix.wan.yusof
@ 2019-08-20 16:21 ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2019-08-20 16:21 UTC (permalink / raw)
  To: wan.fahim.asqalanix.wan.yusof
  Cc: stable, jose.souza, tong.liang.chew, jui.nee.tan

On Tue, Aug 20, 2019 at 11:14:19AM +0800, wan.fahim.asqalanix.wan.yusof@intel.com wrote:
> From: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> commit d0e062ebb3a44b56a7e672da568334c76f763552 upstream
> 
> One more CFL ID added to spec.
> 
> Cc: stable@vger.kernel.org
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
> Link: https://patchwork.freedesktop.org/patch/msgid/20180803232721.20038-1-rodrigo.vivi@intel.com
> (cherry picked from commit d0e062ebb3a44b56a7e672da568334c76f763552)
> Signed-off-by: Wan Yusof, Wan Fahim AsqalaniX <wan.fahim.asqalanix.wan.yusof@intel.com>
> ---
>  include/drm/i915_pciids.h | 1 +
>  1 file changed, 1 insertion(+)

Now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-20 16:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-20  3:14 [PATCH] drm/i915/cfl: Add a new CFL PCI ID wan.fahim.asqalanix.wan.yusof
2019-08-20 16:21 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2018-08-03 23:27 Rodrigo Vivi
2018-08-03 23:40 ` Souza, Jose
2018-08-09  5:46   ` Rodrigo Vivi

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.