drm: Use a nondestructive mode for output detect when polling
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Sep 2010 22:51:02 +0000 (23:51 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 13 Sep 2010 10:29:11 +0000 (20:29 +1000)
Destructive load-detection is very expensive and due to failings
elsewhere can trigger system wide stalls of up to 600ms. A simple
first step to correcting this is not to invoke such an expensive
and destructive load-detection operation automatically.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29536
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16265
Reported-by: Bruno Prémont <bonbons@linux-vserver.org>
Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found