]> 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)
commita54ac8e910c1ad15fad61be61b5b86b86d795d34
tree12d83b9b7b6a6ef3f29128305c5d547d23bed543
parent5cdae97729243acb94dd8ab51b9f412b80def729
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