[igt-dev] [PATCH i-g-t 0/3] Add copy basic test to exercise blt commands
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Tue Oct 17 08:49:13 UTC 2023
On Mon, Oct 16, 2023 at 11:37:13PM +0530, sai.gowtham.ch at intel.com wrote:
> From: Sai Gowtham Ch <sai.gowtham.ch at 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. Add wrappers for batch preparation and submit exec.
> 3. Add copy commands MEM_SET_CMD and MEM_COPY_CMD in the lib.
May you check your patches with checkpatch? I see there's mixing
of spaces and tabs indentation as well as function arguments are
not aligned properly.
--
Zbigniew
>
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
>
> Sai Gowtham Ch (3):
> lib/intel_blt: Add wrappers to prepare batch buffers and submit exec
> lib/intel_cmds_info: Add M_MATRIX in mem_copy as it is supported for
> PVC
> intel/xe_copy_basic: Add copy basic test to exercise blt commands
>
> lib/intel_blt.c | 200 ++++++++++++++++++++++++++++++++++++
> lib/intel_blt.h | 39 +++++++
> lib/intel_cmds_info.c | 3 +-
> lib/intel_reg.h | 4 +
> tests/intel/xe_copy_basic.c | 192 ++++++++++++++++++++++++++++++++++
> tests/meson.build | 1 +
> 6 files changed, 438 insertions(+), 1 deletion(-)
> create mode 100644 tests/intel/xe_copy_basic.c
>
> --
> 2.39.1
>
More information about the igt-dev
mailing list