All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/bxt: Add Broxton steppings
@ 2015-03-20  9:03 Nick Hoath
  2015-03-20 15:04 ` shuang.he
  2015-03-31 11:24 ` Imre Deak
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Hoath @ 2015-03-20  9:03 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Nick Hoath <nicholas.hoath@intel.com>
---
 drivers/gpu/drm/i915/i915_drv.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index eb38cd1..eec271a 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -2328,6 +2328,10 @@ struct drm_i915_cmd_table {
 #define SKL_REVID_D0		(0x3)
 #define SKL_REVID_E0		(0x4)
 
+#define BXT_REVID_A0		(0x0)
+#define BXT_REVID_B0		(0x3)
+#define BXT_REVID_C0		(0x6)
+
 /*
  * The genX designation typically refers to the render engine, so render
  * capability related checks should use IS_GEN, while display and other checks
-- 
2.1.1

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

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

* Re: [PATCH] drm/i915/bxt: Add Broxton steppings
  2015-03-20  9:03 [PATCH] drm/i915/bxt: Add Broxton steppings Nick Hoath
@ 2015-03-20 15:04 ` shuang.he
  2015-03-31 11:24 ` Imre Deak
  1 sibling, 0 replies; 4+ messages in thread
From: shuang.he @ 2015-03-20 15:04 UTC (permalink / raw)
  To: shuang.he, ethan.gao, intel-gfx, nicholas.hoath

Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 6015
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                                  274/274              274/274
ILK                                  303/303              303/303
SNB                                  303/303              303/303
IVB                 -1              342/342              341/342
BYT                                  287/287              287/287
HSW                                  362/362              362/362
BDW                                  308/308              308/308
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
 IVB  igt_gem_pwrite_pread_snooped-copy-performance      DMESG_WARN(1)PASS(3)      DMESG_WARN(1)PASS(1)
Note: You need to pay more attention to line start with '*'
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915/bxt: Add Broxton steppings
  2015-03-20  9:03 [PATCH] drm/i915/bxt: Add Broxton steppings Nick Hoath
  2015-03-20 15:04 ` shuang.he
@ 2015-03-31 11:24 ` Imre Deak
  2015-03-31 12:56   ` Daniel Vetter
  1 sibling, 1 reply; 4+ messages in thread
From: Imre Deak @ 2015-03-31 11:24 UTC (permalink / raw)
  To: Nick Hoath; +Cc: intel-gfx

On pe, 2015-03-20 at 09:03 +0000, Nick Hoath wrote:
> Signed-off-by: Nick Hoath <nicholas.hoath@intel.com>

Reviewed-by: Imre Deak <imre.deak@intel.com>

> ---
>  drivers/gpu/drm/i915/i915_drv.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index eb38cd1..eec271a 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -2328,6 +2328,10 @@ struct drm_i915_cmd_table {
>  #define SKL_REVID_D0		(0x3)
>  #define SKL_REVID_E0		(0x4)
>  
> +#define BXT_REVID_A0		(0x0)
> +#define BXT_REVID_B0		(0x3)
> +#define BXT_REVID_C0		(0x6)
> +
>  /*
>   * The genX designation typically refers to the render engine, so render
>   * capability related checks should use IS_GEN, while display and other checks


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

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

* Re: [PATCH] drm/i915/bxt: Add Broxton steppings
  2015-03-31 11:24 ` Imre Deak
@ 2015-03-31 12:56   ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2015-03-31 12:56 UTC (permalink / raw)
  To: Imre Deak; +Cc: intel-gfx

On Tue, Mar 31, 2015 at 02:24:31PM +0300, Imre Deak wrote:
> On pe, 2015-03-20 at 09:03 +0000, Nick Hoath wrote:
> > Signed-off-by: Nick Hoath <nicholas.hoath@intel.com>
> 
> Reviewed-by: Imre Deak <imre.deak@intel.com>

Applied to topic/bxt-stage1, thanks.
-Daniel

> 
> > ---
> >  drivers/gpu/drm/i915/i915_drv.h | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> > index eb38cd1..eec271a 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.h
> > +++ b/drivers/gpu/drm/i915/i915_drv.h
> > @@ -2328,6 +2328,10 @@ struct drm_i915_cmd_table {
> >  #define SKL_REVID_D0		(0x3)
> >  #define SKL_REVID_E0		(0x4)
> >  
> > +#define BXT_REVID_A0		(0x0)
> > +#define BXT_REVID_B0		(0x3)
> > +#define BXT_REVID_C0		(0x6)
> > +
> >  /*
> >   * The genX designation typically refers to the render engine, so render
> >   * capability related checks should use IS_GEN, while display and other checks
> 
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2015-03-31 12:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20  9:03 [PATCH] drm/i915/bxt: Add Broxton steppings Nick Hoath
2015-03-20 15:04 ` shuang.he
2015-03-31 11:24 ` Imre Deak
2015-03-31 12:56   ` Daniel Vetter

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.