Re: [PATCH 1/3] drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)

2019-10-16 Thread James Zhu
Reviewed-by: James Zhu for this series Tested-by: James Zhu for this series James On 2019-10-15 6:18 p.m., Alex Deucher wrote: > We need to allocate a large enough buffer for the > session info, otherwise the IB test can overwrite > other memory. > > v2: - session info is 128K according to mesa

Re: [PATCH 1/3] drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)

2019-10-16 Thread Christian König
Am 16.10.19 um 00:18 schrieb Alex Deucher: We need to allocate a large enough buffer for the session info, otherwise the IB test can overwrite other memory. v2: - session info is 128K according to mesa - use the same session info for create and destroy Bug: https://bugzilla.kernel.org/show

[PATCH 1/3] drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)

2019-10-15 Thread Alex Deucher
We need to allocate a large enough buffer for the session info, otherwise the IB test can overwrite other memory. v2: - session info is 128K according to mesa - use the same session info for create and destroy Bug: https://bugzilla.kernel.org/show_bug.cgi?id=204241 Signed-off-by: Alex Deucher