[PATCH] EXA/evergreen: Paranoia around linear tiling.

2013-09-23 Thread Christopher James Halse Rogers
The last two bytes of tiling_mode contain the actual tiling mode; the rest are extra tiling configuration bits. These configuration bits are not necessarily zero for a linear buffer, so mask them out before checking for linearity Signed-off-by: Christopher James Halse Rogers r...@ubuntu.com ---

Re: [PATCH] EXA/evergreen: Paranoia around linear tiling.

2013-09-23 Thread Alex Deucher
On Fri, Sep 20, 2013 at 11:41 AM, Christopher James Halse Rogers r...@ubuntu.com wrote: The last two bytes of tiling_mode contain the actual tiling mode; the rest are extra tiling configuration bits. These configuration bits are not necessarily zero for a linear buffer, so mask them out before

Re: [PATCH] EXA/evergreen: Paranoia around linear tiling. (v2)

2013-09-23 Thread Alex Deucher
On Mon, Sep 23, 2013 at 3:25 PM, ch...@cooperteam.net wrote: From: Christopher James Halse Rogers r...@ubuntu.com The last two bytes of tiling_mode contain the actual tiling mode; the rest are extra tiling configuration bits. These configuration bits are not necessarily zero for a linear