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.
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: bflt,v 1.5 2014/04/30 21:41:02 christos Exp $
|
|
# bFLT: file(1) magic for BFLT uclinux binary files
|
|
#
|
|
# From Philippe De Muyter <phdm@macqel.be>
|
|
#
|
|
0 string bFLT BFLT executable
|
|
>4 belong x - version %d
|
|
>4 belong 4
|
|
>>36 belong&0x1 0x1 ram
|
|
>>36 belong&0x2 0x2 gotpic
|
|
>>36 belong&0x4 0x4 gzip
|
|
>>36 belong&0x8 0x8 gzdata
|