Skip to content

etnaviv: drop scanout assumption for resources allocated via modifier interface

Lucas Stach requested to merge lynxeye/mesa:etnaviv-modifier-usage into main

Now that usage flags can be specified even when using the modifier path for allocation and frontends like GBM and EGL wayland do this properly, we can drop the assumption that all resources allocated through the modifier enabled path need to be SCANOUT capable.

For reference:

!8106 (merged)

!11248 (merged)

Merge request reports