Module Name: src Committed By: riastradh Date: Mon Dec 27 13:29:15 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_request.c Log Message: i915: Fix timeout return value of i915_request_wait. For some reason this returns ETIME, not ETIMEDOUT or 0 like most other wait-with-timeout things in Linux. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_request.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.