[igt-dev] [PATCH i-g-t 07/10] igt/tests: Add support for Tile4(TileF) format to tests/kms_plane_lowres

Lisovskiy, Stanislav stanislav.lisovskiy at intel.com
Fri Feb 25 08:42:08 UTC 2022


On Fri, Feb 25, 2022 at 10:38:50AM +0530, Jeevan B wrote:
> Adding subtest to test new tiling format.
> 
> Signed-off-by: Jeevan B <jeevan.b at intel.com>

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy at intel.com>

> ---
>  tests/kms_plane_lowres.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
> index 6c0fce86..3f3f77c8 100644
> --- a/tests/kms_plane_lowres.c
> +++ b/tests/kms_plane_lowres.c
> @@ -314,6 +314,9 @@ igt_main
>  			     "high and low resolution with yf-tiling.");
>  		igt_subtest_f("pipe-%s-tiling-yf", kmstest_pipe_name(pipe))
>  			test_planes_on_pipe(&data, I915_FORMAT_MOD_Yf_TILED);
> +
> +		igt_subtest_f("pipe-%s-tiling-4", kmstest_pipe_name(pipe))
> +			test_planes_on_pipe(&data, I915_FORMAT_MOD_4_TILED);
>  	}
>  
>  	igt_fixture {
> -- 
> 2.17.1
> 


More information about the igt-dev mailing list