[Mesa-dev] [PATCH 139/140] radeon/vce: update vce support to firmware 53.19.4
Christian König
deathsimple at vodafone.de
Tue Mar 21 06:51:33 UTC 2017
Am 20.03.2017 um 23:49 schrieb Marek Olšák:
> From: Leo Liu <leo.liu at amd.com>
>
> Signed-off-by: Leo Liu <leo.liu at amd.com>
Ah, here it is. This one and the change to version 53.17 should be
squashed with the change to 53.14.
With that done the patch is Reviewed-by: Christian König
<christian.koenig at amd.com>.
Regards,
Christian.
> ---
> src/gallium/drivers/radeon/radeon_vce.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/gallium/drivers/radeon/radeon_vce.c b/src/gallium/drivers/radeon/radeon_vce.c
> index b5ace7b..70c1e60 100644
> --- a/src/gallium/drivers/radeon/radeon_vce.c
> +++ b/src/gallium/drivers/radeon/radeon_vce.c
> @@ -52,7 +52,7 @@
> #define FW_52_0_3 ((52 << 24) | (0 << 16) | (3 << 8))
> #define FW_52_4_3 ((52 << 24) | (4 << 16) | (3 << 8))
> #define FW_52_8_3 ((52 << 24) | (8 << 16) | (3 << 8))
> -#define FW_53_17_4 ((53 << 24) | (17 << 16) | (4 << 8))
> +#define FW_53_19_4 ((53 << 24) | (19 << 16) | (4 << 8))
>
> /**
> * flush commands to the hardware
> @@ -510,7 +510,7 @@ struct pipe_video_codec *rvce_create_encoder(struct pipe_context *context,
> radeon_vce_52_init(enc);
> get_pic_param = radeon_vce_52_get_param;
> break;
> - case FW_53_17_4:
> + case FW_53_19_4:
> radeon_vce_52_init(enc);
> get_pic_param = radeon_vce_52_get_param;
> break;
> @@ -546,7 +546,7 @@ bool rvce_is_fw_version_supported(struct r600_common_screen *rscreen)
> case FW_52_0_3:
> case FW_52_4_3:
> case FW_52_8_3:
> - case FW_53_17_4:
> + case FW_53_19_4:
> return true;
> default:
> return false;
More information about the mesa-dev
mailing list