commit | f1acec933848219c402c165686677b1c307407f8 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Dec 19 14:47:48 2008 -0800 |
committer | Dave Airlie <airlied@linux.ie> | Mon Dec 29 17:47:27 2008 +1000 |
tree | 960df89074b8788421fa2bf0f9ab8e4410182e0d | |
parent | 3c4fdcfb2941dc36b6a16bc509a2adb97c131716 [diff] |
drm/i915: Don't print to dmesg when taking signal during object_pin. 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>