Re: [git pull] drm fixes

From: Alex Riesen
Date: Thu Feb 24 2011 - 14:25:25 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/