]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: fix reversed logic in evergreen_mc_resume
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Jul 2014 21:57:28 +0000 (17:57 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Aug 2014 12:53:43 +0000 (08:53 -0400)
commit2e9f1030fdb72df3b0f6036ef7b6eb7d8dd22b81
tree106b3abe0e52a92403f119fcfe04bc25582931d2
parentf97923ef41a405a20a83a074c78b9aee3fe5c379
drm/radeon: fix reversed logic in evergreen_mc_resume

Need to unblank the display when resuming the MC.  No
functional change as this code path is not currently
hit.  We always disable the displays entirely rather
than just blanking them.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/evergreen.c