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

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Thu Feb 1 19:58:01 UTC 2024


On Thu, Feb 01, 2024 at 03:23:54PM +0100, Karolina Stolarek wrote:
> 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.

No problem at all, thanks for spotting this. I'll resubmit on v5.

--
Zbigniew

> 
> 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