提交 32f5062d 编写于 作者: T Tom St Denis 提交者: Alex Deucher

drm/amd/display: Fix indentation in dm_suspend()

Signed-off-by: NTom St Denis <tom.stdenis@amd.com>
Acked-by: NAndrey Grodzovsky  <andey.grodzovsky@amd.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 33be2785
...@@ -598,10 +598,7 @@ static int dm_suspend(void *handle) ...@@ -598,10 +598,7 @@ static int dm_suspend(void *handle)
WARN_ON(adev->dm.cached_state); WARN_ON(adev->dm.cached_state);
adev->dm.cached_state = drm_atomic_helper_suspend(adev->ddev); adev->dm.cached_state = drm_atomic_helper_suspend(adev->ddev);
dc_set_power_state( dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D3);
dm->dc,
DC_ACPI_CM_POWER_STATE_D3
);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册