[igt-dev] [PATCH i-g-t 0/3] Testcases for dirtyfb ioctl
Jouni Högander
jouni.hogander at intel.com
Wed Apr 5 05:34:48 UTC 2023
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 at linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst at 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
More information about the igt-dev
mailing list