All of lore.kernel.org
 help / color / mirror / Atom feed
* Do we also need to reset HW when execlist mode is enabled?
@ 2015-06-23 21:41 Zhi Wang
  2015-06-24 13:47 ` Daniel Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Zhi Wang @ 2015-06-23 21:41 UTC (permalink / raw)
  To: intel-gfx@lists.freedesktop.org; +Cc: Niu, Bing

Hi Experts:
	Recently we found that when i915 module got unloaded, when we were
debugging some bugs in XenGT. It would not reset HW under execlist mode.
I'm not sure if this is an issue. But if we keep loading/unloading
module with the different submission mode, e.g. from execlist mode to
ring buffer mode via loading/unloading i915, this should be a corner
case.... Maybe you can provide some advice, or make sure if we need to
fix it. :)

If so, we can submit a patch. :)

Code:
void i915_gem_context_fini(struct drm_device *dev)
{
        struct drm_i915_private *dev_priv = dev->dev_private;
        struct intel_context *dctx = dev_priv->ring[RCS].default_context;
        int i;

        if (dctx->legacy_hw_ctx.rcs_state) {
                /* The only known way to stop the gpu from accessing the
hw context is
                 * to reset it. Do this as the very last operation to
avoid confusing
                 * other code, leading to spurious errors. */
                intel_gpu_reset(dev);  // <------------ Move this one to
the beginning of the function.


Thanks,
Zhi.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-24 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 21:41 Do we also need to reset HW when execlist mode is enabled? Zhi Wang
2015-06-24 13:47 ` Daniel Vetter

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.