drm/amd/display: Honor pplib stutter mask for all ASICs in DC
authorHarry Wentland <harry.wentland@amd.com>
Tue, 17 Jul 2018 14:51:23 +0000 (10:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Jul 2018 19:23:28 +0000 (14:23 -0500)
commit1bc460a45b9746db4b0e6be46c122c377120aace
tree19dd2c09fffc56b3a9f3232ee6bdb6892e0378d7
parent7b42573bb8a084175500eb62c4da9d46319e3d7e
drm/amd/display: Honor pplib stutter mask for all ASICs in DC

[Why]
We were only setting this mask for DCN, but should really use it
universally for all ASICs.

[How]
Move the assignment out of the Raven switch statement for all ASICs
other than Stoney and Carrizo.

v2: Keep stutter always on for Carrizo and Stoney (Alex)

Cc: Rex.Zhu@amd.com
Cc: Feifei.Xu@amd.com
Cc: Kenneth.Feng@amd.com
Cc: Evan.Quan@amd.com
Cc: Bhawanpreet.Lakha@amd.com
Cc: Jordan.Lazare@amd.com
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c