drm/i915/lvds: Always use 0 to disable the pfit controller
commitbee17e5ae6b68d21b9d193f34ccefeef9d4fffe0
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Jan 2011 18:09:58 +0000 (11 18:09 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 11 Jan 2011 20:27:11 +0000 (11 20:27 +0000)
tree7180032abb0d400752867fe0da563d9242f3808e
parent47356eb67285014527a5ab87543ba1fae3d1e10a
drm/i915/lvds: Always use 0 to disable the pfit controller

... and just any combination of bits & ~PFIT_ENABLE. This way we do not
attempt disable to the panel fitter controller uselessly upon
intel_lvds_disable().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_lvds.c