diff options
author | Leo Liu <leo.liu@amd.com> | 2020-05-14 12:30:28 -0400 |
---|---|---|
committer | Leo Liu <leo.liu@amd.com> | 2020-06-18 10:08:23 -0400 |
commit | f449081628922bf4d7e3743aa86a6e6670e36592 (patch) | |
tree | d74102fd9ce546ba195be492074e3e93fb5f0243 | |
parent | f806d438d63e6ac41b742c3fd1b43cdccc5177dc (diff) | |
download | libdrm-f449081628922bf4d7e3743aa86a6e6670e36592.tar.gz libdrm-f449081628922bf4d7e3743aa86a6e6670e36592.tar.bz2 libdrm-f449081628922bf4d7e3743aa86a6e6670e36592.zip |
tests/amdgpu: clear the extension flag
This is workaround of firmware issue, and the change has no impact
on the legacy HW.
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Thong Thai <thong.thai@amd.com>
Reviewed-by: James Zhu <James.Zhu@amd.com>
-rw-r--r-- | tests/amdgpu/decode_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/decode_messages.h b/tests/amdgpu/decode_messages.h index 9a9c9932..ee1deb4f 100644 --- a/tests/amdgpu/decode_messages.h +++ b/tests/amdgpu/decode_messages.h @@ -361,7 +361,7 @@ static const uint8_t uvd_decode_msg[] = { }; static const uint8_t avc_decode_msg[] = { - 0x02,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x88,0x00,0x00,0x00, + 0x02,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x85,0x00,0x00,0x00,0x88,0x00,0x00,0x00, 0x01,0x00,0x00,0x01,0x00,0x03,0x02,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, 0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, |