On Sun, Jun 07, 2015 at 01:01:48AM -0700, Kenneth Graunke wrote:
> On Friday, June 05, 2015 03:14:29 PM Chris Wilson wrote:
> > The BLT pitch is specified in bytes for linear surfaces and in dwords
> > for tiled surfaces. In both cases the programmable limit is 32,767, so
> > adjust the check to co
On Friday, June 05, 2015 03:14:29 PM Chris Wilson wrote:
> The BLT pitch is specified in bytes for linear surfaces and in dwords
> for tiled surfaces. In both cases the programmable limit is 32,767, so
> adjust the check to compensate for the effect of tiling.
>
> Signed-off-by: Chris Wilson
> Cc
On Fri, Jun 05, 2015 at 11:26:29AM -0700, Ben Widawsky wrote:
> On Fri, Jun 05, 2015 at 03:14:29PM +0100, Chris Wilson wrote:
> > The BLT pitch is specified in bytes for linear surfaces and in dwords
> > for tiled surfaces. In both cases the programmable limit is 32,767, so
> > adjust the check to
On Fri, Jun 05, 2015 at 03:14:29PM +0100, Chris Wilson wrote:
> The BLT pitch is specified in bytes for linear surfaces and in dwords
> for tiled surfaces. In both cases the programmable limit is 32,767, so
> adjust the check to compensate for the effect of tiling.
>
FYI: Here is a patch series I
The BLT pitch is specified in bytes for linear surfaces and in dwords
for tiled surfaces. In both cases the programmable limit is 32,767, so
adjust the check to compensate for the effect of tiling.
Signed-off-by: Chris Wilson
Cc: Kristian Høgsberg
Cc: Kenneth Graunke
---
src/mesa/drivers/dri/i