forked from Minki/linux
acb868d3d7
The intention was to allow the caller to avoid a failure to queue a
request having already written commands to the ring. However, this is a
moot point as the i915_add_request() can fail for other reasons than a
mere allocation failure and those failure cases are more likely than
ENOMEM. So the overlay code already had to handle i915_add_request()
failures, and due to
commit
|
||
---|---|---|
.. | ||
drm | ||
stub | ||
vga | ||
Makefile |