diff options
author | Marek Olšák <[email protected]> | 2019-04-22 17:50:00 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-23 21:20:26 -0400 |
commit | 8ae50e6004e6279493d7ea771f540cc871a90149 (patch) | |
tree | 802ab37e8ae8bf276ffc5534d7f8cc349833e4b3 /src/gallium/docs/source | |
parent | e3841368f34afe844bab25010b89f497cacc1dad (diff) |
gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/docs/source')
-rw-r--r-- | src/gallium/docs/source/screen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst index 60184116312..f2fa7856ad2 100644 --- a/src/gallium/docs/source/screen.rst +++ b/src/gallium/docs/source/screen.rst @@ -519,6 +519,8 @@ The integer capabilities: * ``PIPE_CAP_MAX_FRAMES_IN_FLIGHT``: Maximum number of frames that state trackers should allow to be in flight before throttling pipe_context execution. 0 = throttling is disabled. +* ``PIPE_CAP_DMABUF``: Whether Linux DMABUF handles are supported by + resource_from_handle and resource_get_handle. .. _pipe_capf: |