diff options
author | Leo Liu <[email protected]> | 2017-04-17 12:14:00 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2017-05-25 11:40:20 -0400 |
commit | c23ffafc509e0240e04cdd4227a51397bef26d66 (patch) | |
tree | 304a71b2184a141b784bb98980be8bff789c8a27 /src/amd/common/ac_gpu_info.h | |
parent | 34f7cf49c8a8a900c2a9a2e197041e2d211dccd6 (diff) |
radeon: rename has_uvd info to has_hw_decode
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/amd/common/ac_gpu_info.h')
-rw-r--r-- | src/amd/common/ac_gpu_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/ac_gpu_info.h b/src/amd/common/ac_gpu_info.h index 3785eb4d164..3f7ade1a0bb 100644 --- a/src/amd/common/ac_gpu_info.h +++ b/src/amd/common/ac_gpu_info.h @@ -55,7 +55,7 @@ struct radeon_info { bool has_dedicated_vram; bool has_virtual_memory; bool gfx_ib_pad_with_type2; - bool has_uvd; + bool has_hw_decode; uint32_t num_sdma_rings; uint32_t num_compute_rings; uint32_t uvd_fw_version; |