drm/amdgpu/pm: fix display count in non-DC path
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jun 2018 17:44:25 +0000 (12:44 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Jul 2018 18:41:11 +0000 (13:41 -0500)
commitc3d0280be8d5c6de9e3848e280493f561799bb67
tree12d83b9b7b6a6ef3f29128305c5d547d23bed543
parent0859df22ab7cfb3ad2df2caed76cadce6ac33a80
drm/amdgpu/pm: fix display count in non-DC path

new_active_crtcs is a bitmask, new_active_crtc_count is the
actual count.

Reviewed-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c