[igt-dev] [PATCH i-g-t v4 11/11] testplan/meson.build: make it check for missing i915 documentation

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Fri May 26 06:55:08 UTC 2023


On Thu, 25 May 2023 23:11:44 +0200
Kamil Konieczny <kamil.konieczny at linux.intel.com> wrote:

> Hi Mauro,
> 
> On 2023-05-25 at 11:05:35 +0200, Mauro Carvalho Chehab wrote:
> > From: Mauro Carvalho Chehab <mchehab at kernel.org>
> > 
> > Now that i915 is fully documented, check it at build time.  
> 
> This is not working now, see GitLab log:
> 
> Warning: Missing documentation for igt at perf_pmu@rc6-all-gts
> ninja: build stopped: subcommand failed.

Btw, this shows why such change pays-off. What happened is that
changeset 446187157b00 ("perf_pmu: Two new rc6 subtests"), created a
new rc6-all-gts subtest:

+       igt_subtest("rc6-all-gts")
+               test_rc6(fd, 0, num_gt, TEST_ALL | TEST_OTHER);

also, changeset a00f3ad8a783 ("perf_pmu: Support multi-tile in rc6 subtest")
dropped two tests.

I ran the sync scripts before those patches got merged.

Just send a patch series syncing with both changes and applying the
documentation check patch:

	https://patchwork.freedesktop.org/series/118411/

Regards,
Mauro


More information about the igt-dev mailing list