From 207efb16ea9465c4a38840efab1bbe65e6cf5c3d Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Fri, 30 Sep 2016 13:20:55 -0400 Subject: tests/amdgpu: update vce encRefPic addr mode to tiled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapt to recent firmware update, it's also compatible with previous firmware version Signed-off-by: Leo Liu Reviewed-by: Christian König --- tests/amdgpu/vce_ib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { -- cgit v1.2.3