diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2020-06-15 16:36:49 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2020-06-17 17:42:43 -0400 |
| commit | da9cebe16930f0273278fe893f2809450c61ae41 (patch) | |
| tree | 4c0f475cebd2c2f7703fd6f4f3c9bdfb5311b0ae /Documentation/gpu | |
| parent | drm/amdgpu/pm: update comment to clarify Overdrive interfaces (diff) | |
| download | linux-da9cebe16930f0273278fe893f2809450c61ae41.tar.gz linux-da9cebe16930f0273278fe893f2809450c61ae41.zip | |
drm/amdgpu: fix documentation around busy_percentage
Add rename the gpu busy percentage for consistency and
add the mem busy percentage documentation.
Reviewed-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/amdgpu.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index 4cc74325bf91..17112352f605 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -197,11 +197,14 @@ pp_power_profile_mode .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c :doc: pp_power_profile_mode -busy_percent -~~~~~~~~~~~~ +*_busy_percent +~~~~~~~~~~~~~~ .. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c - :doc: busy_percent + :doc: gpu_busy_percent + +.. kernel-doc:: drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c + :doc: mem_busy_percent GPU Product Information ======================= |
