Re: [Mesa-dev] [PATCH v5 3/6] nouveau/nvc0: Extract common tile mode macro

2018-03-08 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, Mar 8, 2018 at 8:05 AM, Thierry Reding wrote: > From: Thierry Reding > > Add a new macro that can be used to extract the tiling mode from a > tile_mode value. This is will be used to determine the number of GOBs > used in block linear mode. > > Acked-by: Emil Ve

[Mesa-dev] [PATCH v5 3/6] nouveau/nvc0: Extract common tile mode macro

2018-03-08 Thread Thierry Reding
From: Thierry Reding Add a new macro that can be used to extract the tiling mode from a tile_mode value. This is will be used to determine the number of GOBs used in block linear mode. Acked-by: Emil Velikov Tested-by: Andre Heider Signed-off-by: Thierry Reding --- src/gallium/drivers/nouvea