[PATCH 01/12] Stop trying to out-guess mesa for BO allocation
Eric Anholt
eric at anholt.net
Wed Jul 30 18:28:13 PDT 2014
Keith Packard <keithp at keithp.com> writes:
I don't see anything indicating that this code path is only used by
glamor.
> ---
> src/uxa/intel_uxa.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/uxa/intel_uxa.c b/src/uxa/intel_uxa.c
> index b396188..717754f 100644
> --- a/src/uxa/intel_uxa.c
> +++ b/src/uxa/intel_uxa.c
> @@ -758,6 +758,7 @@ free_priv:
> goto free_priv;
> }
>
> +#if 0
> if (tiling != I915_TILING_NONE) {
> int height;
>
> @@ -780,6 +781,7 @@ free_priv:
> bo = NULL;
> goto free_priv;
> }
> +#endif
> }
>
> BAIL:
> --
> 2.0.1
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140730/63c5bad8/attachment-0001.sig>
More information about the xorg-devel
mailing list