drm/amdgpu/vpe: remove IB end boundary requirement
authorLang Yu <Lang.Yu@amd.com>
Fri, 6 Oct 2023 12:24:45 +0000 (20:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Oct 2023 14:58:01 +0000 (10:58 -0400)
commit99ea82f424cf719b7c56de52cc61aa6c38fc2770
treef88e94f4b590cb7bbb6012c79ba05fd197b6a2f2
parent757920585d58fd83480866bdfc9c145cb083644b
drm/amdgpu/vpe: remove IB end boundary requirement

Remove IB end boundary requirement,
VPE has no such limitions, use existing
amdgpu_ring_generic_pad_ib() instead.
This is missed in rebase.

Signed-off-by: Lang Yu <Lang.Yu@amd.com>
Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c