[PATCH 6/6] drm/amdgpu/discovery: Add sw DM function for 3.1.6 DCE

Leo Li sunpeng.li at amd.com
Wed Feb 16 15:57:15 UTC 2022



On 2022-02-15 16:44, Alex Deucher wrote:
> From: Prike Liang <Prike.Liang at amd.com>
> 
> Add 3.1.6 DCE IP and assign relevant sw DM function for the new DCE.
> 
> Signed-off-by: Prike Liang <Prike.Liang at amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

Reviewed-by: Leo Li <sunpeng.li at amd.com>

Thanks!

> Signed-off-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 babc0ab3208e..8fa3cf8dad48 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1366,6 +1366,7 @@ static int amdgpu_discovery_set_display_ip_blocks(struct amdgpu_device *adev)
>   		case IP_VERSION(3, 0, 1):
>   		case IP_VERSION(3, 1, 2):
>   		case IP_VERSION(3, 1, 3):
> +		case IP_VERSION(3, 1, 6):
>   			amdgpu_device_ip_block_add(adev, &dm_ip_block);
>   			break;
>   		default:


More information about the amd-gfx mailing list