[Mesa-dev] [PATCH v6 7/7] radeonsi: enable uvd encode for HEVC main

James Zhu James.Zhu at amd.com
Fri Feb 16 17:09:13 UTC 2018


Enable UVD encode for HEVC main profile

Signed-off-by: James Zhu <James.Zhu at amd.com>
Reviewed-by: Boyuan Zhang <boyuan.zhang at amd.com>
---
 src/gallium/drivers/radeonsi/si_get.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/si_get.c b/src/gallium/drivers/radeonsi/si_get.c
index ef03a96..a7cdcda 100644
--- a/src/gallium/drivers/radeonsi/si_get.c
+++ b/src/gallium/drivers/radeonsi/si_get.c
@@ -24,6 +24,7 @@
 #include "si_pipe.h"
 #include "radeon/radeon_video.h"
 #include "radeon/radeon_vce.h"
+#include "radeon/radeon_uvd_enc.h"
 #include "ac_llvm_util.h"
 #include "vl/vl_decoder.h"
 #include "vl/vl_video_buffer.h"
@@ -579,7 +580,8 @@ static int si_get_video_param(struct pipe_screen *screen,
 				(si_vce_is_fw_version_supported(sscreen) ||
 				sscreen->info.family == CHIP_RAVEN)) ||
 				(profile == PIPE_VIDEO_PROFILE_HEVC_MAIN &&
-				sscreen->info.family == CHIP_RAVEN);
+				(sscreen->info.family == CHIP_RAVEN ||
+				si_radeon_uvd_enc_supported(sscreen)));
 		case PIPE_VIDEO_CAP_NPOT_TEXTURES:
 			return 1;
 		case PIPE_VIDEO_CAP_MAX_WIDTH:
-- 
2.7.4



More information about the mesa-dev mailing list