Re: [PATCH] drm/amdgpu:Fixed wrong emit frame size for enc

2018-02-27 Thread Christian König
Oh, wait a second this is for the encode ring, isn't it? I only fixed the decode ring. In this case the patch is Reviewed-by: Christian König Regards, Christian. Am 27.02.2018 um 16:13 schrieb Christian König: You are using outdated code, that has already be fixed on amd-staging-drm-next.

Re: [PATCH] drm/amdgpu:Fixed wrong emit frame size for enc

2018-02-27 Thread Christian König
You are using outdated code, that has already be fixed on amd-staging-drm-next. Christian. Am 27.02.2018 um 16:06 schrieb James Zhu: Emit frame size should match with corresponding function, uvd_v6_0_enc_ring_emit_vm_flush has 5 amdgpu_ring_write Signed-off-by: James Zhu --- drivers/gpu/dr

[PATCH] drm/amdgpu:Fixed wrong emit frame size for enc

2018-02-27 Thread James Zhu
Emit frame size should match with corresponding function, uvd_v6_0_enc_ring_emit_vm_flush has 5 amdgpu_ring_write Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/driver