https://github.com/torvalds/linux
Revision 15c35334c9b7a11f66ddf7fea9367884e1f5414f authored by Owain Ainsworth on 07 December 2008, 04:42:20 UTC, committed by Dave Airlie on 09 December 2008, 05:37:17 UTC
Returning -ENOMEM errored all the way out of execbuf, so the rendering never
occurred.

Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent fae7043
Raw File
Tip revision: 15c35334c9b7a11f66ddf7fea9367884e1f5414f authored by Owain Ainsworth on 07 December 2008, 04:42:20 UTC
drm/i915: Don't return error in evict_everything when we get to the end.
Tip revision: 15c3533
locking-selftest-hardirq.h
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT
back to top