[PATCH v2] drm/amd/display: re-indent dc_power_down_on_boot()

Harry Wentland harry.wentland at amd.com
Tue Apr 30 18:43:58 UTC 2024



On 2024-04-25 07:21, Dan Carpenter wrote:
> These lines are indented too far.  Clean the whitespace.
> 

Thanks.

Reviewed-by: Harry Wentland <harry.wentland at amd.com>

In the process of merging it into amd-staging-drm-next.

Harry

> Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
> ---
> v2: Delete another blank line (checkpatch.pl --strict).
> 
>  drivers/gpu/drm/amd/display/dc/core/dc.c | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
> index 3e16041bf4f9..5a0835f884a8 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
> @@ -5192,11 +5192,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);
>  	}
>  }



More information about the dri-devel mailing list