Re: [Intel-gfx] [GIT PULL] GVT-g fixes for 4.11-rc4

2017-03-18 Thread Zhenyu Wang
On 2017.03.17 17:54:28 +0100, Daniel Vetter wrote: > On Fri, Mar 17, 2017 at 05:02:24PM +0800, Zhenyu Wang wrote: > > On 2017.03.17 10:58:26 +0200, Jani Nikula wrote: > > > On Fri, 17 Mar 2017, Zhenyu Wang wrote: > > > > Hi, > > > > > > > > This is gvt fixes for 4.11-rc4. Last minute rebase was to

[Intel-gfx] [PATCH i-g-t] lib/igt_kms: Fix erroneous assert

2017-03-18 Thread Brian Starkey
In trying to fix igt_display_init() for devices without cursors, I actually made matters worse. Fix the assert. Fixes: 545aa3398223 lib/igt_kms: Remove redundant cursor code Signed-off-by: Brian Starkey --- lib/igt_kms.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Skip force-wake for uncached mmio flush of GGTT writes

2017-03-18 Thread Patchwork
== Series Details == Series: drm/i915: Skip force-wake for uncached mmio flush of GGTT writes URL : https://patchwork.freedesktop.org/series/21486/ State : success == Summary == Series 21486v1 drm/i915: Skip force-wake for uncached mmio flush of GGTT writes https://patchwork.freedesktop.org/ap

[Intel-gfx] ✗ Fi.CI.BAT: warning for drm/i915: Reset tasklet back to execlists after disabling guc

2017-03-18 Thread Patchwork
== 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/

[Intel-gfx] [PATCH] drm/i915: Skip force-wake for uncached mmio flush of GGTT writes

2017-03-18 Thread Chris Wilson
The trick of using an uncached mmio read to ensure that the GGTT writes are flushed does not require us to do the forcewake dance, so avoid it in the hope of reducing the frequency that we do keep the device forced awake. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 7 +-

[Intel-gfx] [PATCH] drm/i915: Reset tasklet back to execlists after disabling guc

2017-03-18 Thread Chris Wilson
When switching back to execlists, we also now need to restore the tasklet handler. Reported-by: Oscar Mateo Fixes: 31de73501ac9 ("drm/i915/scheduler: emulate a scheduler for guc") Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Joonas Lahtinen Cc: Michał Winiarski Cc: Oscar Mateo --- dri