From: Mika Kuoppala <mika.kuoppala@linux.intel.com>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
Daniel Vetter <daniel.vetter@intel.com>
Subject: Re: [PATCH] drm/i915: Tune down "GT register while GT waking disabled" message
Date: Thu, 21 Jan 2016 12:07:05 +0200 [thread overview]
Message-ID: <87egdbjlfa.fsf@gaia.fi.intel.com> (raw)
In-Reply-To: <87mvs0o65p.fsf@gaia.fi.intel.com>
Mika Kuoppala <mika.kuoppala@linux.intel.com> writes:
> Daniel Vetter <daniel.vetter@ffwll.ch> writes:
>
>> We've had this since forever, and's randomly reporting issues and as
>> such causing piles&piles of CI noise. Mika is working on proper debug
>> infrastructure for this, and on fixing this properly.
>>
>> Meanwhile make CI more useful for everyone else.
>>
>> Cc: Mika Kuoppala <mika.kuoppala@intel.com>
>> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93121
>> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
>
> We should have soon way to do research on this without
> harming ci/bat. So for denoising:
>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
>
Applied to dinq. Thanks for patch.
-Mika
>> ---
>> drivers/gpu/drm/i915/i915_drv.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
>> index 760e0ce4aa26..f1cab9f131ae 100644
>> --- a/drivers/gpu/drm/i915/i915_drv.c
>> +++ b/drivers/gpu/drm/i915/i915_drv.c
>> @@ -1384,7 +1384,7 @@ static void vlv_check_no_gt_access(struct drm_i915_private *dev_priv)
>> if (!(I915_READ(VLV_GTLC_PW_STATUS) & VLV_GTLC_ALLOWWAKEERR))
>> return;
>>
>> - DRM_ERROR("GT register access while GT waking disabled\n");
>> + DRM_DEBUG_DRIVER("GT register access while GT waking disabled\n");
>> I915_WRITE(VLV_GTLC_PW_STATUS, VLV_GTLC_ALLOWWAKEERR);
>> }
>>
>> --
>> 2.7.0.rc3
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-01-21 10:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-19 20:00 [PATCH] drm/i915: Tune down "GT register while GT waking disabled" message Daniel Vetter
2016-01-20 11:13 ` Mika Kuoppala
2016-01-21 10:07 ` Mika Kuoppala [this message]
2016-01-21 10:57 ` ✓ Fi.CI.BAT: success for " Patchwork
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=87egdbjlfa.fsf@gaia.fi.intel.com \
--to=mika.kuoppala@linux.intel.com \
--cc=daniel.vetter@ffwll.ch \
--cc=daniel.vetter@intel.com \
--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 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.