[PATCH] drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6
Harry Wentland
harry.wentland at amd.com
Wed Mar 9 19:20:47 UTC 2022
On 2022-03-09 13:58, Alex Deucher wrote:
> Enable scatter/gather display for DCN 3.1.6.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Harry Wentland <harry.wentland at amd.com>
Harry
> ---
> 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 a47370058088..da9628a0212e 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -1481,6 +1481,7 @@ static int amdgpu_dm_init(struct amdgpu_device *adev)
> case IP_VERSION(3, 1, 2):
> case IP_VERSION(3, 1, 3):
> case IP_VERSION(3, 1, 5):
> + case IP_VERSION(3, 1, 6):
> init_data.flags.gpu_vm_support = true;
> break;
> default:
More information about the amd-gfx
mailing list