venus: drop duplicated YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT
authorSimon Fels <simon.fels@canonical.com>
Thu, 20 Oct 2022 19:58:38 +0000 (21:58 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Oct 2022 21:38:44 +0000 (21:38 +0000)
commit210f19b004476970b859df24dfe420f6988db1c8
tree226a1891615f56e0a0b86f8be9449080d277b749
parentdb2c14887bb52ec6fd05c5f8b5363f1689b4b45c
venus: drop duplicated YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT

The extensions is added twice which will cause the encoder to run into a
stack overflow in vn_encode_VkPhysicalDeviceFeatures2_pnext_partial when
supported by the host driver.

Signed-off-by: Simon Fels <simon.fels@canonical.com>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19208>
src/virtio/vulkan/vn_physical_device.c