mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 13:57:27 +07:00
drm/amd/display: Fix indentation in dm_resume()
Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Acked-by: Andrey Grodzovsky <andey.grodzovsky@amd.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
32f5062d1c
commit
1fb0c9ccb3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user