On Wed, Jul 13, 2022 at 09:12:27AM +0100, Mauro Carvalho Chehab wrote: > Currently, functions inside GuC aren't presented as part of the > GuC documentation. > > Add them. > > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> could be squashed to the other guc patch, but anyways: Reviewed-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH v2 00/39] at: https://lore.kernel.org/all/cover.1657699522.git.mchehab@xxxxxxxxxx/ > > Documentation/gpu/i915.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > index 9862d504df4d..8c21a90d8b5a 100644 > --- a/Documentation/gpu/i915.rst > +++ b/Documentation/gpu/i915.rst > @@ -768,6 +768,9 @@ GuC > > .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc.h > > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc.c > + :internal: > + > .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/abi/guc_actions_slpc_abi.h > > .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c > -- > 2.36.1 >