All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc
@ 2017-03-18 10:28 Chris Wilson
  2017-03-18 10:46 ` ✗ Fi.CI.BAT: warning for " Patchwork
  2017-03-19 21:58 ` [PATCH] " Michał Winiarski
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Wilson @ 2017-03-18 10:28 UTC (permalink / raw)
  To: intel-gfx

When switching back to execlists, we also now need to restore the
tasklet handler.

Reported-by: Oscar Mateo <oscar.mateo@intel.com>
Fixes: 31de73501ac9 ("drm/i915/scheduler: emulate a scheduler for guc")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Michał Winiarski <michal.winiarski@intel.com>
Cc: Oscar Mateo <oscar.mateo@intel.com>
---
 drivers/gpu/drm/i915/intel_lrc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
index 97dda0108a8c..df1d1c9eeb99 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -1578,6 +1578,7 @@ static void execlists_set_default_submission(struct intel_engine_cs *engine)
 {
 	engine->submit_request = execlists_submit_request;
 	engine->schedule = execlists_schedule;
+	engine->irq_tasklet.func = intel_lrc_irq_handler;
 }
 
 static void
-- 
2.11.0

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

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

* ✗ Fi.CI.BAT: warning for drm/i915: Reset tasklet back to execlists after disabling guc
  2017-03-18 10:28 [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc Chris Wilson
@ 2017-03-18 10:46 ` Patchwork
  2017-03-19 21:58 ` [PATCH] " Michał Winiarski
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2017-03-18 10:46 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: Reset tasklet back to execlists after disabling guc
URL   : https://patchwork.freedesktop.org/series/21485/
State : warning

== Summary ==

Series 21485v1 drm/i915: Reset tasklet back to execlists after disabling guc
https://patchwork.freedesktop.org/api/1.0/series/21485/revisions/1/mbox/

Test drv_module_reload:
        Subgroup basic-no-display:
                incomplete -> PASS       (fi-hsw-4770r) fdo#100121
Test kms_force_connector_basic:
        Subgroup force-connector-state:
                pass       -> SKIP       (fi-snb-2520m)

fdo#100121 https://bugs.freedesktop.org/show_bug.cgi?id=100121

fi-bdw-5557u     total:278  pass:267  dwarn:0   dfail:0   fail:0   skip:11  time: 471s
fi-bsw-n3050     total:278  pass:239  dwarn:0   dfail:0   fail:0   skip:39  time: 587s
fi-bxt-j4205     total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19  time: 535s
fi-bxt-t5700     total:278  pass:258  dwarn:0   dfail:0   fail:0   skip:20  time: 565s
fi-byt-j1900     total:278  pass:251  dwarn:0   dfail:0   fail:0   skip:27  time: 501s
fi-byt-n2820     total:278  pass:247  dwarn:0   dfail:0   fail:0   skip:31  time: 501s
fi-hsw-4770      total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time: 443s
fi-hsw-4770r     total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time: 432s
fi-ilk-650       total:278  pass:228  dwarn:0   dfail:0   fail:0   skip:50  time: 436s
fi-ivb-3520m     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 518s
fi-ivb-3770      total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 490s
fi-kbl-7500u     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time: 479s
fi-skl-6260u     total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 496s
fi-skl-6700hq    total:278  pass:261  dwarn:0   dfail:0   fail:0   skip:17  time: 599s
fi-skl-6700k     total:278  pass:256  dwarn:4   dfail:0   fail:0   skip:18  time: 484s
fi-skl-6770hq    total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time: 510s
fi-snb-2520m     total:278  pass:249  dwarn:0   dfail:0   fail:0   skip:29  time: 541s
fi-snb-2600      total:278  pass:249  dwarn:0   dfail:0   fail:0   skip:29  time: 419s

d8839e27a455191ec29780759a908f9d30a77cbb drm-tip: 2017y-03m-17d-23h-25m-27s UTC integration manifest
1eb21da drm/i915: Reset tasklet back to execlists after disabling guc

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_4225/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc
  2017-03-18 10:28 [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc Chris Wilson
  2017-03-18 10:46 ` ✗ Fi.CI.BAT: warning for " Patchwork
@ 2017-03-19 21:58 ` Michał Winiarski
  2017-03-20 13:52   ` Chris Wilson
  1 sibling, 1 reply; 4+ messages in thread
From: Michał Winiarski @ 2017-03-19 21:58 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx

On Sat, Mar 18, 2017 at 10:28:59AM +0000, Chris Wilson wrote:
> When switching back to execlists, we also now need to restore the
> tasklet handler.
> 
> Reported-by: Oscar Mateo <oscar.mateo@intel.com>
> Fixes: 31de73501ac9 ("drm/i915/scheduler: emulate a scheduler for guc")
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> Cc: Michał Winiarski <michal.winiarski@intel.com>
> Cc: Oscar Mateo <oscar.mateo@intel.com>

Reviewed-by: Michał Winiarski <michal.winiarski@intel.com>

-Michał

> ---
>  drivers/gpu/drm/i915/intel_lrc.c | 1 +
>  1 file changed, 1 insertion(+)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc
  2017-03-19 21:58 ` [PATCH] " Michał Winiarski
@ 2017-03-20 13:52   ` Chris Wilson
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Wilson @ 2017-03-20 13:52 UTC (permalink / raw)
  To: Michał Winiarski; +Cc: intel-gfx

On Sun, Mar 19, 2017 at 10:58:12PM +0100, Michał Winiarski wrote:
> On Sat, Mar 18, 2017 at 10:28:59AM +0000, Chris Wilson wrote:
> > When switching back to execlists, we also now need to restore the
> > tasklet handler.
> > 
> > Reported-by: Oscar Mateo <oscar.mateo@intel.com>
> > Fixes: 31de73501ac9 ("drm/i915/scheduler: emulate a scheduler for guc")
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
> > Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> > Cc: Michał Winiarski <michal.winiarski@intel.com>
> > Cc: Oscar Mateo <oscar.mateo@intel.com>
> 
> Reviewed-by: Michał Winiarski <michal.winiarski@intel.com>

Idempotency is good. Pushed, thanks.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-03-20 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 10:28 [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc Chris Wilson
2017-03-18 10:46 ` ✗ Fi.CI.BAT: warning for " Patchwork
2017-03-19 21:58 ` [PATCH] " Michał Winiarski
2017-03-20 13:52   ` Chris Wilson

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.