Jean-Sébastien Pédron
a883f5eadb
drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...
...
... for msleep/cv_*wait() return values, where wait_event*() is used
on Linux. ERESTARTSYS is the return code expected by callers when the
operation was interrupted.
For instance, this is the case of radeon_cs_ioctl() (radeon_cs.c): if
an error occurs, and the code isn't ERESTARTSYS (eg. EINTR), it logs an
error.
Note that ERESTARTSYS is defined as ERESTART, but this keeps callers'
code close to Linux.
Submitted by: avg@ (previous version)
2013-12-21 15:40:36 +00:00
..
2013-12-20 05:50:22 +00:00
2013-12-20 00:56:23 +00:00
2013-12-19 05:28:43 +00:00
2013-09-05 00:09:56 +00:00
2013-12-14 22:07:40 +00:00
2013-12-21 00:37:32 +00:00
2013-12-01 03:53:21 +00:00
2013-12-20 00:56:23 +00:00
2013-11-08 16:28:00 +00:00
2013-11-23 00:28:18 +00:00
2013-12-21 15:40:36 +00:00
2013-12-17 17:28:02 +00:00
2013-07-24 09:45:31 +00:00
2013-12-19 22:13:12 +00:00
2013-12-17 07:47:27 +00:00
2013-12-12 03:04:00 +00:00
2013-12-20 21:31:50 +00:00
2013-07-09 01:05:28 +00:00
2013-11-29 20:14:26 +00:00
2013-12-12 18:08:31 +00:00
2013-12-15 08:37:24 +00:00
2013-12-17 22:16:27 +00:00
2013-11-29 22:24:57 +00:00
2013-10-26 17:58:36 +00:00
2013-12-21 14:41:32 +00:00
2013-12-20 07:41:03 +00:00
2013-12-17 10:53:17 +00:00
2013-11-11 13:19:55 +00:00
2013-10-26 17:58:36 +00:00
2013-10-26 18:18:50 +00:00
2013-12-18 20:17:05 +00:00
2013-11-08 08:44:09 +00:00
2013-12-20 17:39:07 +00:00
2013-12-07 23:05:59 +00:00
2013-10-26 17:58:36 +00:00
2013-09-06 23:14:31 +00:00
2013-12-15 07:07:13 +00:00
2013-12-08 21:59:46 +00:00
2013-12-05 21:58:02 +00:00
2013-10-29 05:37:05 +00:00
2013-12-21 04:31:54 +00:00
2013-12-20 19:44:29 +00:00
2013-12-05 21:55:10 +00:00
2013-12-17 15:11:24 +00:00
2013-12-21 13:58:55 +00:00
2013-12-20 21:31:50 +00:00
2013-11-26 08:46:27 +00:00
2013-12-01 07:34:21 +00:00
2013-12-08 20:07:02 +00:00
2013-12-11 21:19:04 +00:00
2013-10-18 17:06:13 +00:00