All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6
@ 2022-03-09 18:58 Alex Deucher
  2022-03-09 19:20 ` Harry Wentland
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2022-03-09 18:58 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Enable scatter/gather display for DCN 3.1.6.

Signed-off-by: Alex Deucher <alexander.deucher@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 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:
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6
  2022-03-09 18:58 [PATCH] drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6 Alex Deucher
@ 2022-03-09 19:20 ` Harry Wentland
  0 siblings, 0 replies; 2+ messages in thread
From: Harry Wentland @ 2022-03-09 19:20 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx



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@amd.com>

Reviewed-by: Harry Wentland <harry.wentland@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:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-09 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09 18:58 [PATCH] drm/amdgpu/display: enable scatter/gather display for DCN 3.1.6 Alex Deucher
2022-03-09 19:20 ` Harry Wentland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.