[Mesa-dev] [PATCH 8/8] drivers/radeonsi: enable uvd encode for HEVC main
Boyuan Zhang
boyzhang at amd.com
Tue Feb 6 16:13:32 UTC 2018
this patch is Reviewed-by: Boyuan Zhang <boyuan.zhang at amd.com>
On 2018-02-05 12:16 PM, James Zhu wrote:
> Enable UVD encode for HEVC main profile
>
> Signed-off-by: James Zhu <James.Zhu 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 8002362..64f76b4 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"
> @@ -587,7 +588,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-dev
mailing list