[PATCH 5/6] drm/amd/display: Fix typo

Alex Deucher alexdeucher at gmail.com
Fri Oct 13 16:30:45 UTC 2017


On Thu, Oct 12, 2017 at 5:15 PM,  <sunpeng.li at amd.com> wrote:
> From: "Leo (Sunpeng) Li" <sunpeng.li at amd.com>
>
> undersacn -> underscan
>
> Signed-off-by: Leo (Sunpeng) Li <sunpeng.li at amd.com>

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index de88ee1..67222ff 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -4144,7 +4144,7 @@ void amdgpu_dm_atomic_commit_tail(
>                 }
>         }
>
> -       /* Handle scaling and undersacn changes*/
> +       /* Handle scaling and underscan changes*/
>         for_each_oldnew_connector_in_state(state, connector, old_con_state, new_con_state, i) {
>                 struct dm_connector_state *dm_new_con_state = to_dm_connector_state(new_con_state);
>                 struct dm_connector_state *dm_old_con_state = to_dm_connector_state(old_con_state);
> @@ -4707,7 +4707,7 @@ int amdgpu_dm_atomic_check(struct drm_device *dev,
>          if (ret)
>                  goto fail;
>
> -       /* Check scaling and undersacn changes*/
> +       /* Check scaling and underscan changes*/
>         /*TODO Removed scaling changes validation due to inability to commit
>          * new stream into context w\o causing full reset. Need to
>          * decide how to handle.
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list