[RFC][PATCH i-g-t 0/3] Add new test to validate adaptive sharpness filter

Swati Sharma swati2.sharma at intel.com
Wed Feb 21 16:23:54 UTC 2024


New test is added to validate adaptive sharpness filter on
LNL platform. Pipe scaler is repurposed to perform a portion
of this work. This means pipe scaling will be unavailable while
the sharpening function is being used. The other scaler can be
used for plane scaler.

This RFC is an attempt to validate adaptive sharpness solution
which helps in improving the image quality. For this new CRTC
property is added. The user can set this property with desired
sharpness strength value with 0-255. A value of 1 representing
minimum sharpening strength and 255 representing maximum
sharpness strength. A strength value of 0 means no sharpening or
sharpening feature disabled.

KMD: https://patchwork.freedesktop.org/series/129889/

Swati Sharma (3):
  lib/igt_kms: Add sharpness strength property
  tests: Add 2160p image
  tests/kms_sharpness_filter: Add new test

 lib/igt_kms.c                |   4 +
 lib/igt_kms.h                |   1 +
 tests/2160p.png              | Bin 0 -> 13426944 bytes
 tests/kms_sharpness_filter.c | 666 +++++++++++++++++++++++++++++++++++
 tests/meson.build            |   1 +
 5 files changed, 672 insertions(+)
 create mode 100644 tests/2160p.png
 create mode 100644 tests/kms_sharpness_filter.c

-- 
2.25.1



More information about the igt-dev mailing list