diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2022-11-07 09:32:07 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2022-11-14 22:51:49 -0800 |
commit | 39a10b6ac5d18dd714e8a64c96cb72ef121ce963 (patch) | |
tree | e1cbba2e39ecd988ccf60e5093fcc495293ce2d3 | |
parent | a187f13d51fa0da0005003a63d3f7eb4c1d466b4 (diff) | |
download | linux-39a10b6ac5d18dd714e8a64c96cb72ef121ce963.tar.bz2 |
Documentation/gpu: Fix section in the wrong scope
That section should still be inside "DRM client usage stats" rather than
as a sibling.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221107173209.2219571-2-lucas.demarchi@intel.com
-rw-r--r-- | Documentation/gpu/drm-usage-stats.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst index 92c5117368d7..b46327356e80 100644 --- a/Documentation/gpu/drm-usage-stats.rst +++ b/Documentation/gpu/drm-usage-stats.rst @@ -126,7 +126,6 @@ percentage utilization of the engine, whereas drm-engine-<str> only reflects time active without considering what frequency the engine is operating as a percentage of it's maximum frequency. -=============================== Driver specific implementations =============================== |