OSDN Git Service

drm/i915: fixup assert_pipe to take the pipe A quirk into account
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 22 Jan 2012 00:36:48 +0000 (01:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Jan 2012 18:47:18 +0000 (19:47 +0100)
commit8e636784b6f76653d358d521af9c2a8c246df38b
tree62e82077caf84f18a2f7af4af1d6641d02677f70
parentaca258482ed7c600b5aeed03aa8727d94d8dd07e
drm/i915: fixup assert_pipe to take the pipe A quirk into account

This was completely spamming dmesg on my i855gm. This issue was just
shortly introduced with:

commit 931872fceabacf2d4f8b6fbd51611c167e83164c
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Jan 16 23:01:13 2012 +0000

    drm/i915: Check that plane/pipe is disabled before removing the fb

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c