[PATCH] drm/amd/display: fix indentation in dc.c
Alex Deucher
alexdeucher at gmail.com
Tue Oct 11 14:33:21 UTC 2022
Ping?
On Thu, Oct 6, 2022 at 11:32 AM Alex Deucher <alexander.deucher at amd.com> wrote:
>
> Fixes a warning in dc.c.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
> index 40a34b600c8e..96bba1c8246f 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
> @@ -3526,9 +3526,9 @@ static void commit_planes_for_stream(struct dc *dc,
>
> if (update_type != UPDATE_TYPE_FAST)
> dc->hwss.post_unlock_program_front_end(dc, context);
> - if (update_type != UPDATE_TYPE_FAST)
> - if (dc->hwss.commit_subvp_config)
> - dc->hwss.commit_subvp_config(dc, context);
> + if (update_type != UPDATE_TYPE_FAST)
> + if (dc->hwss.commit_subvp_config)
> + dc->hwss.commit_subvp_config(dc, context);
>
> if (update_type != UPDATE_TYPE_FAST)
> if (dc->hwss.commit_subvp_config)
> --
> 2.37.3
>
More information about the amd-gfx
mailing list