Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] Use intel_cmds_info in i915_pm_rpm
@ 2023-05-22  9:57 Karolina Stolarek
  2023-05-22  9:57 ` [igt-dev] [PATCH i-g-t 1/4] lib/i915: Add library support for XY_COLOR_BLT Karolina Stolarek
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Karolina Stolarek @ 2023-05-22  9:57 UTC (permalink / raw)
  To: igt-dev

i915_pm_rpm test uses XY_COLOR_BLT blitter command which is not
supported in 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. 

Karolina Stolarek (2):
  lib/intel_cmds_info: Drop BLT_CMD_LONG flag
  tests/i915/i915_pm_rpm: Check command property instead of gen

Vikas Srivastava (2):
  lib/i915: Add library support for XY_COLOR_BLT
  tests/i915/i915_pm_rpm: Modify gem-execbuf test for gen12+

 lib/i915/i915_blt.c        |  16 +++
 lib/i915/i915_blt.h        |   1 +
 lib/i915/intel_cmds_info.c |  23 ++++-
 lib/i915/intel_cmds_info.h |   1 +
 tests/i915/i915_pm_rpm.c   | 195 +++++++++++++++++++++++++++++--------
 5 files changed, 191 insertions(+), 45 deletions(-)

-- 
2.25.1

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

end of thread, other threads:[~2023-05-25  9:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-22  9:57 [igt-dev] [PATCH i-g-t 0/4] Use intel_cmds_info in i915_pm_rpm Karolina Stolarek
2023-05-22  9:57 ` [igt-dev] [PATCH i-g-t 1/4] lib/i915: Add library support for XY_COLOR_BLT Karolina Stolarek
2023-05-22  9:57 ` [igt-dev] [PATCH i-g-t 2/4] tests/i915/i915_pm_rpm: Modify gem-execbuf test for gen12+ Karolina Stolarek
2023-05-22 11:29   ` Zbigniew Kempczyński
2023-05-25  9:35     ` Karolina Stolarek
2023-05-22  9:57 ` [igt-dev] [PATCH i-g-t 3/4] lib/intel_cmds_info: Drop BLT_CMD_LONG flag Karolina Stolarek
2023-05-22 11:32   ` Zbigniew Kempczyński
2023-05-25  9:29     ` Karolina Stolarek
2023-05-22  9:57 ` [igt-dev] [PATCH i-g-t 4/4] tests/i915/i915_pm_rpm: Check command property instead of gen Karolina Stolarek
2023-05-22 10:26 ` [igt-dev] ✓ Fi.CI.BAT: success for Use intel_cmds_info in i915_pm_rpm Patchwork
2023-05-22 14:31 ` [igt-dev] ✓ 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