[Intel-gfx] [PATCH] tests/kms_color:Color IGT
David Weinehall
david.weinehall at linux.intel.com
Fri Jul 10 03:41:11 PDT 2015
On Fri, Jul 10, 2015 at 04:02:53PM +0530, Dhanya Pillai wrote:
> From: Dhanya <dhanya.p.r at intel.com>
>
> This patch will verify color correction capability of a display driver.
> Gamma/CSC/De-gamma supported.
>
> Signed-off-by: Dhanya <dhanya.p.r at intel.com>
> ---
> tests/Makefile.sources | 3 +
> tests/kms_color.c | 639 +++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 642 insertions(+)
> create mode 100644 tests/kms_color.c
>
> diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> index 994c31b..f49c396 100644
> --- a/tests/Makefile.sources
> +++ b/tests/Makefile.sources
> @@ -77,9 +77,12 @@ TESTS_progs_M = \
> kms_setmode \
> kms_universal_plane \
> kms_vblank \
> + kms_color \
> + color-correction \
> kms_crtc_background_color \
> kms_plane_scaling \
> kms_panel_fitting \
> + kms_render_compression \
> pm_lpsp \
> pm_rpm \
> pm_rps \
> diff --git a/tests/kms_color.c b/tests/kms_color.c
> new file mode 100644
> index 0000000..4f6e157
> --- /dev/null
> +++ b/tests/kms_color.c
> @@ -0,0 +1,639 @@
> +/*
> + * Copyeight © 2013,2014 Intel Corporation
Copyright, and preferably "2013, 2014".
[snip]
Regards, David
More information about the Intel-gfx
mailing list