Daniel Vetter daniel.vetter@ffwll.ch writes:
On Tue, Dec 11, 2012 at 1:31 PM, Nikola Pajkovsky npajkovs@redhat.com wrote:
looks like we still have some oops in i915. i915 maintainers do you have any ideas what's going on? I will try to trigger that oops later today and provide more information.
The infamous pin leak. Should be fixed with
commit b4a98e57fc27854b5938fc8b08b68e5e68b91e1f Author: Chris Wilson chris@chris-wilson.co.uk Date: Thu Nov 1 09:26:26 2012 +0000
drm/i915: Flush outstanding unpin tasks before pageflipping
available from the drm-next (or linux-next) trees. If it holds up once merged, we'll backport it.
Thanks for the info, I will merge it into my local tree and give it try.