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

Swati Sharma swati2.sharma at intel.com
Fri Feb 23 04:50:11 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 (2):
  lib/igt_kms: Add sharpness strength property
  tests/kms_sharpness_filter: Add new test

 lib/igt_kms.c                      |   4 +
 lib/igt_kms.h                      |   1 +
 tests/intel/kms_sharpness_filter.c | 666 +++++++++++++++++++++++++++++
 tests/meson.build                  |   1 +
 4 files changed, 672 insertions(+)
 create mode 100644 tests/intel/kms_sharpness_filter.c

-- 
2.25.1



More information about the igt-dev mailing list