[PATCH v2 1/4] drm/tegra: Implement more tiling modes

2014-06-27 Thread Alexandre Courbot
On Fri, Jun 27, 2014 at 5:28 PM, Thierry Reding wrote: > From: Thierry Reding > > Tegra124 supports a block-linear mode in addition to the regular pitch > linear and tiled modes. Add support for these by moving the internal > representation into a structure rather than a simple flag. Tested-by:

[PATCH v2 1/4] drm/tegra: Implement more tiling modes

2014-06-27 Thread Thierry Reding
On Fri, Jun 27, 2014 at 07:17:24PM +0900, Alexandre Courbot wrote: > On Fri, Jun 27, 2014 at 5:28 PM, Thierry Reding > wrote: > > From: Thierry Reding > > > > Tegra124 supports a block-linear mode in addition to the regular pitch > > linear and tiled modes. Add support for these by moving the int

[PATCH v2 1/4] drm/tegra: Implement more tiling modes

2014-06-27 Thread Thierry Reding
From: Thierry Reding Tegra124 supports a block-linear mode in addition to the regular pitch linear and tiled modes. Add support for these by moving the internal representation into a structure rather than a simple flag. Signed-off-by: Thierry Reding --- Changes in v2: - none drivers/gpu/drm/t