> -----Original Message-----
> From: amd-gfx [mailto:[email protected]] On Behalf
> Of Michel Dänzer
> Sent: Tuesday, November 21, 2017 12:29 PM
> To: [email protected]
> Cc: Liu, Leo
> Subject: [PATCH] amdgpu: Set adev->vcn.irq.num_types for VCN
> 
> From: Michel Dänzer <[email protected]>
> 
> We were setting adev->uvd.irq.num_types instead.
> 
> Fixes: 9b257116e784 ("drm/amdgpu: add vcn enc irq support")
> Signed-off-by: Michel Dänzer <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> index 1eb4d79d6e30..0450ac5ba6b6 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> @@ -1175,7 +1175,7 @@ static const struct amdgpu_irq_src_funcs
> vcn_v1_0_irq_funcs = {
> 
>  static void vcn_v1_0_set_irq_funcs(struct amdgpu_device *adev)
>  {
> -     adev->uvd.irq.num_types = adev->vcn.num_enc_rings + 1;
> +     adev->vcn.irq.num_types = adev->vcn.num_enc_rings + 1;
>       adev->vcn.irq.funcs = &vcn_v1_0_irq_funcs;
>  }
> 
> --
> 2.15.0
> 
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to