2013/2/19 Marcin Slusarz <marcin.slusarz@xxxxxxxxx>: > Yay. It will probably fix https://bugs.freedesktop.org/show_bug.cgi?id=59168. > (note: it doesn't apply on top of nouveau/master) Please correct me if I am wrong, but doesn't nv84_fence_[resume,suspend] on current nouveau-3.8.0_rc7 (master) which is "used" by nvc0_fence.c "identical" to what this patch does? nvc0_fence_create-> nv84_fence_create sets up: priv->base.suspend = nv84_fence_suspend; priv->base.resume = nv84_fence_resume; There is no dedicated nvc0_fence_[resume,suspend] impl from what I grasped. c.f.: http://cgit.freedesktop.org/nouveau/linux-2.6/tree/drivers/gpu/drm/nouveau/nv84_fence.c#n178 Michael _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel