mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/amd/display: re-indent dc_power_down_on_boot()
These lines are indented too far. Clean the whitespace. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bc19b490c0
commit
45ebfaa44c
|
|
@ -5201,11 +5201,9 @@ void dc_interrupt_ack(struct dc *dc, enum dc_irq_source src)
|
|||
void dc_power_down_on_boot(struct dc *dc)
|
||||
{
|
||||
if (dc->ctx->dce_environment != DCE_ENV_VIRTUAL_HW &&
|
||||
dc->hwss.power_down_on_boot) {
|
||||
|
||||
if (dc->caps.ips_support)
|
||||
dc_exit_ips_for_hw_access(dc);
|
||||
|
||||
dc->hwss.power_down_on_boot) {
|
||||
if (dc->caps.ips_support)
|
||||
dc_exit_ips_for_hw_access(dc);
|
||||
dc->hwss.power_down_on_boot(dc);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user