-
- Downloads
"net/git@gitlab.collabora.com:rockpi/linux.git" did not exist on "908344cdda8039dd5c291e8a1ddd49649dff8c4b"
drm/etnaviv: Add per-BO explicit sync support
etnaviv already includes a per-submission flag for whether or not to
respect implicit synchronization. Generic Linux environments use this,
whereas fully explicit environments like Android use explicit only.
However, hybrid environments can exist, e.g. legacy/EGL clients using
implicit synchronization, and Vulkan clients using explicit
synchronization. A compositor may therefore have a mixed scene where
some BOs should respect implicit sync and others should not, in a single
draw call.
Add a per-BO flag to enable or disable implicit sync.
Signed-off-by:
Daniel Stone <daniels@collabora.com>
Showing
Please register or sign in to comment