commit | 417d602fdad22042ff1f90176f10c486a3bb0e9a | [log] [tgz] |
---|---|---|
author | Lepton Wu <lepton@chromium.org> | Wed Sep 04 11:53:37 2019 -0700 |
committer | Gurchetan Singh <gurchetansingh@chromium.org> | Wed Sep 18 03:36:10 2019 +0000 |
tree | b12bda890a12f52a276c8dd6116c3c9f270a6a94 | |
parent | f8c44e4ed7886a7c81cbe86521fa6728efd27f5c [diff] |
virgl: Remove wrong EAGAIN handling for drmIoctl 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. v2: - use _debug_printf instead of fprintf (Gurchetan Singh) Signed-off-by: Lepton Wu <lepton@chromium.org> Reviewed-by: Eric Anholt <eric@anholt.net> (v1)