From: Karolina Stolarek <karolina.stolarek@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2 0/3] Use intel_cmds_info in i915_pm_rpm
Date: Tue, 27 Jun 2023 12:58:17 +0200 [thread overview]
Message-ID: <cover.1687862551.git.karolina.stolarek@intel.com> (raw)
i915_pm_rpm test uses XY_COLOR_BLT blitter command which is not
supported on newer generations. This series modifies gem-execbuf
test to switch to fast copy if it can't do a color blit. It also
introduces an updated version of intel_cmds_info library that has
information on XY_COLOR_BLT support.
v2:
- Rebase the series on the top of "lib/intel_blt: Prepare blt
library to support xe" commit
- Update regions iteration in gem_execbuf_subtest() to first
create a buffer on device memory, if possible
- Re-order blt_cmd_info definitions (no functional change)
- Drop BLT_CMD_LONG flag, and re-use BLT_CMD_EXTENDED
Karolina Stolarek (1):
tests/i915/i915_pm_rpm: Check command property instead of gen
Vikas Srivastava (2):
lib/intel_cmds_info: Add library support for XY_COLOR_BLT
tests/i915/i915_pm_rpm: Modify gem-execbuf test for gen12+
lib/intel_blt.c | 16 ++++
lib/intel_blt.h | 1 +
lib/intel_cmds_info.c | 23 ++++-
lib/intel_cmds_info.h | 1 +
tests/i915/i915_pm_rpm.c | 195 ++++++++++++++++++++++++++++++---------
5 files changed, 191 insertions(+), 45 deletions(-)
--
2.25.1
next reply other threads:[~2023-06-27 10:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-27 10:58 Karolina Stolarek [this message]
2023-06-27 10:58 ` [igt-dev] [PATCH i-g-t v2 1/3] lib/intel_cmds_info: Add library support for XY_COLOR_BLT Karolina Stolarek
2023-06-30 15:40 ` Kamil Konieczny
2023-06-27 10:58 ` [igt-dev] [PATCH i-g-t v2 2/3] tests/i915/i915_pm_rpm: Modify gem-execbuf test for gen12+ Karolina Stolarek
2023-06-30 15:41 ` Kamil Konieczny
2023-06-27 10:58 ` [igt-dev] [PATCH i-g-t v2 3/3] tests/i915/i915_pm_rpm: Check command property instead of gen Karolina Stolarek
2023-06-30 15:42 ` Kamil Konieczny
2023-06-28 8:21 ` [igt-dev] ✗ GitLab.Pipeline: warning for Use intel_cmds_info in i915_pm_rpm (rev3) Patchwork
2023-06-29 6:36 ` Karolina Stolarek
2023-06-28 8:50 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-06-28 21:45 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-06-29 6:34 ` Karolina Stolarek
2023-06-30 7:35 ` Yedireswarapu, SaiX Nandan
2023-06-30 7:29 ` [igt-dev] ✓ Fi.CI.IGT: success " 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=cover.1687862551.git.karolina.stolarek@intel.com \
--to=karolina.stolarek@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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