On Wed, Jul 13, 2022 at 09:12:19AM +0100, Mauro Carvalho Chehab wrote: > There are several documented GuC kAPI that aren't currently part > of the docs. Add them, as this allows identifying issues with > badly-formatted tags. > > Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> 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 | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst > index afd8c0e3c689..70f2f4826eba 100644 > --- a/Documentation/gpu/i915.rst > +++ b/Documentation/gpu/i915.rst > @@ -596,6 +596,28 @@ GuC > > .. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc.h > > +.. 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 > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_log.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_uc.c > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h > + > +.. kernel-doc:: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c > + > GuC Firmware Layout > ~~~~~~~~~~~~~~~~~~~ > > -- > 2.36.1 >