[Intel-gfx] [PATCH 2/3] Xv: fixup XvMC on i915

Carl Worth cworth at cworth.org
Thu Mar 4 01:53:08 CET 2010


On Mon,  1 Mar 2010 22:57:39 +0100, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
> +	/* for i915 xvmc, hw requires 1kb aligned surfaces */
> +	if ((id == FOURCC_XVMC) && IS_I915(intel))
> +		pitchAlignMask = 0x3ff;

This doesn't compile for me without INTEL_XVMC. From looking around, it
looks like we can just wrap the above condition with #if INTEL_XVMC?

If that's acceptable, I can do that and push.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20100303/e92d8ecd/attachment.sig>


More information about the Intel-gfx mailing list