On Thu, 2019-10-24 at 12:51 -0700, Lucas De Marchi wrote: > From: Stuart Summers <[email protected]> > > Add a new macro for GEN12 platforms to be grouped under dgfx feature > set.
Reviewed-by: José Roberto de Souza <[email protected]> > > Signed-off-by: Stuart Summers <[email protected]> > Signed-off-by: Lucas De Marchi <[email protected]> > --- > drivers/gpu/drm/i915/i915_pci.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/i915/i915_pci.c > b/drivers/gpu/drm/i915/i915_pci.c > index f9a3bfe68689..04307e111f57 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -822,6 +822,10 @@ static const struct intel_device_info > intel_tigerlake_12_info = { > .has_rps = false, /* XXX disabled for debugging */ > }; > > +#define GEN12_DGFX_FEATURES \ > + GEN12_FEATURES, \ > + .is_dgfx = 1 > + > #undef GEN > #undef PLATFORM > _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
