]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf9c8593de7460f3f43f96c60c44abb86b637b99
treee82bb3071f772d68d8a9e290d94cd6cf97978165
parent14b5c899529a507095f0e402b3400008dd9b94d7
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