Skip to content

zink: Return early if the file descriptor could not have been duplicated/acquired

Corentin Noël requested to merge tintou/mesa:tintou/zink_screen_fd into main

What does this MR do and why?

Do not continue and call drmIoctl on an invalid file descriptor.

Merge request reports