summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_vce.h
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2015-06-15 14:11:57 -0400
committerMarek Olšák <marek.olsak@amd.com>2015-08-14 15:02:30 +0200
commitfa80c1fe20f1fc33864f04fd9cf49f8bddfa4448 (patch)
tree7e76ada53c684f1708593e450e8755782ec1b8c6 /src/gallium/drivers/radeon/radeon_vce.h
parent468fcdcb4fafeba466bb1006ece1f16cc38805c7 (diff)
downloadexternal_mesa3d-fa80c1fe20f1fc33864f04fd9cf49f8bddfa4448.zip
external_mesa3d-fa80c1fe20f1fc33864f04fd9cf49f8bddfa4448.tar.gz
external_mesa3d-fa80c1fe20f1fc33864f04fd9cf49f8bddfa4448.tar.bz2
radeon/vce: add dual pipe support for VI
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeon/radeon_vce.h')
-rw-r--r--src/gallium/drivers/radeon/radeon_vce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/radeon_vce.h b/src/gallium/drivers/radeon/radeon_vce.h
index a844810..ae7b2b4 100644
--- a/src/gallium/drivers/radeon/radeon_vce.h
+++ b/src/gallium/drivers/radeon/radeon_vce.h
@@ -104,7 +104,7 @@ struct rvce_encoder {
struct pipe_h264_enc_picture_desc pic;
bool use_vm;
bool use_vui;
- bool use_2p;
+ bool dual_pipe;
};
/* CPB handling functions */