[Intel-gfx] [PATCH] Xv: free tearing on textured video
Rémi Cardona
remi at gentoo.org
Wed Feb 25 10:52:37 CET 2009
Xiang, Haihao a écrit :
> /* Wait for Events */
> #define MI_WAIT_FOR_EVENT (0x03<<23)
> +#define MI_WAIT_FOR_PIPEB_SVBLANK (1<<18)
> +#define MI_WAIT_FOR_PIPEA_SVBLANK (1<<17)
> #define MI_WAIT_FOR_OVERLAY_FLIP (1<<16)
> +#define MI_WAIT_FOR_PIPEB_VBLANK (1<<7)
> +#define MI_WAIT_FOR_PIPEA_VBLANK (1<<3)
You have some weird indentation voodoo going on here.
That's about as much as I can tell on this patch. :)
Cheers
--
Rémi Cardona
LRI, INRIA
remi.cardona at lri.fr
remi at gentoo.org
More information about the Intel-gfx
mailing list