Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/3] Testcases for dirtyfb ioctl
@ 2023-04-05  5:34 Jouni Högander
  2023-04-05  5:34 ` [igt-dev] [PATCH i-g-t 1/3] tests/i915/kms_frontbuffer_tracking: Split fbc into separate helper Jouni Högander
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jouni Högander @ 2023-04-05  5:34 UTC (permalink / raw)
  To: igt-dev

This patchset is adding new testcases for dirtyfb ioctl with features
like FBC, PSR and DRRS.

Also some helpers are split from kms_frontbuffer_tracking to be shared
with a new testcases.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Jouni Högander (3):
  tests/i915/kms_frontbuffer_tracking: Split fbc into separate helper
  tests/i915/kms_frontbuffer_tracking: Split drrs
  tests/kms_dirtyfb: Add new test for dirtyfb ioctl

 tests/i915/kms_dirtyfb.c              | 309 ++++++++++++++++++++++++++
 tests/i915/kms_drrs_helper.c          |  83 +++++++
 tests/i915/kms_drrs_helper.h          |  15 ++
 tests/i915/kms_fbc_helper.c           |  57 +++++
 tests/i915/kms_fbc_helper.h           |  19 ++
 tests/i915/kms_frontbuffer_tracking.c | 140 ++----------
 tests/meson.build                     |  17 +-
 7 files changed, 516 insertions(+), 124 deletions(-)
 create mode 100644 tests/i915/kms_dirtyfb.c
 create mode 100644 tests/i915/kms_drrs_helper.c
 create mode 100644 tests/i915/kms_drrs_helper.h
 create mode 100644 tests/i915/kms_fbc_helper.c
 create mode 100644 tests/i915/kms_fbc_helper.h

-- 
2.34.1

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

end of thread, other threads:[~2023-04-12  9:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05  5:34 [igt-dev] [PATCH i-g-t 0/3] Testcases for dirtyfb ioctl Jouni Högander
2023-04-05  5:34 ` [igt-dev] [PATCH i-g-t 1/3] tests/i915/kms_frontbuffer_tracking: Split fbc into separate helper Jouni Högander
2023-04-05  5:34 ` [igt-dev] [PATCH i-g-t 2/3] tests/i915/kms_frontbuffer_tracking: Split drrs Jouni Högander
2023-04-05  5:34 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_dirtyfb: Add new test for dirtyfb ioctl Jouni Högander
2023-04-05 12:59   ` Maarten Lankhorst
2023-04-12  9:45     ` Hogander, Jouni
2023-04-06  7:20   ` Kamil Konieczny
2023-04-12  9:46     ` Hogander, Jouni
2023-04-05  6:16 ` [igt-dev] ✗ Fi.CI.BAT: failure for Testcases " Patchwork
2023-04-05 14:35 ` [igt-dev] ✓ Fi.CI.BAT: success for Testcases for dirtyfb ioctl (rev2) Patchwork
2023-04-06  3:20 ` [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