[PATCH] drm/amd/dal: fix a typo in supported rgb_format

Alex Deucher alexdeucher at gmail.com
Wed Jul 6 20:41:33 UTC 2016


On Tue, Jul 5, 2016 at 7:43 PM, Hawking Zhang <Hawking.Zhang at amd.com> wrote:
> There are duplicated DRM_FORMAT_ARGB2101010, correct it.
>
> Change-Id: I0bab82e45e727717eaeca0a06c550d47477f37c8
> Signed-off-by: Hawking Zhang <Hawking.Zhang at amd.com>

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

> ---
>  drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
> index 9c7245c..d14c96f 100644
> --- a/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
> +++ b/drivers/gpu/drm/amd/dal/amdgpu_dm/amdgpu_dm_types.c
> @@ -1643,7 +1643,7 @@ static uint32_t rgb_formats[] = {
>         DRM_FORMAT_XRGB2101010,
>         DRM_FORMAT_XBGR2101010,
>         DRM_FORMAT_ARGB2101010,
> -       DRM_FORMAT_ARGB2101010,
> +       DRM_FORMAT_ABGR2101010,
>  };
>
>  int amdgpu_dm_crtc_init(struct amdgpu_display_manager *dm,
> --
> 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