Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/2] lib/intel_cmds_info: Remove duplicate block-copy tiling definition
@ 2024-06-20  9:48 Zbigniew Kempczyński
  2024-06-20  9:48 ` [PATCH i-g-t 2/2] lib/intel_device_info: Add blitter/render definition for BMG Zbigniew Kempczyński
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Zbigniew Kempczyński @ 2024-06-20  9:48 UTC (permalink / raw)
  To: igt-dev; +Cc: Zbigniew Kempczyński, Kamil Konieczny

Block-copy definition for Xe2 duplicates DG2+ so remove it.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
 lib/intel_cmds_info.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/lib/intel_cmds_info.c b/lib/intel_cmds_info.c
index 1416e02cd4..d581edb6eb 100644
--- a/lib/intel_cmds_info.c
+++ b/lib/intel_cmds_info.c
@@ -64,11 +64,6 @@ static const struct blt_cmd_info
 						 BLT_CMD_EXTENDED |
 						 BLT_CMD_SUPPORTS_COMPRESSION);
 
-static const struct blt_cmd_info
-		xe2_xy_block_copy = BLT_INFO_EXT(XY_BLOCK_COPY, TILE_L_X_4_64,
-						 BLT_CMD_EXTENDED |
-						 BLT_CMD_SUPPORTS_COMPRESSION);
-
 static const struct blt_cmd_info
 		mtl_xy_block_copy = BLT_INFO_EXT(XY_BLOCK_COPY, TILE_L_X_4_64,
 						 BLT_CMD_EXTENDED);
@@ -183,7 +178,7 @@ const struct intel_cmds_info gen12_pvc_cmds_info = {
 const struct intel_cmds_info xe2_cmds_info  = {
 	.blt_cmds = {
 		[XY_FAST_COPY] = &dg2_xy_fast_copy,
-		[XY_BLOCK_COPY] = &xe2_xy_block_copy,
+		[XY_BLOCK_COPY] = &dg2_xy_block_copy,
 		[MEM_COPY] = &pvc_mem_copy,
 		[MEM_SET] = &pvc_mem_set,
 	},
-- 
2.34.1


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

end of thread, other threads:[~2024-06-20 20:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  9:48 [PATCH i-g-t 1/2] lib/intel_cmds_info: Remove duplicate block-copy tiling definition Zbigniew Kempczyński
2024-06-20  9:48 ` [PATCH i-g-t 2/2] lib/intel_device_info: Add blitter/render definition for BMG Zbigniew Kempczyński
2024-06-20 10:40   ` Kamil Konieczny
2024-06-20 12:28   ` Andrzej Hajda
2024-06-20 10:34 ` [PATCH i-g-t 1/2] lib/intel_cmds_info: Remove duplicate block-copy tiling definition Kamil Konieczny
2024-06-20 12:27 ` Andrzej Hajda
2024-06-20 14:58 ` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2024-06-20 15:00 ` ✓ CI.xeBAT: " Patchwork
2024-06-20 16:27 ` ✗ CI.xeFULL: failure " Patchwork
2024-06-20 20:44 ` ✗ Fi.CI.IGT: " Patchwork

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