]> 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>
Mon, 2 Jul 2018 18:41:11 +0000 (13:41 -0500)
commit69d46e4115d1cbef5c1d2926b798470a99c75adb
tree12d83b9b7b6a6ef3f29128305c5d547d23bed543
parent8180ebfb3f5bd70bef9103976686ed808df01964
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