drm/radeon: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Aug 2016 21:31:30 +0000 (17:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Sep 2016 14:34:47 +0000 (10:34 -0400)
commit5e0b1617fc38a27cf494c5d0b51f08de77ce0d20
tree5da3f377227374527a84d204c67cdd8fb4c8bb88
parent103917b387ba9b72114d494fb29e012f51b4be3e
drm/radeon: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF

Missed this case previously. No need to do anything if the
device is already off.  runtime pm will handle it.

Acked-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_device.c