summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon
diff options
context:
space:
mode:
authorsonjiang <[email protected]>2016-06-29 11:24:36 -0400
committerLeo Liu <[email protected]>2016-06-29 15:30:14 -0400
commit28f85eab49b28905e99a24fcb7f155063e5482e4 (patch)
tree70fb2904bbf985925ac38592dd0c251616905a11 /src/gallium/drivers/radeon
parentfa10d1d67472cd2e821c5aa196590d43896a78fb (diff)
radeon uvd add uvd fw version for amdgpu
Signed-off-by: sonjiang <[email protected]> Cc: "12.0" <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon')
-rw-r--r--src/gallium/drivers/radeon/radeon_winsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/radeon_winsys.h b/src/gallium/drivers/radeon/radeon_winsys.h
index afb970e7c58..f32edf09a2d 100644
--- a/src/gallium/drivers/radeon/radeon_winsys.h
+++ b/src/gallium/drivers/radeon/radeon_winsys.h
@@ -258,6 +258,7 @@ struct radeon_info {
bool gfx_ib_pad_with_type2;
bool has_sdma;
bool has_uvd;
+ uint32_t uvd_fw_version;
uint32_t vce_fw_version;
uint32_t vce_harvest_config;
uint32_t clock_crystal_freq;