Skip to content

virgl: Remove wrong EAGAIN handling for drmIoctl

Lepton Wu requested to merge lepton/mesa:drmioctlret into master

drmIoctl handles EAGAIN itself and actually it always return -1 on errors. Remove the wrong handling of its return value. Also, print a warning when it fails.

Signed-off-by: Lepton Wu lepton@chromium.org

Merge request reports