DRM dumb buffer and CUDA

I am working on software that display a picture using DRM. Source pixels for picture is in the CUDA allocated memory. Is there any way to avoid copying from Device to Host and then back to DUMB buffer.

How to get Cuda accessible pointer of DRM buffer allocated with DRM_IOCTL_MODE_CREATE_DUMB call?