mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 08:58:02 +02:00
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>
This commit is contained in:
parent
f806d438d6
commit
f449081628
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue