mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-28 13:02:59 +00:00
The following 3 commits landed in parallel: commitd7d2688bf4("drm/amd/pm: update workload mask after the setting") commit7a1613e47e("drm/amdgpu/smu13: always apply the powersave optimization") commit7c210ca5a2("drm/amdgpu: handle default profile on on devices without fullscreen 3D") While everything is set correctly, this caused the profile to be reported incorrectly because both the powersave and fullscreen3d bits were set in the mask and when the driver prints the profile, it looks for the first bit set. Fixes:d7d2688bf4("drm/amd/pm: update workload mask after the setting") Reviewed-by: Kenneth Feng <kenneth.feng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commitecfe9b2376) Cc: stable@vger.kernel.org