diff options
author | Dave Airlie <airlied@redhat.com> | 2020-10-19 01:11:32 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-10-19 01:11:33 +0200 |
commit | 941947d29eb71d2c0b3218a0f38354e5b0ffbe92 (patch) | |
tree | 98a93c375018232e65fd38479dc29ae0b5f10bec /Documentation | |
parent | Merge tag 'drm-misc-next-fixes-2020-10-13' of git://anongit.freedesktop.org/d... (diff) | |
parent | drm/amdkfd: Use kvfree in destroy_crat_image (diff) | |
download | linux-941947d29eb71d2c0b3218a0f38354e5b0ffbe92.tar.xz linux-941947d29eb71d2c0b3218a0f38354e5b0ffbe92.zip |
Merge tag 'amd-drm-fixes-5.10-2020-10-14' of git://people.freedesktop.org/~agd5f/linux into drm-next
amd-drm-fixes-5.10-2020-10-14:
amdgpu:
- eDP fix
- BACO fix
- Kernel documentation fixes
- SMU7 mclk fix
- VCN1 hw bug workaround
amdkfd:
- kvfree vs kfree fix
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201014195403.4558-1-alexander.deucher@amd.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index 57047dcb8d19..1f9ea8221f80 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -206,8 +206,8 @@ pp_power_profile_mode .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: pp_power_profile_mode -*_busy_percent -~~~~~~~~~~~~~~ +\*_busy_percent +~~~~~~~~~~~~~~~ .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: gpu_busy_percent |