[PATCH i-g-t v4 5/5] tests/xe_exercise_blt: Exercise small to large fast-copy blits

Karolina Stolarek karolina.stolarek at intel.com
Thu Feb 1 14:23:54 UTC 2024


Ah, forgot to tell you that checkpatch was slightly uhappy with two 
blank lines after inc-dimension subtest...

On 1.02.2024 11:07, Zbigniew Kempczyński wrote:
(...)
>   
> +	igt_describe("Check fast-copy with increment width/height");
> +	igt_subtest_with_dynamic("fast-copy-inc-dimension") {
> +		param.width = 1;
> +		param.height = 1;
> +		param.width_increment = 15;
> +		param.width_steps = 512;
> +
> +		fast_copy_test(xe, set, FAST_COPY);
> +	}
> +
> +
  ^-- here!

Sorry for the email noise.

All the best,
Karolina

>   	igt_describe("Check multiple fast-copy in one batch");
>   	igt_subtest_with_dynamic("fast-copy-emit") {
>   		fast_copy_test(xe, set, FAST_COPY_EMIT);


More information about the igt-dev mailing list