public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Siluvery, Arun" <arun.siluvery@linux.intel.com>
To: "Daniel Vetter" <daniel@ffwll.ch>,
	"Ville Syrjälä" <ville.syrjala@linux.intel.com>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/i915: Initialize HWS page address after GPU reset
Date: Thu, 18 Jun 2015 15:05:12 +0100	[thread overview]
Message-ID: <5582D018.7080302@linux.intel.com> (raw)
In-Reply-To: <CAKMK7uFa61+8vQAfmTBX4BVZBy2EebOLD9j40Q+TNEd8hRzBwA@mail.gmail.com>

On 15/06/2015 06:20, Daniel Vetter wrote:
> On Wed, Jun 3, 2015 at 6:14 PM, Ville Syrjälä
> <ville.syrjala@linux.intel.com> wrote:
>> I was going to suggest removing the same thing from the
>> lrc_setup_hardware_status_page(), but after another look it seems we
>> sometimes call .init_hw() before the context setup. Would be nice to
>> have a more consistent sequence for init and reset. But anyway the patch
>> looks OK to me. I verified that we indeed lose this register on GPU
>> reset.
>
> Yep, this is a mess. And historically _any_ difference between driver
> load and gpu reset (or resume fwiw) has lead to hilarious bugs, so
> this difference is really troubling to me. Arun, can you please work
> on a patch to unify the setup sequence here, so that both driver load
> gpu resets work the same way? By the time we're calling gem_init_hw
> the default context should have been created already, and hence we
> should be able to write to HWS_PGA in ring->init_hw only.
>

Hi Daniel,

I think the problem in this case was the code to init HWS page after 
reset was missing for Gen8+. For Gen7 we are doing this as part of 
ring->init_hw.

Gen7:
i915_reset()
+--> i915_gem_init_hw()
+------> ring->init_hw() which is init_render_ring()
+----------> init_ring_common()
+------------> intel_ring_setup_status_page()

Gen8:
i915_reset()
+--> i915_gem_init_hw()
+------> ring->init_hw() which is gen8_init_render_ring()
+--------> gen8_init_common_ring() - I added changes in this function.

We could probably use intel_ring_setup_status_page() for both cases, 
does it have to be Gen7 specific?

> Also I wonder about resume, where's the HWS_PGA restore for that case?
It is covered.

i915_drm_resume()
+-->i915_gem_init_hw

regards
Arun

> -Daniel
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-06-18 14:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 19:06 [PATCH] drm/i915: Initialize HWS page address after GPU reset Arun Siluvery
2015-06-03  3:13 ` shuang.he
2015-06-03 16:14 ` Ville Syrjälä
2015-06-04  8:18   ` Jani Nikula
2015-06-15  5:20   ` Daniel Vetter
2015-06-18 14:05     ` Siluvery, Arun [this message]
2015-06-18 14:53       ` Daniel Vetter

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=5582D018.7080302@linux.intel.com \
    --to=arun.siluvery@linux.intel.com \
    --cc=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=ville.syrjala@linux.intel.com \
    /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