[Bug 77351] [855GM] Mouse cursors show wrong default black cursors and/or do not update correctly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Apr 14 09:33:59 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=77351
--- Comment #10 from Chris Wilson <chris at chris-wilson.co.uk> ---
The log behaves as I expect. The change of cursors is being sent to the kernel,
but you observe that the updates do not occur.
Can you please try this kernel patch:
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 764467e..efcfd53 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -5055,6 +5055,7 @@ i915_gem_phys_pwrite(struct drm_device *dev,
return -EFAULT;
}
+ drm_clflush_virt_range(vaddr, args->size);
i915_gem_chipset_flush(dev);
return 0;
}
The other thing may be the two CRTCs using the same physical address. It's not
prohibited by the spec, but it may just be upsetting the hw?
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140414/5453a59c/attachment.html>
More information about the intel-gfx-bugs
mailing list