From: "Jouni Högander" <jouni.hogander@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v3 0/3] Testcases for dirtyfb ioctl
Date: Fri, 21 Apr 2023 11:52:50 +0300 [thread overview]
Message-ID: <20230421085253.2344889-1-jouni.hogander@intel.com> (raw)
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.
v3:
- Use spinner
- Drop allocating big frambuffers
v2:
- Move fbc and drrs into libigt
- Change testcase license comment
- Move disable_features and do not apply for FEATURE_DEFAULT
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Jouni Högander (3):
tests/i915/kms_frontbuffer_tracking: Split fbc into library
tests/i915/kms_frontbuffer_tracking: Split drrs into library
tests/kms_dirtyfb: Add new test for dirtyfb ioctl
lib/i915/intel_drrs.c | 83 ++++++++
lib/i915/intel_drrs.h | 17 ++
lib/i915/intel_fbc.c | 62 ++++++
lib/i915/intel_fbc.h | 19 ++
lib/meson.build | 2 +
tests/i915/kms_dirtyfb.c | 291 ++++++++++++++++++++++++++
tests/i915/kms_frontbuffer_tracking.c | 140 ++-----------
tests/meson.build | 1 +
8 files changed, 492 insertions(+), 123 deletions(-)
create mode 100644 lib/i915/intel_drrs.c
create mode 100644 lib/i915/intel_drrs.h
create mode 100644 lib/i915/intel_fbc.c
create mode 100644 lib/i915/intel_fbc.h
create mode 100644 tests/i915/kms_dirtyfb.c
--
2.34.1
next reply other threads:[~2023-04-21 8:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-21 8:52 Jouni Högander [this message]
2023-04-21 8:52 ` [igt-dev] [PATCH i-g-t v3 1/3] tests/i915/kms_frontbuffer_tracking: Split fbc into library Jouni Högander
2023-04-21 9:35 ` Kamil Konieczny
2023-04-26 10:57 ` Hogander, Jouni
2023-04-21 8:52 ` [igt-dev] [PATCH i-g-t v3 2/3] tests/i915/kms_frontbuffer_tracking: Split drrs " Jouni Högander
2023-04-21 8:52 ` [igt-dev] [PATCH i-g-t v3 3/3] tests/kms_dirtyfb: Add new test for dirtyfb ioctl Jouni Högander
2023-04-21 10:52 ` [igt-dev] ✗ Fi.CI.BAT: failure for Testcases for dirtyfb ioctl (rev4) 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=20230421085253.2344889-1-jouni.hogander@intel.com \
--to=jouni.hogander@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