Skip to content

drm: fix/clean up Display() error handling

Rémi Denis-Courmont requested to merge Courmisch/vlc:drm-setplane into master

drmModeSetPlane() is just a glorified ioctl(). Errors are negative values, and the error code is in errno.

Merge request reports