diff options
author | Leo Liu <leo.liu@amd.com> | 2016-09-30 13:20:55 -0400 |
---|---|---|
committer | Leo Liu <leo.liu@amd.com> | 2016-09-30 14:28:03 -0400 |
commit | 207efb16ea9465c4a38840efab1bbe65e6cf5c3d (patch) | |
tree | dd36c302dc64b925899ff43e8f752b0ba51ab24c /tests | |
parent | abfa680dbdfa4600105d904f4903c047d453cdb5 (diff) | |
download | libdrm-207efb16ea9465c4a38840efab1bbe65e6cf5c3d.tar.gz libdrm-207efb16ea9465c4a38840efab1bbe65e6cf5c3d.tar.bz2 libdrm-207efb16ea9465c4a38840efab1bbe65e6cf5c3d.zip |
tests/amdgpu: update vce encRefPic addr mode to tiled
Adapt to recent firmware update, it's also compatible with previous
firmware version
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/amdgpu/vce_ib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/vce_ib.h b/tests/amdgpu/vce_ib.h index bd0bf943..80ab1795 100644 --- a/tests/amdgpu/vce_ib.h +++ b/tests/amdgpu/vce_ib.h @@ -53,7 +53,7 @@ static const uint32_t vce_create[] = { 0x000000a0, 0x000000a0, 0x00000010, - 0x00000000, + 0x00000201, }; static const uint32_t vce_rate_ctrl[] = { |