Skip to content

frontends/va: Only export one handle for contiguous planes

Kieran McSkeane requested to merge vaapi-patch into main

What does this MR do and why?

frontends/va: Only export one handle for contiguous planes

If the driver stores all planes contiguously in memory, only one
handle needs to be exported from vaExportSurfaceHandle. This is
required for Chromium's VaapiVideoDecoder to work on radeonsi.

Merge request reports