https://github.com/torvalds/linux
Revision b447b079cf3a9971ea4d31301e673f49612ccc18 authored by Chia-I Wu on 01 June 2023, 21:48:08 UTC, committed by Alex Deucher on 07 June 2023, 21:00:35 UTC
According to Alex, most APUs from that time seem to have the same issue
(vbios says 48Mhz, actual is 100Mhz).  I only have a CHIP_STONEY so I
limit the fixup to CHIP_STONEY

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent 982b173
Raw File
Tip revision: b447b079cf3a9971ea4d31301e673f49612ccc18 authored by Chia-I Wu on 01 June 2023, 21:48:08 UTC
drm/amdgpu: fix xclk freq on CHIP_STONEY
Tip revision: b447b07
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top