From: apoorva1.singh@intel.com
To: apoorva1.singh@intel.com, igt-dev@lists.freedesktop.org,
zbigniew.kempczynski@intel.com, arjun.melkaveri@intel.com
Subject: [igt-dev] [PATCH i-g-t,v2 0/3] Add testing for CCS
Date: Mon, 22 Nov 2021 12:18:46 +0530 [thread overview]
Message-ID: <20211122064849.785894-1-apoorva1.singh@intel.com> (raw)
From: Apoorva Singh <apoorva1.singh@intel.com>
- Add new libraries i915_blt and intel_mocs for various blt
commands and mocs settings.
- Add a new platform flag, has_flat_ccs, for platforms
supporting Flat CCS.
- Add gem_ccs test for CCS testing.
Commands are constructed with XY_BLOCK_COPY_BLT
and XY_CTRL_SURF_COPY_BLT instructions.
Apoorva Singh (2):
lib/i915: Introduce libraries i915_blt and intel_mocs
lib/intel_chipset.h: Add has_flat_ccs flag
CQ Tang (1):
i915/gem_ccs: Add testing for CCS
lib/i915/gem_engine_topology.c | 38 ++
lib/i915/gem_engine_topology.h | 5 +
lib/i915/i915_blt.c | 419 +++++++++++++++++++++
lib/i915/i915_blt.h | 93 +++++
lib/i915/intel_mocs.c | 75 ++++
lib/i915/intel_mocs.h | 43 +++
lib/intel_chipset.h | 3 +
lib/meson.build | 2 +
tests/i915/gem_ccs.c | 640 +++++++++++++++++++++++++++++++++
tests/meson.build | 1 +
10 files changed, 1319 insertions(+)
create mode 100644 lib/i915/i915_blt.c
create mode 100644 lib/i915/i915_blt.h
create mode 100644 lib/i915/intel_mocs.c
create mode 100644 lib/i915/intel_mocs.h
create mode 100644 tests/i915/gem_ccs.c
--
2.25.1
next reply other threads:[~2021-11-22 6:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 6:48 apoorva1.singh [this message]
2021-11-22 6:48 ` [igt-dev] [PATCH i-g-t, v2 1/3] lib/i915: Introduce libraries i915_blt and intel_mocs apoorva1.singh
2021-11-22 9:00 ` Zbigniew Kempczyński
2021-11-22 9:03 ` Zbigniew Kempczyński
2021-11-23 12:34 ` Zbigniew Kempczyński
2021-11-23 13:23 ` Zbigniew Kempczyński
2021-11-22 6:48 ` [igt-dev] [PATCH i-g-t, v2 2/3] lib/intel_chipset.h: Add has_flat_ccs flag apoorva1.singh
2021-11-22 8:15 ` Zbigniew Kempczyński
2021-11-22 6:48 ` [igt-dev] [PATCH i-g-t,v2 3/3] i915/gem_ccs: Add testing for CCS apoorva1.singh
2021-11-25 7:55 ` [igt-dev] [PATCH i-g-t, v2 " Zbigniew Kempczyński
2021-11-22 8:36 ` [igt-dev] ✓ Fi.CI.BAT: success for Add testing for CCS (rev2) Patchwork
2021-11-22 10:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211122064849.785894-1-apoorva1.singh@intel.com \
--to=apoorva1.singh@intel.com \
--cc=arjun.melkaveri@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=zbigniew.kempczynski@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox