[Intel-gfx] [PATCH] drm/i915: Kill DRI1 cliprects

Chris Wilson chris at chris-wilson.co.uk
Fri Jun 19 07:30:27 PDT 2015


On Fri, Jun 19, 2015 at 02:45:34PM +0100, Chris Wilson wrote:
> +	/* Kernel clipping was a DRI1 misfeature */
> +	if (exec->num_cliprects != 0 || exec->cliprects_ptr == 0)
> +		return false;

In my attempt to keep Daniel happy, that test above for cliprects_ptr is
backwards.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list