Skip to content

tegra: fix modifier handling in resource creation

Diogo Ivo requested to merge d.ivo/mesa:tegra_modifiers into main

Passing DRM_MOD_INVALID to resource_create_with_modifiers() leads to a failed allocation due to changes in nouveau. Revert this behaviour.

Closes: #6693 (closed) Fixes: 129d83ca ("nouveau: Use format modifiers in buffer allocation") Signed-off-by: Diogo Ivo diogo.ivo@tecnico.ulisboa.pt

Edited by Diogo Ivo

Merge request reports