commit | 2ecafcae8a215d9994fb26a122d97bcb5437c5e8 | [log] [tgz] |
---|---|---|
author | James Zhu <James.Zhu@amd.com> | Thu Oct 05 10:57:42 2017 -0400 |
committer | Leo Liu <leo.liu@amd.com> | Fri Oct 06 09:40:06 2017 -0400 |
tree | 1c209a3123447a1420e3f37d5b2124a15076022a | |
parent | 657b09438bf4978c9597368165c56227013625e9 [diff] |
tests/amdgpu: fix uvd enc data corruption issue In uvd encode parameter package, parameters input_pic_luma_pitch and input_pic_chroma_pitch should be picture width align with hardware alignment. The hardware alignment is 16 for amdgpu family earlier than AMDGPU_FAMILY_AI, and 256 for later than and including AMDGPU_FAMILY_AI. Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com>