]> git.itanic.dy.fi Git - linux-stable/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)
commitfd04847372ba86347066c536ba99bc3c1f351334
tree3ee42bf0572eac794734a52b4f16f826f727aa02
parent657586e474bd025d534d4ea355ec3211d9883cd8
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
54903c7a6b40 ("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