drm/i915: Remove dead code from intel_get_load_detect_pipe()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 20 Apr 2011 06:25:26 +0000 (07:25 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:19:17 +0000 (13:19 -0700)
commit6492711d05b85f9794809cb4a961ce8cdc6fa720
treeb366f0d6111df5ef38bb926d2fa33cc77dc44655
parent4fbf69138ab3aa28a8f92512b7417d3d1829a086
drm/i915: Remove dead code from intel_get_load_detect_pipe()

As we only allow the use of a disabled CRTC, we don't need to handle the
case where we are reusing an already enabled pipe.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c