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>
Thu, 5 Jul 2018 21:39:50 +0000 (16:39 -0500)
commit70eb46db101b55acdf432187800915f72962a564
treee82bb3071f772d68d8a9e290d94cd6cf97978165
parent3413accb3eac9182ee0fc0b350a5f18247d8ac9d
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