]> git.ipfire.org Git - people/ms/linux.git/commit
drm/i915: Don't print to dmesg when taking signal during object_pin.
authorEric Anholt <eric@anholt.net>
Fri, 19 Dec 2008 22:47:48 +0000 (14:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 23 Mar 2009 21:55:30 +0000 (14:55 -0700)
commitdad40cc5910c2f211c2e9fcbbd27933cc1d491e6
treeb4cb34df77fcdb5d6c6f975e0970f652340ac758
parent6d314fc551bc7989f41765391055f69a70f75973
drm/i915: Don't print to dmesg when taking signal during object_pin.

commit f1acec933848219c402c165686677b1c307407f8 upstream.

This showed up in logs where people had a hung chip, so pinning was blocked
on the chip unpinning other buffers, and the X Server took its scheduler
signal during that time.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_gem.c