]> git.baikalelectronics.ru Git - kernel.git/commit
docs: gpu: i915.rst: Fix DRRS documentation
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 25 Mar 2022 18:38:32 +0000 (11:38 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Tue, 29 Mar 2022 13:14:01 +0000 (06:14 -0700)
commiteb70ff9fe2f46aca3e6e2e5c933dd0fe786f7b47
tree3ee42bf0572eac794734a52b4f16f826f727aa02
parenteeb8c37ed5f70569076cdc44ebec045980566ecb
docs: gpu: i915.rst: Fix DRRS documentation

intel_drrs_enable() and intel_drrs_disable() were renamed to
intel_drrs_activate() and intel_drrs_deactivate() in commit
079b26c8c7b9 ("drm/i915: s/enable/active/ for DRRS") and it is
causing warnings when generating the kernel documentation.

But as for a while DRRS has its own file, so here just let the tool
generate the documentation for all exported and documented functions
in intel_drrs.c.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220325183832.146472-1-jose.souza@intel.com
Documentation/gpu/i915.rst