[PATCH] drm/amdgpu: fix broken UVD startup in phys mode

Christian König deathsimple at vodafone.de
Wed Oct 12 07:41:20 UTC 2016


Am 11.10.2016 um 21:39 schrieb Alex Deucher:
> Add type, align_mask and nop to the physical mode UVD funcs as well.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

Reviewed-by: Christian König <christian.koenig at amd.com>.

> ---
>   drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> index 15708f8..8f8a5dd 100644
> --- a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c
> @@ -1022,6 +1022,9 @@ const struct amd_ip_funcs uvd_v6_0_ip_funcs = {
>   };
>   
>   static const struct amdgpu_ring_funcs uvd_v6_0_ring_phys_funcs = {
> +	.type = AMDGPU_RING_TYPE_UVD,
> +	.align_mask = 0xf,
> +	.nop = PACKET0(mmUVD_NO_OP, 0),
>   	.get_rptr = uvd_v6_0_ring_get_rptr,
>   	.get_wptr = uvd_v6_0_ring_get_wptr,
>   	.set_wptr = uvd_v6_0_ring_set_wptr,




More information about the amd-gfx mailing list