diff options
| author | Xi Ruoyao <xry111@xry111.site> | 2026-03-06 09:28:03 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-03-17 19:12:11 +0300 |
| commit | ebe82c6e75cfc547154d0fd843b0dd6cca3d548f (patch) | |
| tree | d7fec685d6770ae858fde18a6ddd8e55de270632 /scripts/decode_stacktrace.sh | |
| parent | 10718159890bc99cbcc7b5a38dade05df335e797 (diff) | |
| download | linux-ebe82c6e75cfc547154d0fd843b0dd6cca3d548f.tar.xz | |
drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START, END}
[Why]
The dcn32_override_min_req_memclk function is in dcn32_fpu.c, which is
compiled with CC_FLAGS_FPU into FP instructions. So when we call it we
must use DC_FP_{START,END} to save and restore the FP context, and
prepare the FP unit on architectures like LoongArch where the FP unit
isn't always on.
Reported-by: LiarOnce <liaronce@hotmail.com>
Fixes: ee7be8f3de1c ("drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 for FPO")
Signed-off-by: Xi Ruoyao <xry111@xry111.site>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 25bb1d54ba3983c064361033a8ec15474fece37e)
Cc: stable@vger.kernel.org
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
