From: "Jouni Högander" <jouni.hogander@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v7 0/4] Testcases for dirtyfb ioctl
Date: Wed, 9 Aug 2023 11:33:41 +0300 [thread overview]
Message-ID: <20230809083345.1759961-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.
v7:
- Split kms_frontbuffer_tracking changes into separate patch
- Xe spinner changes already merged
v6:
- Perform igt_display_reset in prepare
v5:
- Modifications to support Xe as well
v4:
- Document library interface functions
- Check connector type is eDP when PSR is tested
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>
Cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Jouni Högander (4):
lib/i915/fbc: Add fbc helpers
lib/i915/drrs: Add drrs helpers
tests/i915/kms_frontbuffer_tracking: Utilize added fbc and drrs
helpers
tests/kms_dirtyfb: Add new test for dirtyfb ioctl
lib/i915/intel_drrs.c | 133 +++++++++++
lib/i915/intel_drrs.h | 17 ++
lib/i915/intel_fbc.c | 96 ++++++++
lib/i915/intel_fbc.h | 18 ++
lib/meson.build | 2 +
tests/i915/kms_dirtyfb.c | 303 ++++++++++++++++++++++++++
tests/i915/kms_frontbuffer_tracking.c | 140 ++----------
tests/meson.build | 1 +
8 files changed, 587 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-08-09 8:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-09 8:33 Jouni Högander [this message]
2023-08-09 8:33 ` [igt-dev] [PATCH i-g-t v7 1/4] lib/i915/fbc: Add fbc helpers Jouni Högander
2023-08-09 8:33 ` [igt-dev] [PATCH i-g-t v7 2/4] lib/i915/drrs: Add drrs helpers Jouni Högander
2023-08-09 8:33 ` [igt-dev] [PATCH i-g-t v7 3/4] tests/i915/kms_frontbuffer_tracking: Utilize added fbc and " Jouni Högander
2023-08-09 8:33 ` [igt-dev] [PATCH i-g-t v7 4/4] tests/kms_dirtyfb: Add new test for dirtyfb ioctl Jouni Högander
2023-08-18 9:34 ` Kamil Konieczny
2023-08-09 9:01 ` [igt-dev] ✗ GitLab.Pipeline: warning for Testcases for dirtyfb ioctl (rev9) Patchwork
2023-08-09 9:30 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-09 10:19 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-08-09 16:37 ` [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=20230809083345.1759961-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