Re: [Intel-gfx] [PATCH] drm/i915: Update tiled blits selftest

2022-05-24 Thread Das, Nirmoy
Hi Andrzej, On 5/24/2022 1:56 PM, Andrzej Hajda wrote: On 16.05.2022 10:20, Nirmoy Das wrote: From: Bommu Krishnaiah Update the selftest to include Tile 4 mode and switch to Tile 4 on platforms that supports Tile 4 but no Tile Y and vice versa. Also switch to XY_FAST_COPY_BLT on platforms tha

Re: [Intel-gfx] [PATCH] drm/i915: Update tiled blits selftest

2022-05-24 Thread Andrzej Hajda
On 16.05.2022 10:20, Nirmoy Das wrote: From: Bommu Krishnaiah Update the selftest to include Tile 4 mode and switch to Tile 4 on platforms that supports Tile 4 but no Tile Y and vice versa. Also switch to XY_FAST_COPY_BLT on platforms that supports it. v4: update commit message to reflect the

Re: [Intel-gfx] [PATCH] drm/i915: Update tiled blits selftest

2022-05-24 Thread Zbigniew KempczyƄski
On Mon, May 16, 2022 at 10:20:15AM +0200, Nirmoy Das wrote: > From: Bommu Krishnaiah > > Update the selftest to include Tile 4 mode and switch to Tile 4 on > platforms that supports Tile 4 but no Tile Y and vice versa. > Also switch to XY_FAST_COPY_BLT on platforms that supports it. > > v4: upda

[Intel-gfx] [PATCH] drm/i915: Update tiled blits selftest

2022-05-16 Thread Nirmoy Das
From: Bommu Krishnaiah Update the selftest to include Tile 4 mode and switch to Tile 4 on platforms that supports Tile 4 but no Tile Y and vice versa. Also switch to XY_FAST_COPY_BLT on platforms that supports it. v4: update commit message to reflect the code changes properly. v3: add a function