mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
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:
parent
af01d7a181
commit
a0d2f074cd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user