Re: [PATCH] drm/amdgpu: add missing case for HDP for renoir

2021-10-01 Thread Rodrigo Siqueira
Hi,

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

Reviewed-by: Rodrigo Siqueira 

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 
> ---
>  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


[PATCH] drm/amdgpu: add missing case for HDP for renoir

2021-10-01 Thread Alex Deucher
Missing 4.1.2.

Fixes: 30bce8c7213829 ("drm/amdgpu: add initial IP discovery support for vega 
based parts")
Signed-off-by: Alex Deucher 
---
 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