Skip to content

drm: fix/clean up Display() error handling

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

Merge request reports

Loading