[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: make test name uniform

Juha-Pekka Heikkila juhapekka.heikkila at gmail.com
Thu Jun 1 08:08:25 UTC 2023


Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>

On 30.5.2023 8.18, Swati Sharma wrote:
> Rename "upscale" test to "upscale-factor" to align with rest of
> the tests.
> 
> Cc: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
> Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
> ---
>   tests/kms_plane_scaling.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 0e7cd4a2..77bb905b 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -312,7 +312,7 @@ const struct {
>   	},
>   	{
>   		"Tests downscaling (scaling factor 0.25) and upscaling (scaling factor 0.25) of 2 planes.",
> -		"planes-downscale-factor-0-25-upscale-0-25",
> +		"planes-downscale-factor-0-25-upscale-factor-0-25",
>   		0.25,
>   		0.25,
>   		TEST_PLANES_DOWNSCALE_UPSCALE,
> @@ -333,7 +333,7 @@ const struct {
>   	},
>   	{
>   		"Tests downscaling (scaling factor 0.5) and upscaling (scaling factor 0.25) of 2 planes.",
> -		"planes-downscale-factor-0-5-upscale-0-25",
> +		"planes-downscale-factor-0-5-upscale-factor-0-25",
>   		0.5,
>   		0.25,
>   		TEST_PLANES_DOWNSCALE_UPSCALE,
> @@ -354,7 +354,7 @@ const struct {
>   	},
>   	{
>   		"Tests downscaling (scaling factor 0.75) and upscaling (scaling factor 0.25) of 2 planes.",
> -		"planes-downscale-factor-0-75-upscale-0-25",
> +		"planes-downscale-factor-0-75-upscale-factor-0-25",
>   		0.75,
>   		0.25,
>   		TEST_PLANES_DOWNSCALE_UPSCALE,



More information about the igt-dev mailing list