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)
committerDave Airlie <airlied@linux.ie>
Mon, 29 Dec 2008 07:47:27 +0000 (17:47 +1000)
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>

No differences found