[PATCH] drm/amd/display: re-indent dc_power_down_on_boot()
Christian König
christian.koenig at amd.com
Wed Apr 24 13:11:08 UTC 2024
Am 24.04.24 um 13:41 schrieb Dan Carpenter:
> These lines are indented too far. Clean the whitespace.
>
> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
> drivers/gpu/drm/amd/display/dc/core/dc.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
> index 8eefba757da4..f64d7229eb6c 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
> @@ -5043,11 +5043,10 @@ 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);
Well while at it can't the two ifs be merged here?
(I don't know this code to well, but it looks like it).
Regards,
Christian.
> dc->hwss.power_down_on_boot(dc);
> }
> }
More information about the amd-gfx
mailing list