drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Oct 2019 22:07:19 +0000 (18:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Oct 2019 21:12:34 +0000 (17:12 -0400)
commitce584a8e2885c7b59dfacba42db39761243cacb2
treeac4a51d5aeda392899af885d4e8e44b5a6f4c67d
parent5c1e34b5159ec65bf33e2c1a62fa7158132c10cf
drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)

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
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: James Zhu <James.Zhu@amd.com>
Tested-by: James Zhu <James.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c