[PATCH] tests/amdgpu: update vce encRefPic addr mode to tiled
Leo Liu
leo.liu at amd.com
Fri Sep 30 17:20:55 UTC 2016
Adapt to recent firmware update, it's also compatible with previous
firwmare version
Signed-off-by: Leo Liu <leo.liu at amd.com>
---
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 bd0bf94..80ab179 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[] = {
--
2.7.4
More information about the amd-gfx
mailing list