]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/pm: update current crtc info after setting the powerstate
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Feb 2016 22:38:38 +0000 (17:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Mar 2016 16:01:21 +0000 (11:01 -0500)
commit292a6815b73a7a373163f9f7f7d3e38e59fce4e3
tree3431b8c4d5a802351f11a29ca0e64e5ffa5a73d4
parentf8c1a6acd1f60025d878a27dd50c1a3c4e3d7c55
drm/radeon/pm: update current crtc info after setting the powerstate

On CI, we need to see if the number of crtcs changes to determine
whether or not we need to upload the mclk table again.  In practice
we don't currently upload the mclk table again after the initial load.
The only reason you would would be to add new states, e.g., for
arbitrary mclk setting which is not currently supported.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_pm.c