On Thu, 2019-09-19 at 08:00 +0100, Tvrtko Ursulin wrote: > On 18/09/2019 18:31, Stuart Summers wrote: > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110559 > > Unless there was some discussion I missed we can't just turn it on > to > work around a SKIP in IGT. Feature was deliberately limited to > Icelake > and even there just to a sub-set of possible configurations. No conversation was missed, or at least none I was a part of. Is there a reason we don't allow this on future platforms? We do claim powergate support on TGL, so I assumed it would be good to take this path on that platform. Maybe I'm misunderstanding something here though. Thanks, Stuart > > Regards, > > Tvrtko > > > Cc: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxxxxxxxx> > > Signed-off-by: Stuart Summers <stuart.summers@xxxxxxxxx> > > --- > > drivers/gpu/drm/i915/gem/i915_gem_context.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_context.c > > b/drivers/gpu/drm/i915/gem/i915_gem_context.c > > index f1c0e5d958f3..39af4c81b29a 100644 > > --- a/drivers/gpu/drm/i915/gem/i915_gem_context.c > > +++ b/drivers/gpu/drm/i915/gem/i915_gem_context.c > > @@ -1310,7 +1310,7 @@ static int set_sseu(struct i915_gem_context > > *ctx, > > if (args->size < sizeof(user_sseu)) > > return -EINVAL; > > > > - if (!IS_GEN(i915, 11)) > > + if (INTEL_GEN(i915) < 11) > > return -ENODEV; > > > > if (copy_from_user(&user_sseu, u64_to_user_ptr(args->value), > >
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx