projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f5062
)
drm/amd/display: Fix indentation in dm_resume()
author
Tom St Denis
<
[email protected]
>
Tue, 17 Oct 2017 12:49:13 +0000
(08:49 -0400)
committer
Alex Deucher
<
[email protected]
>
Sat, 21 Oct 2017 20:53:13 +0000
(16:53 -0400)
Signed-off-by: Tom St Denis <
[email protected]
>
Acked-by: Andrey Grodzovsky <
[email protected]
>
Reviewed-by: Harry Wentland <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index 893213b9c11ea8f35364c10c00dd0e02c532e2d9..a7bbd22e8f125b2bf1bd01a0ce3755ec682927a5 100644
(file)
--- a/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@
-628,10
+628,7
@@
static int dm_resume(void *handle)
struct amdgpu_display_manager *dm = &adev->dm;
/* power on hardware */
- dc_set_power_state(
- dm->dc,
- DC_ACPI_CM_POWER_STATE_D0
- );
+ dc_set_power_state(dm->dc, DC_ACPI_CM_POWER_STATE_D0);
return 0;
}