Skip to content

xf86drm: Add a drmPrimeHandleToFDWithName() helper

Boris Brezillon requested to merge bbrezillon/drm:handle-to-fd-with-name into main

Add a drmPrimeHandleToFDWithName() variant taking a name to assign to the exported DMA-BUF object using the DMA_BUF_SET_NAME_B ioctl.

Originally discussed/proposed here.

/cc @pepp

Edited by Boris Brezillon

Merge request reports