Skip to content

radeonsi/uvd: make format modifiers-aware

Simon Ser requested to merge emersion/mesa:radeonsi-va-modifier-linear into master

When format modifiers are supported, use resource_create_with_modifiers instead of resource_create. This allows radeonsi to set the modifier field, and allows VA-API clients to have a proper modifier instead of DRM_FORMAT_MOD_INVALID.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports