[PATCH] drm/amdgpu: add dcn3.5.1 support
Alex Deucher
alexdeucher at gmail.com
Tue Mar 5 14:13:36 UTC 2024
On Mon, Mar 4, 2024 at 8:28 PM Yifan Zhang <yifan1.zhang at amd.com> wrote:
>
> This patch to add dcn3.5.1 support.
>
> Signed-off-by: Yifan Zhang <yifan1.zhang at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 502333725b49..72701e7f09fc 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1936,6 +1936,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
> case IP_VERSION(3, 2, 0):
> case IP_VERSION(3, 2, 1):
> case IP_VERSION(3, 5, 0):
> + case IP_VERSION(3, 5, 1):
> if (amdgpu_sriov_vf(adev))
> amdgpu_discovery_set_sriov_display(adev);
> else
> --
> 2.37.3
>
More information about the amd-gfx
mailing list