[PATCH] drm/amdgpu: enable display for cyan skillfish

Alex Deucher alexdeucher at gmail.com
Tue Oct 12 19:41:36 UTC 2021


On Tue, Oct 12, 2021 at 2:16 AM Lang Yu <lang.yu at amd.com> wrote:
>
> Display support for cyan skillfish is ready now. Enable it!
>
> Signed-off-by: Lang Yu <lang.yu at amd.com>

Whoops. this is my mistake.  I lost the display enablement when the IP
discovery patches and the cyan skillfish display patches crossed.

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

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 2bebd2ce6474..4228c7964175 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -736,6 +736,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
>                 case IP_VERSION(1, 0, 1):
>                 case IP_VERSION(2, 0, 2):
>                 case IP_VERSION(2, 0, 0):
> +               case IP_VERSION(2, 0, 3):
>                 case IP_VERSION(2, 1, 0):
>                 case IP_VERSION(3, 0, 0):
>                 case IP_VERSION(3, 0, 2):
> @@ -745,8 +746,6 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
>                 case IP_VERSION(3, 1, 3):
>                         amdgpu_device_ip_block_add(adev, &dm_ip_block);
>                         break;
> -               case IP_VERSION(2, 0, 3):
> -                       break;
>                 default:
>                         return -EINVAL;
>                 }
> --
> 2.25.1
>


More information about the amd-gfx mailing list