On Thu, Feb 24, 2011 at 20:04, Alex Riesen <raa.lkml@xxxxxxxxx> wrote: > So, AFAICS, at the moment there is no better patch than this: > > diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c > index 17bd766..8f8a6a3 100644 > --- a/drivers/gpu/drm/i915/i915_dma.c > +++ b/drivers/gpu/drm/i915/i915_dma.c > @@ -764,7 +764,7 @@ static int i915_getparam(struct drm_device *dev, void *data, > Â Â Â Â Â Â Â Âbreak; > Â Â Â Âcase I915_PARAM_HAS_RELAXED_FENCING: > Â Â Â Â Â Â Â Âvalue = 1; > - Â Â Â Â Â Â Â break; > + Â Â Â Â Â Â Â return -EINVAL; > Â Â Â Âcase I915_PARAM_HAS_COHERENT_RINGS: > Â Â Â Â Â Â Â Âvalue = 1; > Â Â Â Â Â Â Â Âbreak; > Probably unrelated, but I managed to get a cursor corruption with just this patch. So maybe, I still need that fix from Daniel: an X cursor seem to meet that pixmap size requirements. And corruption picture fits too: stripes and dots in lower left corner of where a part of the cursor image should have been. Can't reproduce, though. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel