From: Bagas Sanjaya Date: Tue, 7 Mar 2023 04:35:26 +0000 (+0700) Subject: accel: Link to compute accelerator subsystem intro X-Git-Tag: v6.6.7~2898^2~25^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d179f84f274a87da51f24ac3e9427221bbaed51;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Jeffrey Hugo Signed-off-by: Oded Gabbay --- diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h index 0d1f853..ecffe24 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 `. + * See also :doc:`Introduction to compute accelerators subsystem + * `. */ static inline bool drm_is_accel_client(const struct drm_file *file_priv) {