All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: add missing case for HDP for renoir
@ 2021-10-01 17:24 Alex Deucher
  2021-10-01 18:16 ` Rodrigo Siqueira
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2021-10-01 17:24 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

Missing 4.1.2.

Fixes: 30bce8c7213829 ("drm/amdgpu: add initial IP discovery support for vega based parts")
Signed-off-by: Alex Deucher <alexander.deucher@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 291a47f7992a..eca5515c34b4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -1151,6 +1151,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
 	case IP_VERSION(4, 0, 1):
 	case IP_VERSION(4, 1, 0):
 	case IP_VERSION(4, 1, 1):
+	case IP_VERSION(4, 1, 2):
 	case IP_VERSION(4, 2, 0):
 	case IP_VERSION(4, 2, 1):
 	case IP_VERSION(4, 4, 0):
-- 
2.31.1


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

* Re: [PATCH] drm/amdgpu: add missing case for HDP for renoir
  2021-10-01 17:24 [PATCH] drm/amdgpu: add missing case for HDP for renoir Alex Deucher
@ 2021-10-01 18:16 ` Rodrigo Siqueira
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Siqueira @ 2021-10-01 18:16 UTC (permalink / raw)
  To: Alex Deucher; +Cc: amd-gfx, Nicholas Choi

Hi,

It looks like Nicholas Choi tested your patch, and it fixed the issue.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>

Thanks

On 10/01, Alex Deucher wrote:
> Missing 4.1.2.
> 
> Fixes: 30bce8c7213829 ("drm/amdgpu: add initial IP discovery support for vega based parts")
> Signed-off-by: Alex Deucher <alexander.deucher@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 291a47f7992a..eca5515c34b4 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -1151,6 +1151,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
>  	case IP_VERSION(4, 0, 1):
>  	case IP_VERSION(4, 1, 0):
>  	case IP_VERSION(4, 1, 1):
> +	case IP_VERSION(4, 1, 2):
>  	case IP_VERSION(4, 2, 0):
>  	case IP_VERSION(4, 2, 1):
>  	case IP_VERSION(4, 4, 0):
> -- 
> 2.31.1
> 

-- 
Rodrigo Siqueira
https://siqueira.tech

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

end of thread, other threads:[~2021-10-01 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 17:24 [PATCH] drm/amdgpu: add missing case for HDP for renoir Alex Deucher
2021-10-01 18:16 ` Rodrigo Siqueira

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.