amd/vpelib: Add mirror & rotation capability check function for vpe1.1

Reviewed-by: Roy Chan <Roy.Chan@amd.com>
Acked-by: Chih-Wei Chien <Chih-Wei.Chien@amd.com>
Signed-off-by: Navid Assadian <navid.assadian@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31605>
This commit is contained in:
Assadian, Navid 2024-08-12 22:03:17 -04:00 committed by Marge Bot
parent af01d7a181
commit a0d2f074cd

View File

@ -195,6 +195,7 @@ enum vpe_status vpe11_construct_resource(struct vpe_priv *vpe_priv, struct resou
res->program_backend = vpe10_program_backend;
res->get_bufs_req = vpe10_get_bufs_req;
res->check_bg_color_support = vpe10_check_bg_color_support;
res->check_mirror_rotation_support = vpe10_check_mirror_rotation_support;
return VPE_STATUS_OK;
err: