[Intel-gfx] [PATCH 1/4] drm/i915: Add is_dgfx to device info

Rodrigo Vivi rodrigo.vivi at intel.com
Thu Oct 24 23:09:56 UTC 2019


On Thu, Oct 24, 2019 at 03:08:59PM -0700, Lucas De Marchi wrote:
> On Thu, Oct 24, 2019 at 12:51:19PM -0700, Lucas De Marchi wrote:
> > From: José Roberto de Souza <jose.souza at intel.com>
> > 
> > This will be helpful to diferentiate a set of GPUs
> > with the same GEN version.
> > 
> > Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
> > Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
> 
> 
> Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

> 
> Lucas De Marchi
> 
> > ---
> > drivers/gpu/drm/i915/i915_drv.h          | 1 +
> > drivers/gpu/drm/i915/intel_device_info.h | 1 +
> > 2 files changed, 2 insertions(+)
> > 
> > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> > index 674e9e921839..12646b94af87 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.h
> > +++ b/drivers/gpu/drm/i915/i915_drv.h
> > @@ -1544,6 +1544,7 @@ IS_SUBPLATFORM(const struct drm_i915_private *i915,
> > }
> > 
> > #define IS_MOBILE(dev_priv)	(INTEL_INFO(dev_priv)->is_mobile)
> > +#define IS_DGFX(dev_priv)   (INTEL_INFO(dev_priv)->is_dgfx)
> > 
> > #define IS_I830(dev_priv)	IS_PLATFORM(dev_priv, INTEL_I830)
> > #define IS_I845G(dev_priv)	IS_PLATFORM(dev_priv, INTEL_I845G)
> > diff --git a/drivers/gpu/drm/i915/intel_device_info.h b/drivers/gpu/drm/i915/intel_device_info.h
> > index e9940f932d26..78a383f63957 100644
> > --- a/drivers/gpu/drm/i915/intel_device_info.h
> > +++ b/drivers/gpu/drm/i915/intel_device_info.h
> > @@ -107,6 +107,7 @@ enum intel_ppgtt_type {
> > 	func(is_mobile); \
> > 	func(is_lp); \
> > 	func(require_force_probe); \
> > +	func(is_dgfx); \
> > 	/* Keep has_* in alphabetical order */ \
> > 	func(has_64bit_reloc); \
> > 	func(gpu_reset_clobbers_display); \
> > -- 
> > 2.23.0
> > 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx


More information about the Intel-gfx mailing list