Re: [PATCH v3 2/2] drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0

2019-07-25 Thread Liu, Leo
On 2019-07-25 2:15 p.m., Thai, Thong wrote: > VCN 2.0 firmware now requires a packet start command to be sent before > any other decode ring buffer command. > > Signed-off-by: Thong Thai > --- > drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 32 ++- > 1 file changed, 31

[PATCH v3 2/2] drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0

2019-07-25 Thread Thai, Thong
VCN 2.0 firmware now requires a packet start command to be sent before any other decode ring buffer command. Signed-off-by: Thong Thai --- drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 32 ++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git