Mesa (master): radeonsi: enable uvd encode for HEVC main

Leo Liu leoliu at kemper.freedesktop.org
Wed Feb 21 18:57:01 UTC 2018


Module: Mesa
Branch: master
Commit: 81dd4a76373c7392aaff9fc3fa3a660fc01ed864
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=81dd4a76373c7392aaff9fc3fa3a660fc01ed864

Author: James Zhu <James.Zhu at amd.com>
Date:   Mon Feb  5 12:02:50 2018 -0500

radeonsi: enable uvd encode for HEVC main

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 6e6149a39e..ea1ac1134c 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"
@@ -582,7 +583,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:




More information about the mesa-commit mailing list