aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorMario Limonciello <[email protected]>2021-11-04 10:44:50 -0500
committerAlex Deucher <[email protected]>2021-11-05 14:11:43 -0400
commitc451c979eafc3b7ffc1527c724058245ae41b01e (patch)
tree1daad9c8cf5593edfe795aa7b7422679976127d6 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parent6ddc0eb7a2e8b731991fe977eb52516fc56ac405 (diff)
drm/amd/pm: Correct DPMS disable IP version check
Previously there was a check based on chip # for chips that aligned to >=CHIP_NAVI10 to have RLC stopped as part of DPMS check. This was because of gfxclk being controlled by RLC in the newer designs. As part of IP version checking though, this got changed to match IP version for SMU. Because Renoir designs also include smu11 that meant that even GFX9 started to stop RLC earlier. Adjust to match GFX IP version instead of SMU IP version to restore the previous behavior. Fixes: a8967967f6a5 ("drm/amdgpu/amdgpu_smu: convert to IP version checking") Signed-off-by: Mario Limonciello <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions