7686729069
Extract protocol-agnostic FenceTimeline from Intel to shared src/drivers/fence.rs — atomic-based fence tracking suitable for Intel, VIRGL, and AMD drivers. Extract protocol-agnostic SyncobjManager from Intel to shared src/drivers/syncobj.rs — syncobj create/destroy/signal/reset/ wait/query and sync_file fd export/import. Wire both into VirtioDriver: - Add FenceTimeline + SyncobjManager fields - Implement all 5 GpuDriver syncobj trait methods (create, destroy, wait, export_fd, import_fd) - Track fence seqnos in virgl_submit_3d (allocate before submit, signal after completion) Intel fence.rs and syncobj.rs converted to thin re-export modules pointing at shared sources — no behavioral change for Intel driver. This gives Mesa VIRGL userspace the standard DRM syncobj API for GPU/compositor synchronization.
36 lines
957 B
Plaintext
36 lines
957 B
Plaintext
@dircategory Text creation and manipulation
|
|
@direntry
|
|
* sed: (sed). Stream EDitor.
|
|
|
|
@end direntry
|
|
|
|
@clear PERL
|
|
@set SSEDEXT @acronym{GNU} extensions
|
|
@set SSED @acronym{GNU} @command{sed}
|
|
|
|
@c Ugly hack to enable using new texinfo commands '@codequotebacktick'
|
|
@c and '@codequoteundirected' or define empty fallbacks if they are
|
|
@c not available.
|
|
|
|
@ifclear txicommandconditionals
|
|
@c If we got here, this is a REALLY old texinfo (pre 5.0),
|
|
@c and '@ifcommandnotdefined' is not defined.
|
|
@c Assume these commands are not defined as well.
|
|
@macro codequotebacktick
|
|
@end macro
|
|
@macro codequoteundirected
|
|
@end macro
|
|
@end ifclear
|
|
|
|
@ifset txicommandconditionals
|
|
@c if we got here, this texinfo supports checking for defined
|
|
@c commands. If these commands aren't available - define empty
|
|
@c fallbacks.
|
|
@ifcommandnotdefined codequotebacktick
|
|
@macro codequotebacktick
|
|
@end macro
|
|
@macro codequoteundirected
|
|
@end macro
|
|
@end ifcommandnotdefined
|
|
@end ifset
|