summaryrefslogtreecommitdiff
path: root/include/drm
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2023-03-07 11:35:26 +0700
committerOded Gabbay <ogabbay@kernel.org>2023-03-20 17:35:33 +0200
commit6d179f84f274a87da51f24ac3e9427221bbaed51 (patch)
tree80e48ab92d63193ae2ec94007f6c9ebd74d642b5 /include/drm
parent76e1ff37b6872c9f2d11660258fc8c88b2f97b06 (diff)
downloadlinux-6d179f84f274a87da51f24ac3e9427221bbaed51.tar.gz
accel: Link to compute accelerator subsystem intro
Commit 2c204f3d53218d ("accel: add dedicated minor for accelerator devices") adds link to accelerator nodes section of DRM internals doc (Documentation/gpu/drm-internals.rst), but the target doesn't exist. Instead, there is only an introduction doc for computer accelerator subsytem. Link to that doc until there is documentation of accelerator internals. Fixes: 2c204f3d53218d ("accel: add dedicated minor for accelerator devices") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h
index 0d1f853092ab..ecffe24e2b1b 100644
--- a/include/drm/drm_file.h
+++ b/include/drm/drm_file.h
@@ -408,7 +408,8 @@ static inline bool drm_is_render_client(const struct drm_file *file_priv)
* Returns true if this is an open file of the compute acceleration node, i.e.
* &drm_file.minor of @file_priv is a accel minor.
*
- * See also the :ref:`section on accel nodes <drm_accel_node>`.
+ * See also :doc:`Introduction to compute accelerators subsystem
+ * </accel/introduction>`.
*/
static inline bool drm_is_accel_client(const struct drm_file *file_priv)
{