diff options
author | Oded Gabbay <ogabbay@kernel.org> | 2022-11-19 21:54:20 +0200 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2022-11-22 13:14:52 +0200 |
commit | 8c5577a5ccc632685e65168fc6890b72a779f93a (patch) | |
tree | b18fd038212d2ad789e676a42734b1606580f1ea /Documentation/subsystem-apis.rst | |
parent | 7428ff70a18adc8940f41a6c4510fb3b908ac755 (diff) |
doc: add documentation for accel subsystem
Add an introduction section for the accel subsystem. Most of the
relevant data is in the DRM documentation, so the introduction only
presents the why of the new subsystem, how are the compute accelerators
exposed to user-space and what changes need to be done in a standard
DRM driver to register it to the new accel subsystem.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Tested-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Diffstat (limited to 'Documentation/subsystem-apis.rst')
-rw-r--r-- | Documentation/subsystem-apis.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst index af65004a80aa..b51f38527e14 100644 --- a/Documentation/subsystem-apis.rst +++ b/Documentation/subsystem-apis.rst @@ -43,6 +43,7 @@ needed). input/index hwmon/index gpu/index + accel/index security/index sound/index crypto/index |