Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index

CONFIG_SYNC_FILE: Explicit Synchronization Framework

General informations

The Linux kernel configuration item CONFIG_SYNC_FILE has multiple definitions:

Explicit Synchronization Framework found in drivers/dma-buf/Kconfig

The configuration item CONFIG_SYNC_FILE:

Help text

The Sync File Framework adds explicit synchronization via userspace. It enables send/receive 'struct dma_fence' objects to/from userspace via Sync File fds for synchronization between drivers via userspace components. It has been ported from Android.

The first and main user for this is graphics in which a fence is associated with a buffer. When a job is submitted to the GPU a fence is attached to the buffer and is transferred via userspace, using Sync Files fds, to the DRM driver for example. More details at Documentation/driver-api/sync_file.rst.

sync_file support for fences found in drivers/dma-buf/Kconfig

The configuration item CONFIG_SYNC_FILE:

Help text

This option enables the fence framework synchronization to export sync_files to userspace that can represent one or more fences.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index

Automatically generated (in year 2024). See also LKDDb sources on GitLab