Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] Add copy basic test to exercise blt commands
@ 2023-09-04 11:04 sai.gowtham.ch
  2023-09-04 11:04 ` [igt-dev] [PATCH i-g-t 1/4] intel/xe_copy_basic: " sai.gowtham.ch
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: sai.gowtham.ch @ 2023-09-04 11:04 UTC (permalink / raw)
  To: igt-dev, karolina.stolarek, sai.gowtham.ch

From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

Add copy basic test which exercies mem-se and mem-copy commands, this
patch series involves in following changes:

1. Add copy basic test to exercise blt commands.
2. check if blt commands are supported by the platforms.
3. Add copy commands to blt_cmd_type.
4. Add copy commands MEM_SET_CMD and MEM_COPY_CMD in the lib.

Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>

Sai Gowtham Ch (4):
  intel/xe_copy_basic: Add copy basic test to exercise blt commands
  lib/intel_blt: check if blt commands are supported by the platforms
  lib/intel_cmds_info: Add copy commands to blt_cmd_type
  lib/intel_reg: Add copy commands in the lib

 lib/intel_blt.c             |  32 ++++
 lib/intel_blt.h             |   2 +
 lib/intel_cmds_info.h       |   2 +
 lib/intel_reg.h             |   4 +
 tests/intel/xe_copy_basic.c | 284 ++++++++++++++++++++++++++++++++++++
 tests/meson.build           |   1 +
 6 files changed, 325 insertions(+)
 create mode 100644 tests/intel/xe_copy_basic.c

-- 
2.39.1

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

end of thread, other threads:[~2023-09-18  8:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 11:04 [igt-dev] [PATCH i-g-t 0/4] Add copy basic test to exercise blt commands sai.gowtham.ch
2023-09-04 11:04 ` [igt-dev] [PATCH i-g-t 1/4] intel/xe_copy_basic: " sai.gowtham.ch
2023-09-11 13:14   ` Karolina Stolarek
2023-09-12 11:05     ` Ch, Sai Gowtham
2023-09-04 11:04 ` [igt-dev] [PATCH i-g-t 2/4] lib/intel_blt: check if blt commands are supported by the platforms sai.gowtham.ch
2023-09-04 12:39   ` Zbigniew Kempczyński
2023-09-05  4:11     ` Ch, Sai Gowtham
2023-09-07  9:36       ` Zbigniew Kempczyński
2023-09-07 13:36         ` Ch, Sai Gowtham
2023-09-11 11:24           ` Karolina Stolarek
2023-09-11 12:20           ` Zbigniew Kempczyński
2023-09-11 11:09     ` Karolina Stolarek
2023-09-13  7:39       ` Zbigniew Kempczyński
2023-09-18  8:12         ` Karolina Stolarek
2023-09-04 11:04 ` [igt-dev] [PATCH i-g-t 3/4] lib/intel_cmds_info: Add copy commands to blt_cmd_type sai.gowtham.ch
2023-09-04 11:04 ` [igt-dev] [PATCH i-g-t 4/4] lib/intel_reg: Add copy commands in the lib sai.gowtham.ch
2023-09-04 12:46 ` [igt-dev] ✗ GitLab.Pipeline: warning for Add copy basic test to exercise blt commands (rev2) Patchwork
2023-09-04 13:27 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-09-04 13:51 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork

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