Re: [Intel-gfx] [PATCH] drm/i915/mtl: X-Tile support changes to client blits

2023-02-24 Thread Matt Roper
On Thu, Feb 23, 2023 at 10:39:54AM -0800, Jonathan Cavitt wrote: > Refactor the supports_x_tiling and fast_blit_ok helper > functions in the live client selftest to better reflect > when XY_FAST_COPY_BLT supports X-tile and can be used. > > Signed-off-by: Jonathan Cavitt Bspec: 47982 Reviewed-by

Re: [Intel-gfx] [PATCH] drm/i915/mtl: X-Tile support changes to client blits

2023-02-24 Thread Juha-Pekka Heikkila
look ok to me. Reviewed-by: Juha-Pekka Heikkila On 23.2.2023 20.39, Jonathan Cavitt wrote: Refactor the supports_x_tiling and fast_blit_ok helper functions in the live client selftest to better reflect when XY_FAST_COPY_BLT supports X-tile and can be used. Signed-off-by: Jonathan Cavitt ---

[Intel-gfx] [PATCH] drm/i915/mtl: X-Tile support changes to client blits

2023-02-23 Thread Jonathan Cavitt
Refactor the supports_x_tiling and fast_blit_ok helper functions in the live client selftest to better reflect when XY_FAST_COPY_BLT supports X-tile and can be used. Signed-off-by: Jonathan Cavitt --- .../i915/gem/selftests/i915_gem_client_blt.c | 19 +-- 1 file changed, 9 inser