Re: [PATCH 1/2] drm/amdgpu/uvd6: fix allocation size in enc ring test

2019-10-15 Thread James Zhu
On 2019-10-14 9:04 a.m., Koenig, Christian wrote: > Am 14.10.19 um 15:01 schrieb Alex Deucher: >> On Mon, Oct 14, 2019 at 5:06 AM Christian König >> wrote: >>> Am 11.10.19 um 22:50 schrieb Alex Deucher: We need to allocate a large enough buffer for the session info, otherwise the IB

Re: [PATCH 1/2] drm/amdgpu/uvd6: fix allocation size in enc ring test

2019-10-14 Thread Koenig, Christian
Am 14.10.19 um 15:01 schrieb Alex Deucher: > On Mon, Oct 14, 2019 at 5:06 AM Christian König > wrote: >> Am 11.10.19 um 22:50 schrieb Alex Deucher: >>> We need to allocate a large enough buffer for the >>> session info, otherwise the IB test can overwrite >>> other memory. >>> >>> Bug:

Re: [PATCH 1/2] drm/amdgpu/uvd6: fix allocation size in enc ring test

2019-10-14 Thread Alex Deucher
On Mon, Oct 14, 2019 at 5:06 AM Christian König wrote: > > Am 11.10.19 um 22:50 schrieb Alex Deucher: > > We need to allocate a large enough buffer for the > > session info, otherwise the IB test can overwrite > > other memory. > > > > Bug: https://bugzilla.kernel.org/show_bug.cgi?id=204241 > >

Re: [PATCH 1/2] drm/amdgpu/uvd6: fix allocation size in enc ring test

2019-10-14 Thread Christian König
Am 11.10.19 um 22:50 schrieb Alex Deucher: We need to allocate a large enough buffer for the session info, otherwise the IB test can overwrite other memory. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=204241 Signed-off-by: Alex Deucher Acked-by: Christian König for the series. ---

[PATCH 1/2] drm/amdgpu/uvd6: fix allocation size in enc ring test

2019-10-11 Thread Alex Deucher
We need to allocate a large enough buffer for the session info, otherwise the IB test can overwrite other memory. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=204241 Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 8 1 file changed, 4 insertions(+), 4