From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [CI] drm/i915/selftests: Downgrade severity of CS/SRM frequency scaling tests
Date: Fri, 11 Sep 2020 16:27:20 -0400 [thread overview]
Message-ID: <20200911202720.GA2235@intel.com> (raw)
In-Reply-To: <20200723153805.8076-1-chris@chris-wilson.co.uk>
On Thu, Jul 23, 2020 at 04:38:05PM +0100, Chris Wilson wrote:
> Gracefully skip over the failures in the frequency scaling for the
> moment, the results are under review.
We need to clock gate media sampler to be able to scale the
frequency without getting throttled.
Reference: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6684
>
> References: https://gitlab.freedesktop.org/drm/intel/-/issues/1754
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: "Sundaresan, Sujaritha" <sujaritha.sundaresan@intel.com>
> Cc: "Ewins, Jon" <jon.ewins@intel.com>
> Reviewed-by: Sujaritha Sundaresan <sujaritha.sundaresan@intel.com>
> ---
> drivers/gpu/drm/i915/gt/selftest_rps.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c
> index 8624f5d2a1f3..34b403d47840 100644
> --- a/drivers/gpu/drm/i915/gt/selftest_rps.c
> +++ b/drivers/gpu/drm/i915/gt/selftest_rps.c
> @@ -700,7 +700,7 @@ int live_rps_frequency_cs(void *arg)
> f = act; /* may skip ahead [pcu granularity] */
> }
>
> - err = -EINVAL;
> + err = -EINTR; /* ignore error, continue on with test */
> }
>
> err_vma:
> @@ -841,7 +841,7 @@ int live_rps_frequency_srm(void *arg)
> f = act; /* may skip ahead [pcu granularity] */
> }
>
> - err = -EINVAL;
> + err = -EINTR; /* ignore error, continue on with test */
> }
>
> err_vma:
> --
> 2.20.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
parent reply other threads:[~2020-09-11 20:25 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20200723153805.8076-1-chris@chris-wilson.co.uk>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200911202720.GA2235@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox