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
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 --
== 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
== 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/
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 +-
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