drm: fix/clean up Display() error handling
drmModeSetPlane() is just a glorified ioctl(). Errors are negative values, and the error code is in errno.
drmModeSetPlane() is just a glorified ioctl(). Errors are negative values, and the error code is in errno.
VideoLAN code repository instance