diff options
author | Maxime Ripard <mripard@kernel.org> | 2025-01-13 10:26:07 +0100 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2025-01-15 09:45:54 +0100 |
commit | f45cdbc9e1a3f4367dc92792cb1ace2b9e133e37 (patch) | |
tree | d6d11e96eccac3e35abb9834e10f6561db2bdaf8 | |
parent | feb85972b82c9747ebb0843f91e4c1e023b47f3d (diff) | |
download | linux-f45cdbc9e1a3f4367dc92792cb1ace2b9e133e37.tar.gz linux-f45cdbc9e1a3f4367dc92792cb1ace2b9e133e37.tar.bz2 linux-f45cdbc9e1a3f4367dc92792cb1ace2b9e133e37.zip |
drm/doc: Include new drm-compute documentation
Commit b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting
cgroup") introduced a new documentation file, but didn't link it
anywhere. It was thus triggering a documentation build warning. Make
sure it's included as part of the DRM documentation.
Fixes: b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20250113155000.4a99e7b0@canb.auug.org.au/
Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20250113092608.1349287-3-mripard@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
-rw-r--r-- | Documentation/gpu/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index 37e383ccf73f..7dcb15850afd 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -13,6 +13,7 @@ GPU Driver Developer's Guide drm-usage-stats driver-uapi drm-client + drm-compute drivers backlight vga-switcheroo |