[PATCH 18/18] drm/amdgpu/vcn:Update SPG mode UVD status clear

Leo Liu leo.liu at amd.com
Thu Oct 11 15:48:32 UTC 2018


Looks good to me. The whole series are:

Acked-by: Leo Liu <leo.liu at amd.com>


On 10/10/2018 02:42 PM, James Zhu wrote:
> Update Static Power Gate mode UVD status clear
>
> Signed-off-by: James Zhu <James.Zhu at amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> index d8fe14d..bc64706 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> @@ -883,9 +883,9 @@ static int vcn_v1_0_start_spg_mode(struct amdgpu_device *adev)
>   		UVD_SYS_INT_EN__UVD_JRBC_EN_MASK,
>   		~UVD_SYS_INT_EN__UVD_JRBC_EN_MASK);
>   
> -	/* clear the bit 4 of VCN_STATUS */
> -	WREG32_P(SOC15_REG_OFFSET(UVD, 0, mmUVD_STATUS), 0,
> -			~(2 << UVD_STATUS__VCPU_REPORT__SHIFT));
> +	/* clear the busy bit of UVD_STATUS */
> +	tmp = RREG32_SOC15(UVD, 0, mmUVD_STATUS) & ~UVD_STATUS__UVD_BUSY;
> +	WREG32_SOC15(UVD, 0, mmUVD_STATUS, tmp);
>   
>   	/* force RBC into idle state */
>   	rb_bufsz = order_base_2(ring->ring_size);



More information about the amd-gfx mailing list