[PATCH] drm/amd/display: Add DCN314 display SG Support
Alex Deucher
alexdeucher at gmail.com
Thu Dec 8 04:20:31 UTC 2022
On Wed, Dec 7, 2022 at 11:14 PM Yifan Zhang <yifan1.zhang at amd.com> wrote:
>
> Add display SG support for DCN 3.1.4.
>
> Signed-off-by: Yifan Zhang <yifan1.zhang at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 0f391a147354..6f1e5f787af6 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -1504,6 +1504,7 @@ static int amdgpu_dm_init(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, 4):
> case IP_VERSION(3, 1, 5):
> case IP_VERSION(3, 1, 6):
> init_data.flags.gpu_vm_support = true;
> --
> 2.37.3
>
More information about the amd-gfx
mailing list