Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 00/12] Introduce intel_tiling_detect tool
@ 2024-05-27  7:33 Zbigniew Kempczyński
  2024-05-27  7:33 ` [PATCH i-g-t 01/12] lib/intel_bufops: Fix offset returned for Tile4 Zbigniew Kempczyński
                   ` (14 more replies)
  0 siblings, 15 replies; 32+ messages in thread
From: Zbigniew Kempczyński @ 2024-05-27  7:33 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Juha-Pekka Heikkila

I'm going to verify all tilings we claim in intel-cmds-info as
if I'm not wrong we have Yf tiling instead Tile4 on early gen12
platforms (TGL, DG1).

For the above I need to verify are documentation and code correct
and if not fix it.

Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>

Zbigniew Kempczyński (12):
  lib/intel_bufops: Fix offset returned for Tile4
  lib/intel_bufops: Fix mapping/unmapping for i915 and xe
  lib/intel_bufops: Add linear-to-none copy path
  lib/intel_bufops: Add Tile4 in linear_to and to_linear helpers
  lib/intel_bufops: Add Yf tiling
  lib/intel_blt: Add Yf tiling in block-copy
  lib/intel_bufops: Add Ys tiling in linear_to and to_linear path
  lib/intel_bufops: Drop unnecessary Tile4 function assignment
  lib/intel_bufops: Preparation for adding software tiling for Tile64
  lib/intel_bufops: Drop Tile4 swizzling
  lib/intel_bufops: Don't disable x and y on platforms without swizzling
  tools/intel_tiling_detect: Introduce tiling detection tool

 lib/intel_blt.c             |   4 +
 lib/intel_bufops.c          | 146 +++++++-----
 lib/intel_cmds_info.h       |   1 +
 tools/intel_tiling_detect.c | 432 ++++++++++++++++++++++++++++++++++++
 tools/meson.build           |   1 +
 5 files changed, 528 insertions(+), 56 deletions(-)
 create mode 100644 tools/intel_tiling_detect.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2024-06-18  5:15 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27  7:33 [PATCH i-g-t 00/12] Introduce intel_tiling_detect tool Zbigniew Kempczyński
2024-05-27  7:33 ` [PATCH i-g-t 01/12] lib/intel_bufops: Fix offset returned for Tile4 Zbigniew Kempczyński
2024-06-03  7:26   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 02/12] lib/intel_bufops: Fix mapping/unmapping for i915 and xe Zbigniew Kempczyński
2024-06-03  7:31   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 03/12] lib/intel_bufops: Add linear-to-none copy path Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 04/12] lib/intel_bufops: Add Tile4 in linear_to and to_linear helpers Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 05/12] lib/intel_bufops: Add Yf tiling Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 06/12] lib/intel_blt: Add Yf tiling in block-copy Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 07/12] lib/intel_bufops: Add Ys tiling in linear_to and to_linear path Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 08/12] lib/intel_bufops: Drop unnecessary Tile4 function assignment Zbigniew Kempczyński
2024-06-17 11:16   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 09/12] lib/intel_bufops: Preparation for adding software tiling for Tile64 Zbigniew Kempczyński
2024-06-17 11:17   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 10/12] lib/intel_bufops: Drop Tile4 swizzling Zbigniew Kempczyński
2024-06-17 11:17   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 11/12] lib/intel_bufops: Don't disable x and y on platforms without swizzling Zbigniew Kempczyński
2024-06-17 16:43   ` Juha-Pekka Heikkila
2024-05-27  7:33 ` [PATCH i-g-t 12/12] tools/intel_tiling_detect: Introduce tiling detection tool Zbigniew Kempczyński
2024-06-17 19:21   ` Juha-Pekka Heikkila
2024-06-18  4:51     ` Zbigniew Kempczyński
2024-06-17 19:46   ` Kamil Konieczny
2024-06-18  5:15     ` Zbigniew Kempczyński
2024-05-27 18:40 ` ✓ Fi.CI.BAT: success for Introduce intel_tiling_detect tool Patchwork
2024-05-27 18:45 ` ✓ CI.xeBAT: " Patchwork
2024-05-28  7:29 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-05-28  7:46   ` Zbigniew Kempczyński

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox