You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
Before trying an atomic test commit, check the format & modifier is compatible.
It's not clear it's a good idea yet: all we get is a FB ID. We can drmModeGetFB it, but then we don't save an ioctl. If we cache the info, it may become out-of-date (e.g. FB deleted and re-created with another format).
Maybe we can just get the format/modifier from the library user. Need to check whether that would really improve performance though.
The text was updated successfully, but these errors were encountered:
Unfortunately drmModeGetFB doesn't provide the format/modifier. We'll need to get it from the compositor (liftoff_layer_set_fb?), which we may have ended up doing anyway to avoid getting from the kernel information owned by the compositor itself.
Before trying an atomic test commit, check the format & modifier is compatible.
It's not clear it's a good idea yet: all we get is a FB ID. We can
drmModeGetFB
it, but then we don't save an ioctl. If we cache the info, it may become out-of-date (e.g. FB deleted and re-created with another format).Maybe we can just get the format/modifier from the library user. Need to check whether that would really improve performance though.
The text was updated successfully, but these errors were encountered: