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

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


On Fri, Feb 25, 2022 at 10:38:49AM +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_multiple.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
> index ebadc14b..1679f7ce 100644
> --- a/tests/kms_plane_multiple.c
> +++ b/tests/kms_plane_multiple.c
> @@ -398,6 +398,9 @@ run_tests_for_pipe(data_t *data, enum pipe pipe)
>  	igt_subtest_f("atomic-pipe-%s-tiling-yf", kmstest_pipe_name(pipe))
>  		test_plane_position(data, pipe, I915_FORMAT_MOD_Yf_TILED);
>  
> +	igt_subtest_f("atomic-pipe-%s-tiling-4", kmstest_pipe_name(pipe))
> +		test_plane_position(data, pipe, I915_FORMAT_MOD_4_TILED);
> +
>  	igt_subtest_f("atomic-pipe-%s-tiling-none", kmstest_pipe_name(pipe))
>  		test_plane_position(data, pipe, DRM_FORMAT_MOD_LINEAR);
>  }
> -- 
> 2.17.1
> 


More information about the igt-dev mailing list