drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
authorJesse Zhang <jesse.zhang@amd.com>
Wed, 24 Apr 2024 09:10:46 +0000 (17:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Apr 2024 21:22:41 +0000 (17:22 -0400)
commit88a9a467c548d0b3c7761b4fd54a68e70f9c0944
tree4d92f7ce0309727ee124ba1bf44f561622231f73
parenta4812f2fcb8f12fc4adff3d37507af32864f2356
drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc

Initialize the size before calling amdgpu_vce_cs_reloc, such as case 0x03000001.
V2: To really improve the handling we would actually
   need to have a separate value of 0xffffffff.(Christian)

Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c